quickbird-uk / QuickbirdUWPDashboard

Quickbird UWP App and Server
http://www.quickbird.co.uk/
GNU General Public License v3.0
27 stars 7 forks source link

What happens if two users give their devices same ID's? #58

Closed VladimirAkopyan closed 6 years ago

VladimirAkopyan commented 6 years ago

At the moment i believe the app take GUIDS from devices. If they are the ones used as unique keys in database, that's unacceptable!

VladimirAkopyan commented 6 years ago

turns out we've thought about this - Each device has something called "Serial number" and htat's the ID used from MQTT. internally the app uses a guid, and it's created properly.