1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/mosquitto_rsmb/config.cnf
Martine Lenders 49036c7065 mosquitto_rsmb: add MQTT listener to config
This helped me a lot while testing #9464 to interact with the broker
using the mosquitto shell command clients.
2018-07-05 13:17:59 +02:00

11 lines
201 B
INI

# Uncomment this to show you packets being sent and received
trace_output protocol
# MQTT-SN listener
listener 1883 INADDR_ANY mqtts
ipv6 true
# MQTT listener
listener 1883 INADDR_ANY mqtt
ipv6 true