summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--control/README.md1
-rw-r--r--ext/README.md1
-rw-r--r--ext/README.txt1
-rw-r--r--windows/README.md3
4 files changed, 5 insertions, 1 deletions
diff --git a/control/README.md b/control/README.md
new file mode 100644
index 00000000..110bb3b8
--- /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 00000000..f296fa55
--- /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 214cf27a..00000000
--- 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 00000000..9f3f48bb
--- /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.