Last active
May 19, 2019 17:59
-
-
Save bmiro/53be43dec6d0308b44c91c6273caa979 to your computer and use it in GitHub Desktop.
Can Mirany LoRa Single channel global_conf.json for https://github.com/hallard/single_chan_pkt_fwd.git following https://wiki.dragino.com/index.php?title=Connect_to_TTN#Create_Single_Channel_Gateway_By_LoRa.2FGPS_HAT_with_Raspbian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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