Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 1.25 KB

File metadata and controls

executable file
·
19 lines (13 loc) · 1.25 KB

RoombaController

An iOS Static Library for controlling a Roomba Vacuum connected to a WiFi Dongle such as a WiSnap or WiFly.

Required Parts:

This controller library also depends on the WiFiDongleController library located here:

From RoombaController's "Products" directory, add "RoombaController.a" to the "Link Binary with Library" Build Phase of your Application's Target. Also add "/path/to/RoombaController/Products/include" to "Header Search Paths" in your Application's Target's Build Settings.

Also, from WiFiDongleController's "Products" directory, add "WiFiDongleController.a" to the "Link Binary with Library" Build Phase of your Application's Target. Also add "/path/to/WiFIDongleController/Products/include" to "Header Search Paths" in your Application's Target's Build Settings.

SystemConfiguration.framework must also be included in the "Link Binary with Library" Build Phase of your Application's Target.