diff options
Diffstat (limited to 'recipes-connectivity')
4 files changed, 13 insertions, 13 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTAC_LORA_1_5.EU868.basic.clksrc0 b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTAC_LORA_1_5.EU868.basic.clksrc0 index 4c388a4..da7d5c5 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTAC_LORA_1_5.EU868.basic.clksrc0 +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.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.1.0.MTAC_LORA_1_5.US915.basic.clksrc0 b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTAC_LORA_1_5.US915.basic.clksrc0 index 68033d8..a5c6e33 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTAC_LORA_1_5.US915.basic.clksrc0 +++ b/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.3.1.0.MTAC_LORA_1_5.US915.basic.clksrc0 @@ -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 97e2730..9070263 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, |