updated docs

This commit is contained in:
Joseph Henry
2016-07-18 18:00:04 -07:00
parent 5267f14648
commit b494c2b5fb
4 changed files with 110 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ We want your Unity apps to talk *directly* over a flat, secure, no-config virtua
Our implementation currently intends to be the bare minimum required to get your Unity application to talk over ZeroTier virtual networks. As a result, we've created an API that is very similar to the classic BSD-style sockets API. With this basic API it is possible to construct more abstracted network layers much like Unity's LLAPI and HLAPI.
Our example project can be found [here]()
***
## API