|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Client node type of SPSP. More...
#include <chrono>#include <cinttypes>#include <future>#include <mutex>#include <unordered_map>#include <sys/time.h>#include "spsp/logger.hpp"#include "spsp/node.hpp"#include "spsp/timer.hpp"#include "spsp/wildcard_trie.hpp"

Go to the source code of this file.
Classes | |
| struct | SPSP::Nodes::ClientConfig |
| Client configuration. More... | |
| struct | SPSP::Nodes::ClientConfig::Reporting |
| struct | SPSP::Nodes::ClientConfig::SubDB |
| class | SPSP::Nodes::Client< TLocalLayer > |
| Client node. More... | |
| struct | SPSP::Nodes::Client< TLocalLayer >::SubDBEntry |
| Client subscribe database entry. More... | |
Macros | |
| #define | SPSP_LOG_TAG "SPSP/Client" |
1.8.17