ZeroTierOne/control
Adam Ierymenko 924f030994 docs
2014-09-18 09:41:12 -07:00
..
IpcConnection.cpp rename ipc/ to control/ 2014-09-15 09:44:29 -07:00
IpcConnection.hpp rename ipc/ to control/ 2014-09-15 09:44:29 -07:00
IpcListener.cpp rename ipc/ to control/ 2014-09-15 09:44:29 -07:00
IpcListener.hpp Move rest of NodeControl stuff out of node/ and into control/ 2014-09-15 16:32:55 -07:00
NodeControlClient.cpp More control/ refactoring 2014-09-17 09:50:49 -07:00
NodeControlClient.hpp More control/ refactoring 2014-09-17 09:50:49 -07:00
NodeControlService.cpp Back off from thrashing shutdownIfUnreadableCheck, fix bug in control service. 2014-09-17 14:19:58 -07:00
NodeControlService.hpp More control/ refactoring 2014-09-17 09:50:49 -07:00
README.md docs 2014-09-18 09:41:12 -07:00

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