sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
498 stars 88 forks source link

Any way to send an identifier? #11

Closed BlackWolf closed 10 years ago

BlackWolf commented 10 years ago

I just noticed that the iOS API for iBeacon supports "identifiers" when creating and scanning for iBeacons - which are basically strings that seem to be transmitted from one device to another.

Is something like this possible with bleacon? Or is there a specific reason this is not supported?

sandeepmistry commented 10 years ago

@BlackWolf the identifier is not transmitted with iBeacons. It's just a book keeping tool.

sandeepmistry commented 10 years ago

Closing, question answered.