mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-14 16:06:51 +01:00
Update: Add Aggregate Gateway functions. #127
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -20,28 +20,27 @@
|
||||
# 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
|
||||
# pre-defined-topics for Clients
|
||||
#
|
||||
|
||||
GatewayTestClient,ty4tw/predefinedTopic1, 1
|
||||
GatewayTestClient,ty4tw/predefinedTopic2, 2
|
||||
GatewayTestClient,ty4tw/predefinedTopic3, 3
|
||||
|
||||
ClientPUB,ty4tw/predefinedTopic1, 1
|
||||
ClientPUB,ty4tw/predefinedTopic2, 2
|
||||
ClientPUB,ty4tw/predefinedTopic3, 3
|
||||
#
|
||||
# pre-defined-topics for QoS-1 clients.
|
||||
#
|
||||
|
||||
QoS-1_Client01,ty4tw/proxy/predefTopic1, 1
|
||||
QoS-1_Client01,ty4tw/proxy/predefTopic2, 2
|
||||
QoS-1_Client01,ty4tw/proxy/predefTopic3, 3
|
||||
|
||||
QoS-1_Client02,ty4tw/proxy/predefTopic1, 1
|
||||
QoS-1_Client02,ty4tw/proxy/predefTopic3, 2
|
||||
QoS-1_Client02,ty4tw/proxy/predefTopic3, 3
|
||||
|
||||
QoS-1_Client03,ty4tw/proxy/predefTopic1, 1
|
||||
QoS-1_Client03,ty4tw/proxy/predefTopic2, 2
|
||||
QoS-1_Client03,ty4tw/proxy/predefTopic3, 3
|
||||
|
||||
ClientSUB,ty4tw/predefinedTopic1, 1
|
||||
ClientSUB,ty4tw/predefinedTopic2, 2
|
||||
ClientSUB,ty4tw/predefinedTopic3, 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user