Adam Ierymenko 1921e28c5f Build fix. 10 anos atrás
..
IpcConnection.cpp 4708231046 Fix for GitHub issue #122 and other fixes 11 anos atrás
IpcConnection.hpp 4708231046 Fix for GitHub issue #122 and other fixes 11 anos atrás
IpcListener.cpp 4708231046 Fix for GitHub issue #122 and other fixes 11 anos atrás
IpcListener.hpp 4708231046 Fix for GitHub issue #122 and other fixes 11 anos atrás
NodeControlClient.cpp b809dad94a Bug fix in zerotier-cli (Unix) 10 anos atrás
NodeControlClient.hpp edff13dcae More control/ refactoring 11 anos atrás
NodeControlService.cpp 1921e28c5f Build fix. 10 anos atrás
NodeControlService.hpp edff13dcae More control/ refactoring 11 anos atrás
README.md 924f030994 docs 11 anos atrás

README.md

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