summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-packet-forwarder-geolocation
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2018-04-23 14:51:09 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2018-04-23 14:51:09 -0500
commit3690ae3a1bc74128c92465ecb2ebdaa5e96c4295 (patch)
tree71f10c180015a51b23505e478db72cf86728b5ec /recipes-connectivity/lora/lora-packet-forwarder-geolocation
parentc8c1fbb294db026f55110d1f55b4d3d82e8977e5 (diff)
downloadmeta-mlinux-3690ae3a1bc74128c92465ecb2ebdaa5e96c4295.tar.gz
meta-mlinux-3690ae3a1bc74128c92465ecb2ebdaa5e96c4295.tar.bz2
meta-mlinux-3690ae3a1bc74128c92465ecb2ebdaa5e96c4295.zip
Changed server up/down ports to 1780,1782 & default server to localhost
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder-geolocation')
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU8686
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP9206
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU8686
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_EU8686
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_US9156
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_64ch_US9156
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_full_duplex_64ch_US9156
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_dual_antenna_56ch_partial_diversity_EU8686
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_16ch_16x1_EU8686
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_64x1_EU8686
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU8686
11 files changed, 33 insertions, 33 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU868
index b04addc..9b45d1d 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU868
@@ -120,9 +120,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP920 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP920
index 7b1b7b0..2229cb9 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP920
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP920
@@ -119,9 +119,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU868
index 465316e..d7ac24d 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU868
@@ -120,9 +120,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_EU868
index d6d243f..9c7f2b4 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_EU868
@@ -93,9 +93,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_US915 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_US915
index 12b8416..d6f1123 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_US915
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_16ch_US915
@@ -77,9 +77,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_64ch_US915 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_64ch_US915
index 44b9142..9133313 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_64ch_US915
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_64ch_US915
@@ -177,9 +177,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_full_duplex_64ch_US915 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_full_duplex_64ch_US915
index 916761f..0aaf4bf 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_full_duplex_64ch_US915
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_loc_single_antenna_full_duplex_64ch_US915
@@ -182,9 +182,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_dual_antenna_56ch_partial_diversity_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_dual_antenna_56ch_partial_diversity_EU868
index 3259136..1f4a589 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_dual_antenna_56ch_partial_diversity_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_dual_antenna_56ch_partial_diversity_EU868
@@ -216,9 +216,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_16ch_16x1_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_16ch_16x1_EU868
index 70c1906..85ddc66 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_16ch_16x1_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_16ch_16x1_EU868
@@ -89,9 +89,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_64x1_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_64x1_EU868
index c7318a2..9e83240 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_64x1_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_64x1_EU868
@@ -189,9 +189,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU868 b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU868
index d5a1705..c3732eb 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU868
+++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU868
@@ -189,9 +189,9 @@
"gateway_conf": {
"gateway_ID": "00AEAEFFFE000000",
/* change with default server address/ports */
- "server_address": "iotbeta.semtech.com",
- "serv_port_up": 1690,
- "serv_port_down": 1690,
+ "server_address": "127.0.0.1",
+ "serv_port_up": 1780,
+ "serv_port_down": 1782,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,