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)
- Host: GitHub
- URL: https://github.com/kotyara12/restates
- Owner: kotyara12
- Created: 2021-10-01T08:49:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T19:09:56.000Z (about 1 year ago)
- Last Synced: 2024-11-18T23:55:37.443Z (11 months ago)
- Topics: esp-idf, esp32, states, status, status-standardized
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)