ZeroTierOne/control
2015-01-05 17:47:59 -08:00
..
IpcConnection.cpp Cleanup, add tristate to config code in Network, and happy new year! 2015-01-05 17:47:59 -08:00
IpcConnection.hpp Cleanup, add tristate to config code in Network, and happy new year! 2015-01-05 17:47:59 -08:00
IpcListener.cpp Fix for GitHub issue #122 and other fixes 2014-09-18 10:01:30 -07:00
IpcListener.hpp Fix for GitHub issue #122 and other fixes 2014-09-18 10:01:30 -07:00
NodeControlClient.cpp Cleanup, add tristate to config code in Network, and happy new year! 2015-01-05 17:47:59 -08:00
NodeControlClient.hpp Cleanup, add tristate to config code in Network, and happy new year! 2015-01-05 17:47:59 -08:00
NodeControlService.cpp Cleanup, add tristate to config code in Network, and happy new year! 2015-01-05 17:47:59 -08:00
NodeControlService.hpp Cleanup, add tristate to config code in Network, and happy new year! 2015-01-05 17:47:59 -08:00
README.md docs 2014-10-28 15:53:11 -07:00

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.)