SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Classes | Macros
bridge.hpp File Reference

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"
Include dependency graph for bridge.hpp:
This graph shows which files directly or indirectly include this file:

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"
 

Detailed Description

Bridge node type of SPSP.

Author
Dávid Benko (david.nosp@m.benk.nosp@m.o@dav.nosp@m.idbe.nosp@m.nko.d.nosp@m.ev)

Definition in file bridge.hpp.