An open API service indexing awesome lists of open source software.

https://github.com/kotyara12/restates

Module for centralized monitoring of the state of system components: WiFi, MQTT, Telegram, etc. (ESP-IDF)
https://github.com/kotyara12/restates

esp-idf esp32 states status status-standardized

Last synced: 5 days ago
JSON representation

Module for centralized monitoring of the state of system components: WiFi, MQTT, Telegram, etc. (ESP-IDF)

Awesome Lists containing this project

README

          

# reStates for ESP32 / ESP-IDF

Module for centralized monitoring of the state of system components: WiFi, MQTT, Telegram, etc. (ESP-IDF)

## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rSensor
- https://github.com/kotyara12/rStrings
- https://github.com/kotyara12/reEvents
- https://github.com/kotyara12/reTgSend (optional)

### Notes:
- libraries starting with the re prefix are only suitable for ESP32 and ESP-IDF
- libraries starting with the ra prefix are only suitable for ARDUINO compatible code
- libraries starting with the r prefix can be used in both cases (in ESP-IDF and in ARDUINO)