diff --git a/control/README.md b/control/README.md new file mode 100644 index 000000000..110bb3b89 --- /dev/null +++ b/control/README.md @@ -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.) \ No newline at end of file diff --git a/ext/README.md b/ext/README.md new file mode 100644 index 000000000..f296fa55c --- /dev/null +++ b/ext/README.md @@ -0,0 +1 @@ +The ext/ folder contains third party code, drivers, installation support files, etc. \ No newline at end of file diff --git a/ext/README.txt b/ext/README.txt deleted file mode 100644 index 214cf27a6..000000000 --- a/ext/README.txt +++ /dev/null @@ -1 +0,0 @@ -ext/ contains external code, such as libraries, and scripts for building such. diff --git a/windows/README.md b/windows/README.md new file mode 100644 index 000000000..9f3f48bb6 --- /dev/null +++ b/windows/README.md @@ -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.