Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

lqdi/beacons-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beacons-demo

Simple demo apps to simulate Apple iOS7 iBeacon feature on iOS6 devices.

In order to make the Broadcaster and Receiver apps communicate smoothly you should generate your own BLE service and characteristic UUIDs:

  • open Terminal app, run «uuidgen» to generate a UUID
  • assign the UUID value to SERVICE_UUID in BluetoothServices.h in both projects
  • run «uuidgen» once again to get a new UUID
  • assign the new UUID value to CHARACTERISTIC_UUID in BluetoothServices.h in both projects

About

Simple demo apps to simulate Apple iOS7 iBeacon feature on iOS6 devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published