diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-20 15:49:31 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-21 15:35:57 -0500 |
commit | 1f9838bdb32ece8d45dc19778faa459d67192d79 (patch) | |
tree | c0ed5d94a923540941761320a5b63800b5b24c88 /recipes-connectivity/lora/lora-packet-forwarder | |
parent | cf514cafcd5bf1cb26d926df42a87ce5b8fb7c8d (diff) | |
download | meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.tar.gz meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.tar.bz2 meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.zip |
mtp:feat: add mlinux-picocell-debug-image with lora network server
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder/local_conf.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder/local_conf.json b/recipes-connectivity/lora/lora-packet-forwarder/local_conf.json new file mode 100644 index 0000000..3c2af80 --- /dev/null +++ b/recipes-connectivity/lora/lora-packet-forwarder/local_conf.json @@ -0,0 +1,7 @@ +{ + "gateway_conf": { + "server_address": "localhost", + "serv_port_up": 1780, + "serv_port_down": 1782 + } +} |