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 #169

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.

Related frontend PR

AramAlsabti commented 2 years ago

The new user management branch has been merged into this one prematurely to fix merge conflicts. As we will be testing in phases, a new PR was created from branch only with this gateway status feature. See here