IoTone / ProjectMagNET

Project Mag*NET is an IoT data sync and control app + distributed server for iot data
https://iotone.github.io/projectmagnet.github.io/
Apache License 2.0
0 stars 1 forks source link

Investigate integration of beacon scanning #30

Open truedat101 opened 4 months ago

truedat101 commented 4 months ago

These both have some standards. You can simulate these as well.

iBeacon should show up as:

for starters.

A great cheatsheet on beacons: https://twitter.com/josryke/status/763006284052463617/photo/1

truedat101 commented 3 months ago

Some points about scanning for beacons

https://github.com/PhilipsHue/flutter_reactive_ble/issues/664

truedat101 commented 3 days ago

Seems there is a library out there for good ios/android beacon scanning. https://github.com/jusahyv/simple_beacons_flutter

For any thoughts about ranging:

https://stackoverflow.com/a/22787597/796514