summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-11-01 10:17:46 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-11-01 10:17:46 -0500
commit2e60f2c0e343f90ea7dc1701091b2aecc84e59ce (patch)
tree5ea119a5f91bc04a649463c6258e4efd2b9371fa /recipes-connectivity
parent8bfdc8e9ed02f5c11ce9f98aeb0b24ca44431ac5 (diff)
downloadmeta-mlinux-atmel-2e60f2c0e343f90ea7dc1701091b2aecc84e59ce.tar.gz
meta-mlinux-atmel-2e60f2c0e343f90ea7dc1701091b2aecc84e59ce.tar.bz2
meta-mlinux-atmel-2e60f2c0e343f90ea7dc1701091b2aecc84e59ce.zip
mtp:style: fix lora-network-server.conf whitespace
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf66
1 files changed, 33 insertions, 33 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf b/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf
index 71c12c1..448b3db 100644
--- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf
+++ b/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf
@@ -1,36 +1,36 @@
{
- "lora": {
- "netID": "010203", /* netID for beacon packets */
- "frequencyBand": "868", /* US="915", EU="868" */
- "rx1DatarateOffset": 0, /* Datarate offset for mote rx window 1 sent in join response (0-3) */
- "rx2Datarate": 12, /* Datarate for mote rx window 2 sent in join response (7-12) */
- "maxTxPower": 26, /* Max Tx power (dBm), -6 to 26 */
- "frequencyEU": 867500000, /* center freq for extra EU channels (Hz) */
+ "lora": {
+ "netID": "010203", /* netID for beacon packets */
+ "frequencyBand": "868", /* US="915", EU="868" */
+ "rx1DatarateOffset": 0, /* Datarate offset for mote rx window 1 sent in join response (0-3) */
+ "rx2Datarate": 12, /* Datarate for mote rx window 2 sent in join response (7-12) */
+ "maxTxPower": 26, /* Max Tx power (dBm), -6 to 26 */
+ "frequencyEU": 867500000, /* center freq for extra EU channels (Hz) */
"antennaGain": 0
- },
- "udp": {
- "appPortUp": 1784, /* port for user-developed application use */
- "appPortDown": 1786, /* port for user-developed application use */
- "upstreamPort": 1780, /* ports for LoRa network communication */
- "downstreamPort": 1782 /* ports for LoRa network communication */
- },
- "addressRange": {
- "start": "00:00:00:01", /* address range used for mDots */
- "end": "FF:FF:FF:FE"
- },
- "network": {
- "public": true, /* set to false for private LoRa network with mDots + Conduit */
- "leasetime": 0, /* time until mDot join expires (minutes) or 0 for no expiration */
- "name": "YOUR-NETWORK-NAME", /* configure network security */
- "passphrase": "YOUR-NETWORK-PASSPHRASE"
- },
- "log" : {
- "console" : true,
- "syslog" : false,
- "level" : 30, /* error=10, warn=20, info=30, debug=50, trace=60, max=100 */
- "path": "/var/log/lora-network-server.log"
- },
- "mqtt": {
- "enabled": true
- }
+ },
+ "udp": {
+ "appPortUp": 1784, /* port for user-developed application use */
+ "appPortDown": 1786, /* port for user-developed application use */
+ "upstreamPort": 1780, /* ports for LoRa network communication */
+ "downstreamPort": 1782 /* ports for LoRa network communication */
+ },
+ "addressRange": {
+ "start": "00:00:00:01", /* address range used for mDots */
+ "end": "FF:FF:FF:FE"
+ },
+ "network": {
+ "public": true, /* set to false for private LoRa network with mDots + Conduit */
+ "leasetime": 0, /* time until mDot join expires (minutes) or 0 for no expiration */
+ "name": "YOUR-NETWORK-NAME", /* configure network security */
+ "passphrase": "YOUR-NETWORK-PASSPHRASE"
+ },
+ "log" : {
+ "console" : true,
+ "syslog" : false,
+ "level" : 30, /* error=10, warn=20, info=30, debug=50, trace=60, max=100 */
+ "path": "/var/log/lora-network-server.log"
+ },
+ "mqtt": {
+ "enabled": true
+ }
}