- move/update .properties file in src/dist

- add start scripts
koppelting
Bertrik Sikken 2017-08-25 00:44:45 +02:00
rodzic 00b6317156
commit b34e456bea
4 zmienionych plików z 17 dodań i 21 usunięć

Wyświetl plik

@ -1,21 +0,0 @@
# URL of the habitat server
habitat.url=http://habitat.habhub.org
# Timeout in milliseconds
habitat.timeout=3000
# URL of the TTN MQTT server
mqtt.serverurl=tcp://eu.thethings.network
# MQTT client id
mqtt.clientid=ttnhabbridge
# TTN application name used as MQTT user name
mqtt.username=ttnmapper
# TTN application password
mqtt.password=ttn-account-v2.Xc8BFRKeBK5nUhc9ikDcR-sbelgSMdHKnOQKMAiwpgI
# MQTT topic to subscribe to
mqtt.topic=ttnmapper/devices/+/up

Wyświetl plik

@ -0,0 +1 @@
bin\ttnhabbridge.bat

Wyświetl plik

@ -0,0 +1,14 @@
# URL of the habitat server
habitat.url=http://habitat.habhub.org
# Timeout in milliseconds
habitat.timeout=3000
# URL of the TTN MQTT server
ttn.mqtt.url=tcp://eu.thethings.network
# TTN application id (used as MQTT user name)
ttn.app.id=habhub
# TTN application password
ttn.app.key=ttn-account-v2.Sh49WL90oQz-ZuxoDrS6yKuACL_jtAA0agdDfO_eVj4

Wyświetl plik

@ -0,0 +1,2 @@
#!/bin/sh
bin/ttnhabbridge