mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
23 lines
359 B
Plaintext
23 lines
359 B
Plaintext
# config file of MQTT-SN Gateway
|
|
|
|
BrokerName=test.mosquitto.org
|
|
BrokerPortNo=1883
|
|
SecureConnection=NO
|
|
#BrokerPortNo=8883
|
|
#SecureConnection=YES
|
|
ClientAuthorization=NO
|
|
GatewayID=1
|
|
GatewayName=PahoGateway-01
|
|
KeepAlive=900
|
|
#LoginID=
|
|
#Password=
|
|
|
|
# UDP
|
|
GatewayPortNo=10000
|
|
MulticastIP=225.1.1.1
|
|
MulticastPortNo=1883
|
|
|
|
# XBee
|
|
Baudrate=38400
|
|
SerialDevice=/dev/ttyUSB0
|