4 changed files with 5 additions and 1 deletions
@ -0,0 +1 @@
|
||||
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.) |
||||
@ -0,0 +1 @@
|
||||
The ext/ folder contains third party code, drivers, installation support files, etc. |
||||
@ -1 +0,0 @@
|
||||
ext/ contains external code, such as libraries, and scripts for building such. |
||||
Loading…
Reference in new issue