mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
Update: Create param.conf and key files automatically.
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>
This commit is contained in:
@@ -11,6 +11,12 @@ GatewayName=PahoGateway-01
|
||||
KeepAlive=900
|
||||
#LoginID=
|
||||
#Password=
|
||||
BroadcastIP=225.1.1.1
|
||||
|
||||
# UDP
|
||||
GatewayPortNo=2000
|
||||
BroadcastPortNo=1883
|
||||
MulticastIP=225.1.1.1
|
||||
MulticastPortNo=1883
|
||||
|
||||
# XBee
|
||||
Baudrate=38400
|
||||
SerialDevice=/dev/ttyUSB0
|
||||
|
||||
Reference in New Issue
Block a user