mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-14 16:06:51 +01:00
QoS-1 PUBLISH is available #34
BugFix of #69 Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
# http://www.eclipse.org/org/documents/edl-v10.php.
|
||||
#***********************************************************************
|
||||
#
|
||||
# SensorNetwork address format is defined by SensorNetAddress::setAddress(string* data) function.
|
||||
# This file declares valid MQTTSNForwarders.
|
||||
# Forwarders are defined by ForwarderId same as ClientId and those SensorNetAddress
|
||||
# in a CSV format as follow:
|
||||
#
|
||||
# ForwarderId, SensorNetAddress
|
||||
#
|
||||
# where SensorNetwork address format is defined by SensorNetAddress::setAddress(string* data) function.
|
||||
#
|
||||
|
||||
Forwarder01,172.16.1.7:12002
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user