OS - iOS: Difference between revisions

From Phidgets Support
No edit summary
Line 10: Line 10:
==Getting Started with iOS==
==Getting Started with iOS==
Welcome to using Phidgets with iOS. If you haven't already, check out the [[:Category:UserGuide|user guide]] for your device. If you are ready to go, the first step in creating an iOS application with Phidgets is getting the Phidget Network Service up and running!
Welcome to using Phidgets with iOS. If you haven't already, check out the [[:Category:UserGuide|user guide]] for your device. If you are ready to go, the first step in creating an iOS application with Phidgets is getting the Phidget Network Service up and running!
===Network Service===
===Network Server===


Phidgets cannot be connected directly to iOS devices, therefore, in order to use Phidgets with your iOS device, you must have a host computer that is running the Phidget Network Service. Select the operating system of your host computer from the list below to set up your network service:
Phidgets cannot be connected directly to iOS devices, therefore, in order to use Phidgets with your iOS device, you must have a host computer that is running the Phidget Network Server. Select the operating system of your host computer from the list below to set up your network server:
*[[OS - Windows#Phidget Network Service| Windows]]
*[[OS - Windows#Phidget Network Server| Windows]]
*[[OS - OS X#Phidget Network Service| macOS]]
*[[OS - OS X#Phidget Network Server| macOS]]
*[[OS - Linux#Phidget Network Service| Linux]]
*[[OS - Linux#Phidget Network Server| Linux]]
*[[OS - Phidget SBC#Phidget Network Service| Phidget Single Board Computer]]
*[[OS - Phidget SBC#Phidget Network Server| Phidget Single Board Computer]]


===Installing Drivers===
===Installing Drivers===

Revision as of 19:25, 28 April 2017

Quick Downloads

Already know what you're doing? Here you go:

Getting Started with iOS

Welcome to using Phidgets with iOS. If you haven't already, check out the user guide for your device. If you are ready to go, the first step in creating an iOS application with Phidgets is getting the Phidget Network Service up and running!

Network Server

Phidgets cannot be connected directly to iOS devices, therefore, in order to use Phidgets with your iOS device, you must have a host computer that is running the Phidget Network Server. Select the operating system of your host computer from the list below to set up your network server:

Installing Drivers

You should now have the Phidget Network Service running on your host computer. Starting to code your application is now in sight!

The next step is downloading drivers for your macOS development machine:

The last thing to install is the Phidget libraries that you will code your program against. Here they are:

Don't worry about how to reference the files you've just downloaded, it will all be explained in the guide for your specific language.

Programming

Now that you have everything set up, all you have to do is code! Select from one of the following programming languages to get started: