diff options
4 files changed, 15 insertions, 15 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.EU868.basic.clksrc0 b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.EU868.basic.clksrc0 index 02a2a70..5b51935 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.EU868.basic.clksrc0 +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.EU868.basic.clksrc0 @@ -207,11 +207,11 @@ }, "gateway_conf": { - "gateway_ID": "AA555A0000000000", + "gateway_ID": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>", /* change with default server address/ports, or overwrite in local_conf.json */ - "server_address": "localhost", - "serv_port_up": 1680, - "serv_port_down": 1680, + "server_address": "52.3.215.147", + "serv_port_up": 20000, + "serv_port_down": 20000, /* adjust the following parameters for your network */ "keepalive_interval": 10, "stat_interval": 30, diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.US915.basic.clksrc0 b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.US915.basic.clksrc0 index 29831e8..08f1c5e 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.US915.basic.clksrc0 +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.0.0.MTAC_LORA_1_5.US915.basic.clksrc0 @@ -8,8 +8,8 @@ "freq": 902700000, "rssi_offset": -165, "tx_enable": true, - "tx_freq_max": 902000000, - "tx_freq_min": 928000000, + "tx_freq_max": 928000000, + "tx_freq_min": 902000000, "type": "SX1257" }, "radio_1": { @@ -183,9 +183,9 @@ "gateway_ID": "<WILL-BE-REPLACED-WITH-LORA-EUI>", "keepalive_interval": 12, "push_timeout_ms": 120, - "serv_port_down": 1780, - "serv_port_up": 1780, - "server_address": "us01-iot.semtech.com", + "serv_port_down": 20000, + "serv_port_up": 20000, + "server_address": "52.3.215.147", "stat_interval": 20, "synch_word": 52 } diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic index 236fb22..7f21c70 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.EU868.basic @@ -181,9 +181,9 @@ }, "gateway_conf": { "gateway_ID": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>", - "server_address": "localhost", - "serv_port_up": 1680, - "serv_port_down": 1680, + "server_address": "52.3.215.147", + "serv_port_up": 20000, + "serv_port_down": 20000, "keepalive_interval": 10, "stat_interval": 30, "push_timeout_ms": 100, diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.US915.basic b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.US915.basic index ab2ec57..5537b0f 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.US915.basic +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTCAP-LORA-1-5.US915.basic @@ -211,9 +211,9 @@ }, "gateway_conf": { "gateway_ID": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>", - "server_address": "localhost", - "serv_port_up": 1680, - "serv_port_down": 1680, + "server_address": "52.3.215.147", + "serv_port_up": 20000, + "serv_port_down": 20000, "keepalive_interval": 10, "stat_interval": 30, "push_timeout_ms": 100, |