mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
Set whether to run ClientProxy at startup.
If it does not start, do not create an instance of ClientProxy. Change the name of ClientProxy to QoSm1Proxy Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -18,16 +18,17 @@ BrokerPortNo=1883
|
||||
BrokerSecurePortNo=8883
|
||||
|
||||
ClientAuthentication=NO
|
||||
ClientsList=/path/to/your_clients.conf
|
||||
#ClientsList=/path/to/your_clients.conf
|
||||
|
||||
PredefinedTopic=NO
|
||||
PredefinedTopicList=/path/to/your_predefinedTopic.conf
|
||||
#PredefinedTopicList=/path/to/your_predefinedTopic.conf
|
||||
|
||||
Forwarder=NO
|
||||
ForwardersList=/path/to/your_forwarers.conf
|
||||
#ForwardersList=/path/to/your_forwarers.conf
|
||||
|
||||
QoS-1=NO
|
||||
QoS-1ClientsList=/path/to/your_qos-1clients.conf
|
||||
OoS-1ProxyName=Proxy007
|
||||
#QoS-1ClientsList=/path/to/your_qos-1clients.conf
|
||||
|
||||
#RootCAfile=/etc/ssl/certs/ca-certificates.crt
|
||||
#RootCApath=/etc/ssl/certs/
|
||||
|
||||
Reference in New Issue
Block a user