eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
315 stars 178 forks source link

Pre-defined-topic and Forwarder Encapsulation are supported. #125

Closed ty4tw closed 6 years ago

ty4tw commented 6 years ago

Set parameters in the gateway.conf and related files as follows:
When PredefinedTopic is YES, Pre-definedTopicID file specified by PredefinedTopicList is effective.
This file defines Pre-definedTopics of the clients. In this file, ClientID,TopicName and TopicID are declared in CSV format.
When Forwarder is YES, Forwarder Encapsulation Message is available. Connectable Forwarders are specifed by ForwardersList file. In this file, ForwarderIds and those sensorNet addresses are declared in CSV format.