Skip to content

Instantly share code, notes, and snippets.

@bmiro
Last active May 19, 2019 17:59
Show Gist options
  • Save bmiro/53be43dec6d0308b44c91c6273caa979 to your computer and use it in GitHub Desktop.
Save bmiro/53be43dec6d0308b44c91c6273caa979 to your computer and use it in GitHub Desktop.
# global_conf.json for https://github.com/hallard/single_chan_pkt_fwd.git
{
"SX127x_conf":
{
"freq": 868100000,
"spread_factor": 7,
"pin_nss": 6,
"pin_dio0": 7,
"pin_rst": 0
},
"gateway_conf":
{
"ref_latitude": 39.7678261,
"ref_longitude": 2.7139577,
"ref_altitude": 40,
"name": "Single Channel Mirany 01",
"email": "lora-gw-sch-mirany-01",
"desc": "Dragino Single Channel Gateway on RPI",
"servers":
[
{
"address": "router.eu.staging.thethings.network",
"port": 1700,
"enabled": false
},
{
"address": "eu.thethings.network",
"port": 1700,
"enabled": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment