diff options
author | Jason Reiss <jreiss@multitech.com> | 2017-11-02 08:52:08 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-10 09:26:55 -0600 |
commit | b6341be57d94a8d1102d556ad60b64a35e2bc83f (patch) | |
tree | fb5bcbb84d9e05bc97722924943c52bc30e745aa /recipes-connectivity/lora | |
parent | 9c48e7fe07b3e78a909da087b4fcc23cde554554 (diff) | |
download | meta-mlinux-b6341be57d94a8d1102d556ad60b64a35e2bc83f.tar.gz meta-mlinux-b6341be57d94a8d1102d556ad60b64a35e2bc83f.tar.bz2 meta-mlinux-b6341be57d94a8d1102d556ad60b64a35e2bc83f.zip |
lora: update global conf files, fix US min/max freq setting, change remote server to new Semtech address
Diffstat (limited to 'recipes-connectivity/lora')
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, |