A Smart Ethernet Switch for Earth
Go to file
2013-10-20 15:46:36 -04:00
attic Clean up some stuff, including a few spots where exceptions were not being handled correctly. 2013-10-18 14:16:53 -04:00
ext Integrating new crypto -- work in progress, wont build yet. 2013-09-16 09:20:59 -04:00
mac-tap Increase verbosity of multicast tracing and fix tap build problem / GitHub Issue #19 2013-10-17 15:20:43 -04:00
netconf-service Forgot to set defaults if multicast parameters are unset. 2013-10-18 15:50:31 -04:00
node And then it turns out to be too slow on a slower 32-bit machine... we do want to do tablets eventually. 2013-10-20 15:46:36 -04:00
vsprojects Forgot to add new files in previous commit. 2013-08-29 12:36:24 -04:00
.gitignore Netconf service build fix. 2013-09-17 17:20:40 -04:00
AUTHORS.txt docs 2013-10-03 15:48:26 -04:00
BUILDING.txt docs 2013-08-30 15:30:53 -04:00
cli.cpp Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults. 2013-09-17 14:47:48 -04:00
idtool.cpp 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. 2013-10-07 09:36:20 -04:00
LICENSE.txt New git repository for release - version 0.2.0 tagged 2013-07-04 16:56:19 -04:00
main.cpp Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults. 2013-09-17 14:47:48 -04:00
Makefile.linux Add commented out gprof makefile options to Linux build. 2013-10-18 16:51:05 -04:00
Makefile.mac More multicast fixes. 2013-10-01 17:19:24 -04:00
objects.mk More work in netconf cleanup. 2013-10-18 11:01:41 -04:00
README.md VERSION 0.5.0 - alpha users must rebuild and restart! 2013-10-03 15:57:44 -04:00
RUNNING.txt docs 2013-10-03 15:48:26 -04:00
selftest-crypto-vectors.hpp Yet another revision of this algo... yeesh... and update to supernode IDs. I think I am gonna go with this one. Seems memory-hard enough to me. I am probably procrastinating by obsessing over it. 2013-10-20 15:31:32 -04:00
selftest.cpp And then it turns out to be too slow on a slower 32-bit machine... we do want to do tablets eventually. 2013-10-20 15:46:36 -04:00
version.h Bump version.h to version 0.6.0... almost there! 2013-10-18 16:59:15 -04:00
ZeroTierOne.sln 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. 2013-08-29 12:35:38 -04:00

ZeroTier One

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

This code is presently in ALPHA testing. That means that the protocol spec may change in incompatible ways, and it certainly has bugs. Testers should "git pull," rebuild, and restart fairly often. If things mysteriously stop working, do that.

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

See BUILDING.txt and RUNNING.txt for instructions. It currently builds 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 bc8f9a8ee3000001'. 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.

githalytics.com alpha

(c)2012-2013 ZeroTier Networks LLC