|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Bridge node type of SPSP. More...
#include <chrono>#include <mutex>#include <unordered_map>#include <vector>#include "spsp/local_addr_mac.hpp"#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::BridgeConfig |
| Bridge configuration. More... | |
| struct | SPSP::Nodes::BridgeConfig::Reporting |
| struct | SPSP::Nodes::BridgeConfig::SubDB |
| class | SPSP::Nodes::Bridge< TLocalLayer, TFarLayer > |
| Bridge node. More... | |
| struct | SPSP::Nodes::Bridge< TLocalLayer, TFarLayer >::SubDBEntry |
| Bridge subscribe entry. More... | |
Macros | |
| #define | SPSP_LOG_TAG "SPSP/Bridge" |
1.8.17