TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
990 stars 309 forks source link

Support migration to uint32 RSSI for TTIGW protocol #7355

Closed johanstokking closed 1 month ago

johanstokking commented 1 month ago

Summary

Internal reference https://github.com/TheThingsIndustries/gateway/issues/32

This supports migrating from float RSSI values to uint32 in protobuf, which are more bandwidth efficient.

Changes

Testing

Steps
  1. Connect The Things Indoor Gateway Pro
  2. Observe that LoRa channel and signal RSSI in uplink messages
  3. Perform a WiFi access point scan
Results

The RSSI values (including the WiFi AP signal strength) should make sense (i.e. not 0).

Regressions

None

Checklist