updated integrations page

This commit is contained in:
Joseph Henry
2016-06-21 16:36:57 -07:00
parent a0e2af1cb5
commit 6f07223270
2 changed files with 7 additions and 4 deletions

View File

@@ -17,8 +17,10 @@ There are generally two ways one might want to use this SDK/service.
![Image](docs/img/methods.png)
## Build instructions
Check out our [Integrations](integrations/) to learn how to build and integrate this into your particular application.
## How does it work?
We've built a special background service that pairs the ZeroTier protocol with a user-space [Lightweight IP (lwIP) stack](http://savannah.nongnu.org/projects/lwip/) to create a new way for you to bring your applications onto your virtual network. Check out our [Integrations](integrations/) to learn how to integrate this with your particular application.
For a more in-depth explanation of our technology take a look at our [SDK Primer](docs/zt_sdk.md)
We've built a special background service that pairs the ZeroTier protocol with a user-space [Lightweight IP (lwIP) stack](http://savannah.nongnu.org/projects/lwip/) to create a new way for you to bring your applications onto your virtual network. For a more in-depth explanation of our technology take a look at our [SDK Primer](docs/zt_sdk.md)

View File

@@ -9,8 +9,9 @@ Also stop by our [community section](https://www.zerotier.com/community/) for mo
***
## Current Integrations
If you want everything built at once, type `make all` and go play outside for a little while, we'll put all of the built targets into the `build` directory for you along with specific instructions on how to use each binary.
### Apple
We've created a single [XCode project](/Apple) which will build every target you need for iOS/OSX/Unity development. You'll want to grab that project, build the target for the type of development you want to do and then use it in one of the platform-specific integration tutorials below:
##### iOS
- [Embedding within an app](../docs/ios_zt_sdk.md)
- [Unity3D plugin](../docs/unity3d_ios_zt_sdk.md)