mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
BugFix: change parameter name BroadcastIp and BroadcastPortNo to MulticastIP and MulticastPortNo, respectively. Update: Makefile to copy param.conf and build Log monitor. Update: README Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
23 lines
358 B
Plaintext
23 lines
358 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=2000
|
|
MulticastIP=225.1.1.1
|
|
MulticastPortNo=1883
|
|
|
|
# XBee
|
|
Baudrate=38400
|
|
SerialDevice=/dev/ttyUSB0
|