Skip to content

idleloop-github/Zebedee.apk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zebedee tunnel for Android

This package ports Zebedee code (jzbd java version) to the Android platform (to at least Android version 14).

Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP data transfer between two systems. This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression. (As stated on its web)

Here is just the source code:
visit my web for the apk.

License

Distributed under GPL 3.

Original jzbd project distributed under GPL 2.1.

Contact

idleloop -at- yahoo.com
BTC: 1GX726he5TNgnDuG4qG9zrM6CSN7uyga6F

Original author:

zebedee -at- winton.org.uk

http://www.winton.org.uk/zebedee/index.html

jzbd java version