SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
linux/spsp/spsp.hpp
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "spsp/common.hpp"
13 
14 #include "spsp/espnow_adapter.hpp"
15 #include "spsp/mac_setup.hpp"
16 #include "spsp/mqtt_adapter.hpp"
17 #include "spsp/wifi_dummy.hpp"
common.hpp
Entrypoint include file for platform-independent headers.
mac_setup.hpp
Setup of MAC address.