Popularity
5.1
Declining
Activity
0.0
Stable
362
29
57

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: Hardware     iBeacon    

OWUProximityManager alternatives and similar libraries

Based on the "iBeacon" category.
Alternatively, view OWUProximityManager alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of OWUProximityManager or a related project?

Add another 'iBeacon' Library

README

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](Screenshots/home.png) [server](Screenshots/server.png) [client](Screenshots/client.png)

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:

  • proximityClientDidEnterRegion will not be called if the Client starts while already in range of the Server
  • proximityClientDidExitRegion will not be called until about a minute after exiting the region (dev forum link)

ToDo's

  • More fine tuning of BeaconRegion measured power
  • Handle invalidated services in OWUProximityServer
  • Properly handle return from local notification
  • And moar.
  • Suggestions, issues and pull requests are more than welcome.

Contact

David Ohayon

License

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


*Note that all licence references and agreements mentioned in the OWUProximityManager README section above are relevant to that project's source code only.