mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
Change Commom ClientID of predifinedTopic.conf to '*' #132
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
#
|
||||
# ClientID, TopicName, TopicID
|
||||
#
|
||||
# Topics is common to all clients, ClientID should be COMMON.
|
||||
# Topics is common to all clients, ClientID should be *.
|
||||
|
||||
#
|
||||
# pre-defined-topics for Clients
|
||||
#
|
||||
|
||||
COMMON,ty4tw/predefinedTopic1, 1
|
||||
*,ty4tw/predefinedTopic1, 1
|
||||
GatewayTestClient,ty4tw/predefinedTopic2, 2
|
||||
GatewayTestClient,ty4tw/predefinedTopic3, 3
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ extern Gateway* theGateway;
|
||||
/*=====================================
|
||||
Class ClientList
|
||||
=====================================*/
|
||||
const char* common_topic = "COMMON";
|
||||
const char* common_topic = "*";
|
||||
|
||||
ClientList::ClientList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user