chirpstack / chirpstack-concentratord

Concentrator HAL daemon for LoRa gateways.
https://www.chirpstack.io/
MIT License
76 stars 56 forks source link

provide option to override gateway_id instead of using default embedded sx1302 eui #187

Closed nicolas-juteau closed 3 weeks ago

nicolas-juteau commented 4 weeks ago

Default behavior will use the overriden gateway_id option in config file. Value will be replaced by the MultiTech LoRa EUI in init script start (MTCAP3).

Commenting out the gateway_id option in config file will force concentratord to use the embedded sx1302 eui.

Note that I have not included modifications for other platform vendors / concentratord-2g4 as I don't have the units on hand and therefore don't know if this modification applies to them as well or not.