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

Figure out how to eliminate duplicates in the scan results #25

Closed truedat101 closed 3 months ago

truedat101 commented 5 months ago

There are a lot of duplicates in the scan. Add a scheme to either filter these out or avoid examining every dup.

truedat101 commented 3 months ago

Somehow I lost the commit, what a side track. Here's the approach to fix the dups:

https://stackoverflow.com/questions/74155680/flutter-reactive-ble-infinite-duplicate-devices-found/74299789#comment137650089_74299789

truedat101 commented 3 months ago

done.