What is wrong with this global_conf.json for Packet Forwarder?

Home Forums Conduit: AEP Model What is wrong with this global_conf.json for Packet Forwarder?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #33015
    Stephen Horn
    Participant

    I use the following global_conf.json under Card 1 in Manual Configuration of a Packet Forwarder. No matter what I change, I cannot get the Packet Forwarder to start. I do not have mLinux because this is an AEP model. Can anyone see anything in this json that is causing a problem?

    {
    	"SX1301_conf" : 
    	{
    		"clksrc" : 0,
    		"lorawan_public" : false,
    		"antenna_gain" : 3,
    		"chan_Lora_std" : 
    		{
    			"bandwidth" : 125000,
    			"enable" : true,
    			"if" : 0,
    			"radio" : 0,
    			"spread_factor" : 7
    		},
    		"chan_multiSF_0" : 
    		{
    			"enable" : true,
    			"if" : -600000,
    			"radio" : 0
    		},
    		"chan_multiSF_1" : 
    		{
    			"enable" : true,
    			"if" : -400000,
    			"radio" : 0
    		},
    		"chan_multiSF_2" : 
    		{
    			"enable" : true,
    			"if" : -200000,
    			"radio" : 0
    		},
    		"chan_multiSF_3" : 
    		{
    			"enable" : true,
    			"if" : 0,
    			"radio" : 0
    		},
    		"chan_multiSF_4" : 
    		{
    			"enable" : true,
    			"if" : 200000,
    			"radio" : 0
    		},
    		"chan_multiSF_5" : 
    		{
    			"enable" : true,
    			"if" : 400000,
    			"radio" : 0
    		},
    		"chan_multiSF_6" : 
    		{
    			"enable" : true,
    			"if" : 600000,
    			"radio" : 0
    		},
    		"chan_multiSF_7" : 
    		{
    			"enable" : true,
    			"if" : 800000,
    			"radio" : 0
    		},
    		
    		"radio_0" : 
    		{
    			"enable" : true,
    			"freq" : 904500000,
    			"tx_enable": false,
    			"rssi_offset" : -162,			
    			"type" : "SX1257"
    		},
    		"radio_1" : 
    		{
    			"enable" : true,
    			"freq" : 925100000,
    			"rssi_offset" : -162,			
    			"tx_enable" : true,
    			"tx_freq_min" : 923300000,
    			"tx_freq_max" : 927500000,
    			"type" : "SX1257"
    		},
                    "tx_lut_0":{"dig_gain":2,"mix_gain":15,"pa_gain":1,"rf_power":10},
                    "tx_lut_1":{"dig_gain":3,"mix_gain":8,"pa_gain":3,"rf_power":11},
                    "tx_lut_2":{"dig_gain":2,"mix_gain":11,"pa_gain":2,"rf_power":12},
                    "tx_lut_3":{"dig_gain":0,"mix_gain":10,"pa_gain":2,"rf_power":13},
                    "tx_lut_4":{"dig_gain":3,"mix_gain":14,"pa_gain":2,"rf_power":14},
                    "tx_lut_5":{"dig_gain":1,"mix_gain":12,"pa_gain":2,"rf_power":15},
                    "tx_lut_6":{"dig_gain":0,"mix_gain":12,"pa_gain":2,"rf_power":16},
                    "tx_lut_7":{"dig_gain":2,"mix_gain":14,"pa_gain":2,"rf_power":17},
                    "tx_lut_8":{"dig_gain":2,"mix_gain":15,"pa_gain":2,"rf_power":18},
                    "tx_lut_9":{"dig_gain":1,"mix_gain":15,"pa_gain":2,"rf_power":19},
                    "tx_lut_10":{"dig_gain":0,"mix_gain":9,"pa_gain":3,"rf_power":20},
                    "tx_lut_11":{"dig_gain":1,"mix_gain":10,"pa_gain":3,"rf_power":21},
                    "tx_lut_12":{"dig_gain":0,"mix_gain":10,"pa_gain":3,"rf_power":22},
                    "tx_lut_13":{"dig_gain":0,"mix_gain":11,"pa_gain":3,"rf_power":23},
                    "tx_lut_14":{"dig_gain":2,"mix_gain":14,"pa_gain":3,"rf_power":24},
                    "tx_lut_15":{"dig_gain":0,"mix_gain":15,"pa_gain":3,"rf_power":25}
    	},
    	
    	
    	"gateway_conf": {
    		"gateway_ID": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>" ,
    		"server_address": "127.0.0.1",
            "forward_crc_disabled": false,
    		"forward_crc_valid": true,
    		"forward_crc_error": true,		
    		"serv_port_up": 1780,
    		"serv_port_down": 1782,		
    		"keepalive_interval": 10,
    		"stat_interval": 20,		
    		"push_timeout_ms": 100,
    		"autoquit_threshold": 60
    	}
    }
    
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.