mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
docs
This commit is contained in:
parent
6b76cac6cf
commit
924f030994
1
control/README.md
Normal file
1
control/README.md
Normal file
@ -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.)
|
1
ext/README.md
Normal file
1
ext/README.md
Normal file
@ -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.
|
3
windows/README.md
Normal file
3
windows/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
This folder contains the Windows driver code, Windows-specific service code, and the Microsoft Visual Studio projects and "solution" for doing Windows builds.
|
||||
|
||||
This code may also build with MinGW but this hasn't been tested.
|
Loading…
Reference in New Issue
Block a user