paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.14k stars 285 forks source link

iBeacons #4

Closed izqui closed 9 years ago

izqui commented 10 years ago

I just made this super tiny library on top of gatt for advertising iBeacons: https://github.com/izqui/beacon

Do you think it makes sense to keep it separated like this or should I integrate inside gatt as a helper or whatever?

Thanks for the nice work!

josharian commented 9 years ago

Nice!

A pull request adding iBeacon support to gatt would be welcome. If you poke around in the code, I believe that there are some references to iBeacon in there in the comments already, which might help.