|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
MQTT client configuration. More...
#include <mqtt_types.hpp>

Classes | |
| struct | Auth |
| struct | Connection |
| struct | LastWill |
Public Attributes | |
| std::string | pubTopicPrefix = "spsp" |
| Connection | connection |
| Auth | auth |
| LastWill | lastWill |
MQTT client configuration.
Definition at line 35 of file mqtt_types.hpp.
| std::string SPSP::FarLayers::MQTT::Config::pubTopicPrefix = "spsp" |
Topic prefix
Topic format for publishing is: TOPIC_PREFIX%/ADDR%/MSG_TOPIC%
TODO: use C++20 format
Definition at line 106 of file mqtt_types.hpp.
1.8.17