Site hosted by Angelfire.com: Build your free website today!

Zebedee port to android

This package ports Zebedee code (jzbd java version) to the android platform.
All android versions since 2.1 to at least 4.2.

Original program at:
http://www.winton.org.uk/zebedee

Zebedee's java version (jzbd) at:
http://sourceforge.net/projects/zebedee

All licensed under GNU General Public License (GPL)

DOWNLOAD

Actual version: 0.1 (02/2013):
Zebedee_v0.1.zip (0.25 MiB)

INSTALLATION

  1. Extract Zebedee.(v0.1).apk file
  2. Upload it to your android device
  3. Double-clik on it...

USAGE

Please, refer to the original project page in order to understand and correctly configure this app:

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

Code modifications

Please, note I've modified these lines, as they blocked connections on my tests.
But bear in mind that I haven't patched their functionality, so all incoming connections are accepted without regarding to configuration restrictions. This is not a very clean solution...
May be I'll patch this in future versions, if I have time.

@ zebedee/ZBDTunnelClient.java :
281    //if (targetHost.equals(serverHost)) // idleloop 20130214, commented block
282    //{
283    //dHdrOut.write(new byte[] {0, 0, 0, 0}, 0, 4);
284    //}
285    //else
286    //{
287    dHdrOut.write(InetAddress.getByName(targetHost).getAddress(), 0, 4);
288    //}

VERSION HISTORY

  • 0.1 (02/2013) initial release.

LICENSE

Distributed under GPL 3.
(license text included in zip distribution file).

LINKS

http://www.winton.org.uk/zebedee
http://www.winton.org.uk/zebedee/manual.html
http://sourceforge.net/projects/zebedee
http://www.android.com/
http://developer.android.com/develop/index.html