SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
espidf/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/mqtt_adapter.hpp"
16 #include "spsp/wifi_station.hpp"
common.hpp
Entrypoint include file for platform-independent headers.
wifi_station.hpp
WiFi station for ESP platform.