beacon-simulator-android icon indicating copy to clipboard operation
beacon-simulator-android copied to clipboard

Enhancement: Allow creation of custom beacon templates

Open russdill opened this issue 5 years ago • 0 comments

Beacon Simulator currently supports a set of known beacon formats. There are a number of companies creating there own beacons with proprietary formats. It'd be really useful to properly scan them and transmit them as well.

altbeacon provides support for custom layouts via the 'setBeaconLayout' call:

https://altbeacon.github.io/android-beacon-library/javadoc/org/altbeacon/beacon/BeaconParser.html#setBeaconLayout-java.lang.String-

It'd be really useful to have the ability to add custom templates based on this call.

russdill avatar Aug 15 '19 02:08 russdill