{"id":1234,"url":"https://github.com/ohayon/OWUProximityManager","last_synced_at":"2025-07-30T20:32:50.587Z","repository":{"id":51446275,"uuid":"13517563","full_name":"ohayon/OWUProximityManager","owner":"ohayon","description":"iBeacons + CoreBluetooth","archived":false,"fork":false,"pushed_at":"2013-11-24T06:15:14.000Z","size":570,"stargazers_count":362,"open_issues_count":2,"forks_count":57,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-05-21T02:28:22.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohayon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-12T06:57:21.000Z","updated_at":"2024-01-20T16:57:34.000Z","dependencies_parsed_at":"2022-09-21T00:43:10.866Z","dependency_job_id":null,"html_url":"https://github.com/ohayon/OWUProximityManager","commit_stats":null,"previous_names":["ohwutup/owuproximitymanager"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohayon%2FOWUProximityManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohayon%2FOWUProximityManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohayon%2FOWUProximityManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohayon%2FOWUProximityManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohayon","download_url":"https://codeload.github.com/ohayon/OWUProximityManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228187589,"owners_count":17882329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:15:41.864Z","updated_at":"2024-12-04T20:31:07.843Z","avatar_url":"https://github.com/ohayon.png","language":"Objective-C","funding_links":[],"categories":["Hardware"],"sub_categories":["iBeacon","Other free courses"],"readme":"# OWUProximityManager\n\nDetect and connect to nearby devices with iBeacons and CoreBluetooth.\n\n## Sample Project\n\nTo 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.\n\n![home](Screenshots/home.png) ![server](Screenshots/server.png) ![client](Screenshots/client.png)\n\n## Usage\nJust, create a few UUIDs for `OWUProximityManagerConstants.h` and then\n\nSetup the Sever:\n``` objective-c\n[[OWUProximityManager shared] startupServerWithDelegate:delegate]\n```\nSetup the Client:\n``` objective-c\n[[OWUProximityManager shared] startupClientWithDelegate:delegate]\n// defaults to CLProximityNear\n[OWUProximityManager shared].desiredProximity = CLProximityImmediate\n```\nTwo things:\n- `proximityClientDidEnterRegion` will not be called if the Client starts while already in range of the Server\n- `proximityClientDidExitRegion` will not be called until about a minute after exiting the region ([dev forum link](https://devforums.apple.com/message/898335#898335))\n\n## ToDo's\n- More fine tuning of BeaconRegion measured power\n- Handle invalidated services in `OWUProximityServer`\n- Properly handle return from local notification\n- And moar.\n- Suggestions, issues and pull requests are more than welcome.\n\n## Contact\n\nDavid Ohayon\n\n- [twitter.com/ohayon](http://twitter.com/ohayon)\n- ohayon.1@gmail.com\n- [ohwutup.com](http://ohwutup.com)\n\n## License\nOWUProximityManager is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohayon%2FOWUProximityManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohayon%2FOWUProximityManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohayon%2FOWUProximityManager/lists"}