summaryrefslogtreecommitdiff
path: root/bigclown-gateway/files/bc-gateway-usb-dongle.config
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-07 22:56:08 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-07 23:13:58 +0200
commitc3fb448c05022ea78ee59215f3c9aa4dbd859b9f (patch)
treeb450c30ae649b2cb28cbe3676fb642830d134bb4 /bigclown-gateway/files/bc-gateway-usb-dongle.config
parentea39800cfac6469212013b2c459f54c3da64c613 (diff)
downloadopenwrt-personal-pkgs-c3fb448c05022ea78ee59215f3c9aa4dbd859b9f.tar.gz
openwrt-personal-pkgs-c3fb448c05022ea78ee59215f3c9aa4dbd859b9f.tar.bz2
openwrt-personal-pkgs-c3fb448c05022ea78ee59215f3c9aa4dbd859b9f.zip
Add BigClown gateway software
Diffstat (limited to 'bigclown-gateway/files/bc-gateway-usb-dongle.config')
-rw-r--r--bigclown-gateway/files/bc-gateway-usb-dongle.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/bigclown-gateway/files/bc-gateway-usb-dongle.config b/bigclown-gateway/files/bc-gateway-usb-dongle.config
new file mode 100644
index 0000000..7fa3977
--- /dev/null
+++ b/bigclown-gateway/files/bc-gateway-usb-dongle.config
@@ -0,0 +1,9 @@
+
+config config 'gateway'
+ option name 'usb-dongle'
+ option device '/dev/ttyUSB0'
+ option automatic_rename_kit_nodes '1'
+
+config config 'mqtt'
+ option host 'localhost'
+ option port '1883'