Home

Awesome

OWUProximityManager

Detect and connect to nearby devices with iBeacons and CoreBluetooth.

Sample Project

To simulate functionality, select Client on one device, then select Server on the other. As the proximity of the test devices is likely pretty close, expect delegate methods to fire quickly.

home server client

Usage

Just, create a few UUIDs for OWUProximityManagerConstants.h and then

Setup the Sever:

[[OWUProximityManager shared] startupServerWithDelegate:delegate]

Setup the Client:

[[OWUProximityManager shared] startupClientWithDelegate:delegate]
// defaults to CLProximityNear
[OWUProximityManager shared].desiredProximity = CLProximityImmediate

Two things:

ToDo's

Contact

David Ohayon

License

OWUProximityManager is available under the MIT license. See the LICENSE file for more info.