Adam Ierymenko 0ab4e2f750 Roots now understand encrypted HELLO. před 1 rokem
..
AES-aesni.c 9f9032ae36 Cleanup and warning removal. před 6 roky
AES.cpp 87fe69c27c AES optimization rabbit hole před 6 roky
AES.hpp 0ab4e2f750 Roots now understand encrypted HELLO. před 1 rokem
Address.hpp f12370c348 more opt před 6 roky
AtomicCounter.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
Buffer.hpp 6f6138c500 Merge relicensing change from dev před 6 roky
C25519.cpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
C25519.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
CMakeLists.txt 87fe69c27c AES optimization rabbit hole před 6 roky
Capability.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
CertificateOfMembership.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
CertificateOfOwnership.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
Constants.hpp 3ceb2257e5 Plumb through roots via API. před 6 roky
Credential.cpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
Credential.hpp 6f6138c500 Merge relicensing change from dev před 6 roky
Dictionary.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
ECC384.cpp 199b3345a0 cleanup před 6 roky
ECC384.hpp 52d55e34e6 Licenses, and use full strength AES-128 in scramble. před 6 roky
Hashtable.hpp 0ad82dad80 Linux build fix před 6 roky
Identity.cpp fb6161e9ac May as well make it a full self-signature. před 6 roky
Identity.hpp 0ab4e2f750 Roots now understand encrypted HELLO. před 1 rokem
IncomingPacket.cpp 9f9032ae36 Cleanup and warning removal. před 6 roky
IncomingPacket.hpp d8dae365f6 Cleanup, optimization, multicast stuff, and it now compiles again. před 6 roky
InetAddress.cpp 6f6138c500 Merge relicensing change from dev před 6 roky
InetAddress.hpp 5c06d40358 cleanup před 6 roky
Locator.hpp 68ac884d47 . před 6 roky
MAC.hpp ed2024285d More Go boilerplate. před 6 roky
Membership.cpp 6f6138c500 Merge relicensing change from dev před 6 roky
Membership.hpp 6f22570648 Optimization and cleanup před 6 roky
Meter.hpp 71c766a3b2 Build fix před 6 roky
MulticastGroup.hpp f6d747a5a0 Fix some more multicast stuff (minor) před 6 roky
Multicaster.cpp 0723a85ab3 Build fixes. před 6 roky
Multicaster.hpp 0723a85ab3 Build fixes. před 6 roky
Mutex.hpp fd6e8d8c5c Add instrumentation to root, add capability to forward to siblings if no path is known to a peer. před 6 roky
Network.cpp 5e35346f17 Gogog před 6 roky
Network.hpp 5e35346f17 Gogog před 6 roky
NetworkConfig.cpp 592e743349 Yet more multicast work. před 6 roky
NetworkConfig.hpp 0723a85ab3 Build fixes. před 6 roky
NetworkController.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 před 6 roky
Node.cpp 3b3e6d2bfc Simplify root API před 6 roky
Node.hpp 3b3e6d2bfc Simplify root API před 6 roky
Packet.cpp 53a2de98de Packet ID fix před 6 roky
Packet.hpp 0ab4e2f750 Roots now understand encrypted HELLO. před 1 rokem
Path.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 před 6 roky
Path.hpp 105023bd87 Build fix před 6 roky
Peer.cpp 59ee0cfe88 Safety upgrades to code před 6 roky
Peer.hpp 5c06d40358 cleanup před 6 roky
Poly1305.cpp 37047a39f9 More cleanup, and fix SHA384 built-in C code. před 6 roky
Poly1305.hpp 6f6138c500 Merge relicensing change from dev před 6 roky
README.md 8a2ff0b31e Actual documentation. před 8 roky
Revocation.hpp 6f22570648 Optimization and cleanup před 6 roky
RingBuffer.hpp 6f22570648 Optimization and cleanup před 6 roky
RuntimeEnvironment.hpp 9f9032ae36 Cleanup and warning removal. před 6 roky
SHA512.cpp 5c06d40358 cleanup před 6 roky
SHA512.hpp 540ee69773 A bunch of multicast work... in progress. před 6 roky
Salsa20.cpp 9681fedbb4 Spellcheck sweep across codebase před 7 roky
Salsa20.hpp 063a16fcd6 Ensure SSE is enabled for Salsa20 on x64 před 6 roky
ScopedPtr.hpp 59ee0cfe88 Safety upgrades to code před 6 roky
SelfAwareness.cpp dde937e197 cleanup před 6 roky
SelfAwareness.hpp 6f22570648 Optimization and cleanup před 6 roky
SharedPtr.hpp f12370c348 more opt před 6 roky
Str.hpp 7fc78129f4 A bunch of CLI work před 6 roky
Switch.cpp 9f9032ae36 Cleanup and warning removal. před 6 roky
Switch.hpp 9f9032ae36 Cleanup and warning removal. před 6 roky
Tag.hpp 5c06d40358 cleanup před 6 roky
Topology.hpp 7fc78129f4 A bunch of CLI work před 6 roky
Trace.cpp 6f6138c500 Merge relicensing change from dev před 6 roky
Trace.hpp 5c06d40358 cleanup před 6 roky
Utils.cpp bb53ee9567 Going once... going twice! před 6 roky
Utils.hpp 4303c43db7 . před 6 roky

README.md

ZeroTier Network Hypervisor Core

This directory contains the real ZeroTier: a completely OS-independent global virtual Ethernet switch engine. This is where the magic happens.

Give it wire packets and it gives you Ethernet packets, and vice versa. The core contains absolutely no actual I/O, port configuration, or other OS-specific code (except Utils::getSecureRandom()). It provides a simple C API via /include/ZeroTierOne.h. It's designed to be small and maximally portable for future use on small embedded and special purpose systems.

Code in here follows these guidelines:

  • Keep it minimal, especially in terms of code footprint and memory use.
  • There should be no OS-dependent code here unless absolutely necessary (e.g. getSecureRandom).
  • If it's not part of the core virtual Ethernet switch it does not belong here.
  • No C++11 or C++14 since older and embedded compilers don't support it yet and this should be maximally portable.
  • Minimize the use of complex C++ features since at some point we might end up "minus-minus'ing" this code if doing so proves necessary to port to tiny embedded systems.