Adam Ierymenko 9b287392a4 . il y a 8 ans
..
Address.hpp 1b68d6dbdc License header update. il y a 8 ans
Array.hpp 1b68d6dbdc License header update. il y a 8 ans
AtomicCounter.hpp 1b68d6dbdc License header update. il y a 8 ans
Buffer.hpp 9b287392a4 . il y a 8 ans
C25519.cpp 1b68d6dbdc License header update. il y a 8 ans
C25519.hpp 1b68d6dbdc License header update. il y a 8 ans
Capability.cpp 1b68d6dbdc License header update. il y a 8 ans
Capability.hpp 1b68d6dbdc License header update. il y a 8 ans
CertificateOfMembership.cpp 1b68d6dbdc License header update. il y a 8 ans
CertificateOfMembership.hpp 1b68d6dbdc License header update. il y a 8 ans
CertificateOfOwnership.cpp 1b68d6dbdc License header update. il y a 8 ans
CertificateOfOwnership.hpp 1b68d6dbdc License header update. il y a 8 ans
CertificateOfRepresentation.hpp 1b68d6dbdc License header update. il y a 8 ans
Cluster.cpp 5e6a2a17b0 Cluster build fix. il y a 8 ans
Cluster.hpp 1b68d6dbdc License header update. il y a 8 ans
Constants.hpp 64b7d9ef82 New clustering work. il y a 8 ans
Credential.hpp 1b68d6dbdc License header update. il y a 8 ans
Dictionary.hpp 718e1d6c08 Finish removing constantly changing stuff from controller. il y a 8 ans
Hashtable.hpp 64b7d9ef82 New clustering work. il y a 8 ans
Identity.cpp 1b68d6dbdc License header update. il y a 8 ans
Identity.hpp 1b68d6dbdc License header update. il y a 8 ans
IncomingPacket.cpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. il y a 8 ans
IncomingPacket.hpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. il y a 8 ans
InetAddress.cpp ceeb8ee0bc added isEqualPrefix to InetAddress il y a 8 ans
InetAddress.hpp ceeb8ee0bc added isEqualPrefix to InetAddress il y a 8 ans
MAC.hpp 1b68d6dbdc License header update. il y a 8 ans
Membership.cpp 1b68d6dbdc License header update. il y a 8 ans
Membership.hpp 1b68d6dbdc License header update. il y a 8 ans
MulticastGroup.hpp 1b68d6dbdc License header update. il y a 8 ans
Multicaster.cpp 1b68d6dbdc License header update. il y a 8 ans
Multicaster.hpp 1b68d6dbdc License header update. il y a 8 ans
Mutex.hpp 1b68d6dbdc License header update. il y a 8 ans
Network.cpp 9b287392a4 . il y a 8 ans
Network.hpp 6015b529a0 More clustering work. il y a 8 ans
NetworkConfig.cpp 107e3e4106 First pass of configurable MTU and max MTU increase. il y a 8 ans
NetworkConfig.hpp 107e3e4106 First pass of configurable MTU and max MTU increase. il y a 8 ans
NetworkController.hpp 1b68d6dbdc License header update. il y a 8 ans
Node.cpp 9b287392a4 . il y a 8 ans
Node.hpp 9b287392a4 . il y a 8 ans
NonCopyable.hpp 1b68d6dbdc License header update. il y a 8 ans
OutboundMulticast.cpp 1b68d6dbdc License header update. il y a 8 ans
OutboundMulticast.hpp 1b68d6dbdc License header update. il y a 8 ans
Packet.cpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. il y a 8 ans
Packet.hpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. il y a 8 ans
Path.cpp 1b68d6dbdc License header update. il y a 8 ans
Path.hpp 1b68d6dbdc License header update. il y a 8 ans
Peer.cpp 1b68d6dbdc License header update. il y a 8 ans
Peer.hpp 1b68d6dbdc License header update. il y a 8 ans
Poly1305.cpp d8f5cfdee4 Windows profile build target (CPU profiling), and a little bit of optimization revealed by such. il y a 8 ans
Poly1305.hpp 1b68d6dbdc License header update. il y a 8 ans
README.md 8a2ff0b31e Actual documentation. il y a 9 ans
Revocation.cpp 1b68d6dbdc License header update. il y a 8 ans
Revocation.hpp 1b68d6dbdc License header update. il y a 8 ans
RuntimeEnvironment.hpp 1b68d6dbdc License header update. il y a 8 ans
SHA512.cpp 1b68d6dbdc License header update. il y a 8 ans
SHA512.hpp 1b68d6dbdc License header update. il y a 8 ans
Salsa20.cpp a8ced184dc Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_PUNNING. il y a 8 ans
Salsa20.hpp 41c187ba12 Another very small crypto optimization. il y a 8 ans
SelfAwareness.cpp 1b68d6dbdc License header update. il y a 8 ans
SelfAwareness.hpp 1b68d6dbdc License header update. il y a 8 ans
SharedPtr.hpp 1b68d6dbdc License header update. il y a 8 ans
Switch.cpp 1b68d6dbdc License header update. il y a 8 ans
Switch.hpp 1b68d6dbdc License header update. il y a 8 ans
Tag.cpp 1b68d6dbdc License header update. il y a 8 ans
Tag.hpp 1b68d6dbdc License header update. il y a 8 ans
Topology.cpp 6015b529a0 More clustering work. il y a 8 ans
Topology.hpp 1b68d6dbdc License header update. il y a 8 ans
Utils.cpp 1b68d6dbdc License header update. il y a 8 ans
Utils.hpp 1b68d6dbdc License header update. il y a 8 ans
World.hpp 1b68d6dbdc License header update. il y a 8 ans

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.