LowCostLoRaGw
LowCostLoRaGw copied to clipboard
Question: edit cloud.json
When I edit the clouds.json file, the change is only active after a restart of the lora_gateway. The clouds.json file is loaded at every post_processing_gw.py call or not? Is this normal that the changes are only active after a new start?
The same is for the key_XXX.py files.
Thanks.
If by restart you mean a reboot of the gateway then yes, changes are active after a reboot. But you are also right, changes are active if you start (after killing old processes) a new post_processing_gw.py call. However, for an operational gateway, we recommend rebooting. For test purpose, you can start with command line.
regards,