Personal fork from https://github.com/zerotier/ZeroTierOne/

Adam Ierymenko 2f00ae4fd7 Version 0.6.1: minor bug fix, DBM removal 11 gadi atpakaļ
attic ca93b4a1ac Clean up some stuff, including a few spots where exceptions were not being handled correctly. 11 gadi atpakaļ
ext 6e217dfcb0 Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. 11 gadi atpakaļ
mac-tap d0dbd869c9 Increase verbosity of multicast tracing and fix tap build problem / GitHub Issue #19 11 gadi atpakaļ
netconf-service e13d4df9ab Forgot to set defaults if multicast parameters are unset. 11 gadi atpakaļ
node 2f00ae4fd7 Version 0.6.1: minor bug fix, DBM removal 11 gadi atpakaļ
vsprojects 1bd3cd4225 Forgot to add new files in previous commit. 11 gadi atpakaļ
.gitignore 9fe613805f Netconf service build fix. 11 gadi atpakaļ
AUTHORS.txt 0ab7b6d014 docs 11 gadi atpakaļ
BUILDING.txt 5df6055169 docs 11 gadi atpakaļ
LICENSE.txt 150850b800 New git repository for release - version 0.2.0 tagged 11 gadi atpakaļ
Makefile.linux 5e71e07f59 Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles. 11 gadi atpakaļ
Makefile.mac 5e71e07f59 Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles. 11 gadi atpakaļ
README.md 70655cc3f7 Docs and auto-update of Earth network ID. 11 gadi atpakaļ
RUNNING.txt bbfd43e036 VERSION 0.6.0 BETA: please upgrade! 11 gadi atpakaļ
ZeroTierOne.sln 6882c374c9 Add two new Windows projects: Windows service (process supervisor) and Windows Installer/Updater. Our installer/updater is probably going to be custom-written, and will be used both for installation (in which it'll pop up a progress meter) and for updates via a command line switch. 11 gadi atpakaļ
cli.cpp 300588c5e8 Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults. 11 gadi atpakaļ
idtool.cpp 0c8614b9c6 Add a second arg to idtool generate to make generating both secret and public easier, add new supernode identities after generating them, fix known good and bad IDs in selftest. 11 gadi atpakaļ
main.cpp 300588c5e8 Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults. 11 gadi atpakaļ
objects.mk 6e217dfcb0 Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. 11 gadi atpakaļ
selftest-crypto-vectors.hpp c89cdcc3fd Blech... moving on! 11 gadi atpakaļ
selftest.cpp c89cdcc3fd Blech... moving on! 11 gadi atpakaļ
version.h 2f00ae4fd7 Version 0.6.1: minor bug fix, DBM removal 11 gadi atpakaļ

README.md

ZeroTier One

ZeroTier One creates flat virtual Ethernet networks of almost unlimited size. Visit ZeroTier Networks on the web for more information.

This project is now in beta, which means that major incompatible protocol shifts should now become considerably more rare. You should still update very often if you plan to use it. Binary packages with auto-update are coming very soon.

Follow the ZeroTier blog and the GitHub project to stay up to date.

See BUILDING.txt and RUNNING.txt for instructions. It currently runs on Mac and Linux. A Windows port is well along the way to completion. If you're brave you can load the Visual Studio 2012 solution and play around.

Once you have it running you can join the Earth network -- a LAN for the planet -- by using the 'zerotier-cli' tool: 'sudo zerotier-cli join 8056c2e21c000001'. Right now Earth is the only network. Ability to create private networks, as well as some additional special-purpose public ones, will be coming soon. (Note: previous alpha versions auto-joined Earth, but since 0.5.0 it no longer does this.)

Note that this won't work if your firewall does not allow outbound UDP. It must allow two way UDP conversations on port 9993 at a minimum.

ZeroTier One is licensed under the GNU General Public License version 3. You are free to use, modify, or redistribute it under the terms of that license. If you would like to embed ZeroTier One in a closed source product or create a closed source derivative product, contact ZeroTier Networks LLC.

(c)2012-2013 ZeroTier Networks LLC