Joseph Henry 9f4985b11a Add basic bond health status reporting (listbonds) hace 5 años
..
Address.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
AtomicCounter.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Bond.cpp 9f4985b11a Add basic bond health status reporting (listbonds) hace 5 años
Bond.hpp 9f4985b11a Add basic bond health status reporting (listbonds) hace 5 años
BondController.cpp 29ebda62ef Remove (some) debug functions and traces hace 5 años
BondController.hpp a33a494d60 Adjust terminology hace 5 años
Buffer.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
C25519.cpp 6c44fcc290 more warning cleanup hace 6 años
C25519.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Capability.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Capability.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
CertificateOfMembership.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
CertificateOfMembership.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
CertificateOfOwnership.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
CertificateOfOwnership.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Constants.hpp a33a494d60 Adjust terminology hace 5 años
Credential.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Dictionary.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Flow.hpp 5f0ee4fc78 Fix invalid defaultBondingPolicy conditions, Add ZT_MultipathFlowRebalanceStrategy, Add basic hysteresis mechanism to flow re-assignment hace 5 años
Hashtable.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Identity.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Identity.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
IncomingPacket.cpp 5f0ee4fc78 Fix invalid defaultBondingPolicy conditions, Add ZT_MultipathFlowRebalanceStrategy, Add basic hysteresis mechanism to flow re-assignment hace 5 años
IncomingPacket.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
InetAddress.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
InetAddress.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
MAC.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Membership.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Membership.hpp 633cf9ec04 Warning removal hace 6 años
MulticastGroup.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Multicaster.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Multicaster.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Mutex.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Network.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Network.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
NetworkConfig.cpp ee91c81799 Initialize C arrays to NULL in NetworkConfig() constructor hace 5 años
NetworkConfig.hpp ee91c81799 Initialize C arrays to NULL in NetworkConfig() constructor hace 5 años
NetworkController.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Node.cpp 9f4985b11a Add basic bond health status reporting (listbonds) hace 5 años
Node.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
OutboundMulticast.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
OutboundMulticast.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Packet.cpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
Packet.hpp 29ebda62ef Remove (some) debug functions and traces hace 5 años
Path.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Path.hpp a33a494d60 Adjust terminology hace 5 años
Peer.cpp a1b2ff772a Add new replacement condition in peer path redundancy logic to fix duplicate paths hace 5 años
Peer.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
Poly1305.cpp d530356055 RingBuffer<> is now templated with size, buffer is now static. hace 6 años
Poly1305.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
README.md 8a2ff0b31e Actual documentation. hace 8 años
Revocation.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Revocation.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
RingBuffer.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
RuntimeEnvironment.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
SHA512.cpp beb170e4fb Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. Will matter a lot for network controllers, not so much for other things. hace 7 años
SHA512.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Salsa20.cpp 9681fedbb4 Spellcheck sweep across codebase hace 7 años
Salsa20.hpp 41c187ba12 Another very small crypto optimization. hace 8 años
SelfAwareness.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
SelfAwareness.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
SharedPtr.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Switch.cpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
Switch.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
Tag.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Tag.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Topology.cpp ecee310087 Update built-in root list. hace 6 años
Topology.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Trace.cpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
Trace.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Utils.cpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años
Utils.hpp a50e8e9878 Add Bonds, Slaves, and Flows hace 5 años
World.hpp 52a166a71f Relicense: GPLv3 -> ZeroTier BSL 1.1 hace 6 años

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.