mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
Add conf files.
Signed-off-by: tomoaki tomoaki@tomy-tech.com Add conf and README files Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
16
MQTTSNGateway/param.conf
Normal file
16
MQTTSNGateway/param.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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=
|
||||
BroadcastIP=225.1.1.1
|
||||
GatewayPortNo=2000
|
||||
BroadcastPortNo=1883
|
||||
Reference in New Issue
Block a user