Adam Ierymenko 640ad577d1 . 8 سال پیش
..
Address.hpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
Array.hpp 1b68d6dbdc License header update. 8 سال پیش
AtomicCounter.hpp 1b68d6dbdc License header update. 8 سال پیش
Buffer.hpp 9b287392a4 . 8 سال پیش
C25519.cpp 1b68d6dbdc License header update. 8 سال پیش
C25519.hpp 1b68d6dbdc License header update. 8 سال پیش
Capability.cpp 1b68d6dbdc License header update. 8 سال پیش
Capability.hpp 1b68d6dbdc License header update. 8 سال پیش
CertificateOfMembership.cpp 1b68d6dbdc License header update. 8 سال پیش
CertificateOfMembership.hpp 1b68d6dbdc License header update. 8 سال پیش
CertificateOfOwnership.cpp 1b68d6dbdc License header update. 8 سال پیش
CertificateOfOwnership.hpp 1b68d6dbdc License header update. 8 سال پیش
CertificateOfRepresentation.hpp 1b68d6dbdc License header update. 8 سال پیش
Constants.hpp 640ad577d1 . 8 سال پیش
Credential.hpp 1b68d6dbdc License header update. 8 سال پیش
Dictionary.hpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
Hashtable.hpp 64b7d9ef82 New clustering work. 8 سال پیش
Identity.cpp 1b68d6dbdc License header update. 8 سال پیش
Identity.hpp 2f20258807 . 8 سال پیش
IncomingPacket.cpp f18158a52d . 8 سال پیش
IncomingPacket.hpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. 8 سال پیش
InetAddress.cpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
InetAddress.hpp ceeb8ee0bc added isEqualPrefix to InetAddress 8 سال پیش
MAC.hpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
Membership.cpp 1b68d6dbdc License header update. 8 سال پیش
Membership.hpp 1b68d6dbdc License header update. 8 سال پیش
MulticastGroup.hpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
Multicaster.cpp 1b68d6dbdc License header update. 8 سال پیش
Multicaster.hpp 1b68d6dbdc License header update. 8 سال پیش
Mutex.hpp 1b68d6dbdc License header update. 8 سال پیش
Network.cpp 2f20258807 . 8 سال پیش
Network.hpp 6015b529a0 More clustering work. 8 سال پیش
NetworkConfig.cpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
NetworkConfig.hpp 107e3e4106 First pass of configurable MTU and max MTU increase. 8 سال پیش
NetworkController.hpp 1b68d6dbdc License header update. 8 سال پیش
Node.cpp f18158a52d . 8 سال پیش
Node.hpp f18158a52d . 8 سال پیش
NonCopyable.hpp 1b68d6dbdc License header update. 8 سال پیش
OutboundMulticast.cpp 1b68d6dbdc License header update. 8 سال پیش
OutboundMulticast.hpp 1b68d6dbdc License header update. 8 سال پیش
Packet.cpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. 8 سال پیش
Packet.hpp 2ec88e8008 Remove old circuit test code. Rules engine will let us do this much better and more simply. 8 سال پیش
Path.cpp f18158a52d . 8 سال پیش
Path.hpp 640ad577d1 . 8 سال پیش
Peer.cpp 640ad577d1 . 8 سال پیش
Peer.hpp 640ad577d1 . 8 سال پیش
Poly1305.cpp d8f5cfdee4 Windows profile build target (CPU profiling), and a little bit of optimization revealed by such. 8 سال پیش
Poly1305.hpp 1b68d6dbdc License header update. 8 سال پیش
README.md 8a2ff0b31e Actual documentation. 9 سال پیش
Revocation.cpp 1b68d6dbdc License header update. 8 سال پیش
Revocation.hpp 1b68d6dbdc License header update. 8 سال پیش
RuntimeEnvironment.hpp f18158a52d . 8 سال پیش
SHA512.cpp 1b68d6dbdc License header update. 8 سال پیش
SHA512.hpp 1b68d6dbdc License header update. 8 سال پیش
Salsa20.cpp a8ced184dc Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_PUNNING. 8 سال پیش
Salsa20.hpp 41c187ba12 Another very small crypto optimization. 8 سال پیش
SelfAwareness.cpp f18158a52d . 8 سال پیش
SelfAwareness.hpp f18158a52d . 8 سال پیش
SharedPtr.hpp 1b68d6dbdc License header update. 8 سال پیش
Switch.cpp f18158a52d . 8 سال پیش
Switch.hpp f18158a52d . 8 سال پیش
Tag.cpp 1b68d6dbdc License header update. 8 سال پیش
Tag.hpp 1b68d6dbdc License header update. 8 سال پیش
Topology.cpp 640ad577d1 . 8 سال پیش
Topology.hpp f18158a52d . 8 سال پیش
Utils.cpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
Utils.hpp 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 سال پیش
World.hpp 1b68d6dbdc License header update. 8 سال پیش

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.