upnext / BeaconControl

Setup and manage large beacon deployments with BeaconControl open source platform
https://beaconcontrol.io
BSD 3-Clause "New" or "Revised" License
92 stars 63 forks source link

Beacon Interaction with IONIC app Except SDK #33

Closed Malkiat-Singh closed 7 years ago

Malkiat-Singh commented 8 years ago

Is there any Rest API By which I can directly call API for beacon data instead to use SDK.

Because I am developing app in ionic

jkurdel commented 8 years ago

Hi @Malkiat-Singh,

You can only get data configured by BeaconControl app using Rest API described at https://beaconcontrol.io/dev/backend/s2s_api_docs_v1/beacons.html. We do not have any specific support for Cordova/Ionic as described here https://github.com/upnext/BeaconControl/issues/31 so if you want to get data such as beacon RSSI you have to write custom code.