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,7 +11,26 @@
|
||||
# http://www.eclipse.org/org/documents/edl-v10.php.
|
||||
#***********************************************************************
|
||||
#
|
||||
# ClientID, TopicName, TopicID
|
||||
# pre-defined-topics are defined by this file.
|
||||
# A format of this file is in CSV as follows:
|
||||
#
|
||||
# ClientID, TopicName, TopicID
|
||||
#
|
||||
# This file is consist from two sections.
|
||||
# One for QoS-1 PUBLISH Clients, the other for another clients.
|
||||
|
||||
#
|
||||
# pre-defined-topics for QoS-1 clients.
|
||||
# ClientIDs should be "ClientProxy"
|
||||
#
|
||||
|
||||
ClientProxy, ty4tw/proxy/predefTopic1, 1
|
||||
ClientProxy, ty4tw/proxy/predefTopic2, 2
|
||||
ClientProxy, ty4tw/proxy/predefTopic3, 3
|
||||
|
||||
|
||||
#
|
||||
# pre-defined-topics for another clients
|
||||
#
|
||||
|
||||
GatewayTestClient,ty4tw/predefinedTopic1, 1
|
||||
|
||||
Reference in New Issue
Block a user