API and docs update

This commit is contained in:
Joseph Henry
2016-08-25 17:27:09 -07:00
parent e8b840d7ce
commit b38ca7d8ee
11 changed files with 372 additions and 172 deletions

View File

@@ -234,7 +234,7 @@ public class ZeroTierSockets_Demo : MonoBehaviour
input.text = "Welcome to the machine";
// Create new instance of ZeroTier in separate thread
zt = new ZTSDK (".", "8056c2e21c000001");
zt = new ZTSDK ("zerotier/", "8056c2e21c000001");
}
// Terminate the ZeroTier service when the application quits