You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
..
IpcConnection.cpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
IpcConnection.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
IpcListener.cpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
IpcListener.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
NodeControlClient.cpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
NodeControlClient.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
NodeControlService.cpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
NodeControlService.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
README.md docs 12 years ago

README.md

ZeroTier Control Plane

This code is responsible for the local command bus used to control the ZeroTier One service on a local machine via zerotier-cli or the Qt GUI. It's not part of the core node implementation. It uses Unix domain sockets on unix-like OSes and named pipes on Windows. Authentication is via a simple token mechanism. (Eventually this part of the software is getting a rework.)