You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 3c5c3280ff Fix an endian-non-neutrality bug in new hashcash identity algo. 13 years ago
attic Clean up some stuff, including a few spots where exceptions were not being handled correctly. 13 years ago
ext Integrating new crypto -- work in progress, wont build yet. 13 years ago
mac-tap Increase verbosity of multicast tracing and fix tap build problem / GitHub Issue #19 13 years ago
netconf-service Forgot to set defaults if multicast parameters are unset. 13 years ago
node Fix an endian-non-neutrality bug in new hashcash identity algo. 13 years ago
vsprojects Forgot to add new files in previous commit. 13 years ago
.gitignore Netconf service build fix. 13 years ago
AUTHORS.txt docs 13 years ago
BUILDING.txt docs 13 years ago
LICENSE.txt New git repository for release - version 0.2.0 tagged 13 years ago
Makefile.linux Add commented out gprof makefile options to Linux build. 13 years ago
Makefile.mac More multicast fixes. 13 years ago
README.md VERSION 0.5.0 - alpha users must rebuild and restart! 13 years ago
RUNNING.txt docs 13 years ago
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. 13 years ago
cli.cpp Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults. 13 years ago
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. 13 years ago
main.cpp Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults. 13 years ago
objects.mk More work in netconf cleanup. 13 years ago
selftest-crypto-vectors.hpp Fix an endian-non-neutrality bug in new hashcash identity algo. 13 years ago
selftest.cpp Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet encrypt and decrypt. Profiling analysis found that Salsa20 encrypt was accounting for a nontrivial percentage of CPU time, so it makes sense to cut this load fundamentally. There are no published attacks against Salsa20/12, and DJB believes 20 rounds to be overkill. This should be more than enough for our needs. Obviously incorporating ASM Salsa20 is among the next steps for performance. 13 years ago
version.h Bump version.h to version 0.6.0... almost there! 13 years ago

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 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