Adam Ierymenko 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. пре 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 64b7d9ef82 New clustering work. пре 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 1b68d6dbdc License header update. пре 8 година
IncomingPacket.cpp 02d18af57d Remove Cluster.hpp пре 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 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. пре 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 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. пре 8 година
Node.hpp 9b287392a4 . пре 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 1b68d6dbdc License header update. пре 8 година
Path.hpp 1b68d6dbdc License header update. пре 8 година
Peer.cpp 02d18af57d Remove Cluster.hpp пре 8 година
Peer.hpp 1b68d6dbdc License header update. пре 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 1b68d6dbdc License header update. пре 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 1b68d6dbdc License header update. пре 8 година
SelfAwareness.hpp 1b68d6dbdc License header update. пре 8 година
SharedPtr.hpp 1b68d6dbdc License header update. пре 8 година
Switch.cpp 02d18af57d Remove Cluster.hpp пре 8 година
Switch.hpp 1b68d6dbdc License header update. пре 8 година
Tag.cpp 1b68d6dbdc License header update. пре 8 година
Tag.hpp 1b68d6dbdc License header update. пре 8 година
Topology.cpp 6015b529a0 More clustering work. пре 8 година
Topology.hpp 1b68d6dbdc License header update. пре 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.