I need help on creating a solution with losant.
At this point, I know that we will create endpoints or a MQTT topic to send several devices geolocation. The devices are geolocation beacons/tags will be based on LoRa communication. I don’t need to send back instructions to the device. I only need to receive geolocation, deveice_id and battery_level to manage batteries.
My doubts are:
- how to create a UX platform to provide a search by device_id or related serial number of the equipment?
- once a user search, how to show a google maps with a pin in the correct geolocation
- how to offer endpoints so that my client can sync all the locations to its ERP
- how to automatically subscribe new device_id and allow them to be new devices within Losant
Thanks in advance.