From 924f03099412f989ee99a117239f8e326a1c3d00 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 18 Sep 2014 09:41:12 -0700 Subject: [PATCH] docs --- control/README.md | 1 + ext/README.md | 1 + ext/README.txt | 1 - windows/README.md | 3 +++ 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 control/README.md create mode 100644 ext/README.md delete mode 100644 ext/README.txt create mode 100644 windows/README.md 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.