sdm72 0.2.3

SDM72 protocol and commandline tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# MQTT configuration to the broker
# Copy and modify this file to mqtt.yaml

# URI to the MQTT broker like: mqtt://localhost:1883
uri: mqtt://localhost:1883

# User name for authentication
username: mqtt_broker_user

# Password for authentication
password: mqtt_broker_password

# QOS (quality of service) to use
qos: 0

topic: sdm72