SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
_
a
b
c
e
h
i
k
l
m
n
p
q
r
s
t
u
v
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
include
common
spsp
common.hpp
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
spsp/bridge.hpp
"
13
#include "
spsp/client.hpp
"
14
#include "
spsp/espnow.hpp
"
15
#include "
spsp/exception.hpp
"
16
#include "
spsp/layers.hpp
"
17
#include "
spsp/local_addr.hpp
"
18
#include "
spsp/local_addr_mac.hpp
"
19
#include "
spsp/local_broker.hpp
"
20
#include "
spsp/mqtt.hpp
"
21
#include "
spsp/node.hpp
"
22
#include "
spsp/timer.hpp
"
23
#include "
spsp/version.hpp
"
local_broker.hpp
Local broker far layer for SPSP.
client.hpp
Client node type of SPSP.
mqtt.hpp
MQTT far layer for SPSP.
node.hpp
Node interface for SPSP.
version.hpp
Current version of SPSP.
layers.hpp
Local and far layers for SPSP.
timer.hpp
Timer for SPSP purposes.
espnow.hpp
ESP-NOW local layer for SPSP.
local_addr.hpp
Local layer address container.
exception.hpp
Base of all SPSP exceptions.
bridge.hpp
Bridge node type of SPSP.
local_addr_mac.hpp
Local layer address container for MAC address.
Generated by
1.8.17