Library for MQTT
Diff: mbed-mqtt-master/paho_mqtt-sn_embedded_c/MQTTSNGateway/predefinedTopic.conf
- Revision:
- 0:ba7e439238ab
diff -r 000000000000 -r ba7e439238ab mbed-mqtt-master/paho_mqtt-sn_embedded_c/MQTTSNGateway/predefinedTopic.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-mqtt-master/paho_mqtt-sn_embedded_c/MQTTSNGateway/predefinedTopic.conf Mon Jun 20 16:24:43 2022 +0000 @@ -0,0 +1,36 @@ +#*********************************************************************** +# 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 +# +# Topics is common to all clients, ClientID should be *. + +# +# pre-defined-topics for Clients +# + +*,ty4tw/predefinedTopic1, 1 +GatewayTestClient,ty4tw/predefinedTopic2, 2 +GatewayTestClient,ty4tw/predefinedTopic3, 3 + +# +# pre-defined-topics for QoS-1 clients. +# + + +QoS-1_Client03,ty4tw/proxy/predefTopic4, 1 +QoS-1_Client03,ty4tw/proxy/predefTopic5, 2 +QoS-1_Client03,ty4tw/proxy/predefTopic6, 3