Adam Ierymenko 5ca20da7af Windows service fix -- it helps if we actually launch the control socket thing. 11 năm trước cách đây
..
IpcConnection.cpp 4708231046 Fix for GitHub issue #122 and other fixes 11 năm trước cách đây
IpcConnection.hpp 4708231046 Fix for GitHub issue #122 and other fixes 11 năm trước cách đây
IpcListener.cpp 4708231046 Fix for GitHub issue #122 and other fixes 11 năm trước cách đây
IpcListener.hpp 4708231046 Fix for GitHub issue #122 and other fixes 11 năm trước cách đây
NodeControlClient.cpp 74f36f5dc0 Windows build fixes. 11 năm trước cách đây
NodeControlClient.hpp 5ca20da7af Windows service fix -- it helps if we actually launch the control socket thing. 11 năm trước cách đây
NodeControlService.cpp 4fbb098daa Testnet work... getting there! 11 năm trước cách đây
NodeControlService.hpp edff13dcae More control/ refactoring 11 năm trước cách đây
README.md 9a5f6f020f docs 11 năm trước cách đây

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