@ -17,8 +17,10 @@ There are generally two ways one might want to use this SDK/service.

## How does it work?
## Build instructions
Check out our [Integrations](integrations/) to learn how to build and integrate this into your particular application.
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.
## How does it work?
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)
@ -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)