Adding modifications, but not the captured csv files
This commit is contained in:
parent
4b42025d17
commit
21bf44921f
7 changed files with 753 additions and 0 deletions
70
packet_forwarder/global_conf.rxsingle.915_sf8_bw125.json
Normal file
70
packet_forwarder/global_conf.rxsingle.915_sf8_bw125.json
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"SX130x_conf": {
|
||||
"com_type": "SPI",
|
||||
"com_path": "/dev/spidev0.0",
|
||||
|
||||
"lorawan_public": false,
|
||||
"clksrc": 0,
|
||||
"antenna_gain": 0,
|
||||
"full_duplex": false,
|
||||
|
||||
"sx1261_conf": {
|
||||
"spi_path": "/dev/spidev0.1",
|
||||
"rssi_offset": 0,
|
||||
"spectral_scan": { "enable": false, "freq_start": 903900000, "nb_chan": 8, "nb_scan": 2000, "pace_s": 10 },
|
||||
"lbt": { "enable": false }
|
||||
},
|
||||
|
||||
"radio_0": {
|
||||
"enable": true,
|
||||
"type": "SX1250",
|
||||
"freq": 915000000,
|
||||
"rssi_offset": -215.4,
|
||||
"tx_enable": false
|
||||
},
|
||||
|
||||
"radio_1": {
|
||||
"enable": false,
|
||||
"type": "SX1250",
|
||||
"freq": 0,
|
||||
"rssi_offset": -215.4,
|
||||
"tx_enable": false
|
||||
},
|
||||
|
||||
"chan_multiSF_All": { "spreading_factor_enable": [ 8 ] },
|
||||
|
||||
"chan_Lora_std": {
|
||||
"enable": true,
|
||||
"radio": 0,
|
||||
"if": 0,
|
||||
"bandwidth": 125000,
|
||||
"spread_factor": 8,
|
||||
"implicit_hdr": false,
|
||||
"implicit_payload_length": 0,
|
||||
"implicit_crc_en": false,
|
||||
"implicit_coderate": 1
|
||||
},
|
||||
|
||||
"chan_FSK": { "enable": false, "radio": 0, "if": 0, "bandwidth": 125000, "datarate": 50000 }
|
||||
},
|
||||
|
||||
"gateway_conf": {
|
||||
"gateway_ID": "AA555A0000000000",
|
||||
"server_address": "127.0.0.1",
|
||||
"serv_port_up": 1730,
|
||||
"serv_port_down": 1730,
|
||||
"keepalive_interval": 10,
|
||||
"stat_interval": 30,
|
||||
"push_timeout_ms": 100,
|
||||
"forward_crc_valid": true,
|
||||
"forward_crc_error": false,
|
||||
"forward_crc_disabled": false,
|
||||
"gps_tty_path": "/dev/ttyS0",
|
||||
"ref_latitude": 0.0,
|
||||
"ref_longitude": 0.0,
|
||||
"ref_altitude": 0,
|
||||
"beacon_period": 0
|
||||
},
|
||||
|
||||
"debug_conf": { "log_file": "loragw_hal.log" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue