OS2iot / OS2iot-backend

This repository contains the backend to the project OS2iot.
Mozilla Public License 2.0
10 stars 7 forks source link

Show overview of gateway status #170

Closed AramAlsabti closed 2 years ago

AramAlsabti commented 2 years ago

Supports fetching the status of all gateways. The backend now also subscribes to a topic on Chirpstack which receives gateway status messages from time to time. It stores the status messages in a separate table which can then be fetched by a client

Note that this differs from the application server which shows gateways as offline if they haven't received a packages in the last couple of minutes.

https://github.com/OS2iot/OS2IoT-frontend/pull/84

AramAlsabti commented 2 years ago

As discussed, the migration timestamp has been bumped. Remember to update the entry in your migrations table.