ZeroTier Core and ZeroTier One virtual networking service
Adam Ierymenko / [email protected]
Joseph Henry / [email protected] (QoS and multipath)
Java JNI Interface to enable Android application development, and Android app itself (code for that is elsewhere)
Grant Limberg / [email protected]
ZeroTier SDK (formerly known as Network Containers)
Joseph Henry / [email protected]
A number of fixes and improvements to the new controller, other stuff.
Kees Bos / https://github.com/keesbos/
Debugging and testing, OpenWRT support fixes.
Moritz Warning / [email protected]
Debian GNU/Linux packaging, manual pages, and license compliance edits.
Ben Finney [email protected]
Several others made smaller contributions, which GitHub tracks here:
https://github.com/zerotier/ZeroTierOne/graphs/contributors/
ZeroTier includes the following third party code, either in ext/ or incorporated into the ZeroTier core. This third party code remains licensed under its original license and is not subject to ZeroTier's BSL license.
LZ4 compression algorithm by Yann Collet
http-parser by Joyent, Inc. (many authors)
C++11 json (nlohmann/json) by Niels Lohmann
tap-windows6 by the OpenVPN project
Salsa20 stream cipher, Curve25519 elliptic curve cipher, Ed25519 digital signature algorithm, and Poly1305 MAC algorithm, all by Daniel J. Bernstein
MiniUPNPC and libnatpmp by Thomas Bernard
cpp-httplib by yhirose