Files
paho.mqtt-sn.embedded-c/MQTTSNGateway/predefinedTopic.conf
tomoaki e942ee451d BugFix of #126
and the content of the conf file matched with the sample program


Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
2018-07-31 10:06:22 +09:00

48 lines
1.4 KiB
Plaintext

#***********************************************************************
# Copyright (c) 2017, Tomoaki Yamaguchi
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# and Eclipse Distribution License v1.0 which accompany this distribution.
#
# The Eclipse Public License is available at
# http://www.eclipse.org/legal/epl-v10.html
# and the Eclipse Distribution License is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#***********************************************************************
#
# 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
GatewayTestClient,ty4tw/predefinedTopic2, 2
GatewayTestClient,ty4tw/predefinedTopic3, 3
ClientPUB,ty4tw/predefinedTopic1, 1
ClientPUB,ty4tw/predefinedTopic2, 2
ClientPUB,ty4tw/predefinedTopic3, 3
ClientSUB,ty4tw/predefinedTopic1, 1
ClientSUB,ty4tw/predefinedTopic2, 2
ClientSUB,ty4tw/predefinedTopic3, 3