TTN gateways using this setup can be configured to allow remote configuration. In that case, the gateways checks if there's a new setting file on each start up and if so, replaces the local configuration file.
Adding your remote configuration file here is easy:
- Create one JSON file with your gateway's EUI in uppercase as the name. So, if you gateway EUI is
B827EBFFFE4E743F
, the file should be calledB827EBFFFE4E743F.json
- The content of the file should be your
local_conf.json
, if you're unusure, copy this file as template and update the following fields:- Gateway EUI
- Description
- Server address (check this list if you are not using the European router)
- Latitude, longitude and altitude
- Then create a pull request with it
- Wait a bit for it to be merged
- Profit!