Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotyara12/resysinfo
Module for collecting and publishing system statistics about the controller's operation, including date and time (ESP-IDF)
https://github.com/kotyara12/resysinfo
esp-idf esp32 sysinfo
Last synced: about 17 hours ago
JSON representation
Module for collecting and publishing system statistics about the controller's operation, including date and time (ESP-IDF)
- Host: GitHub
- URL: https://github.com/kotyara12/resysinfo
- Owner: kotyara12
- Created: 2021-10-01T08:54:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T19:10:48.000Z (3 months ago)
- Last Synced: 2024-08-09T20:37:01.965Z (3 months ago)
- Topics: esp-idf, esp32, sysinfo
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reSysInfo for ESP32 / ESP-IDF
Module for collecting and publishing system statistics about the controller's operation, including date and time (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rSensor
- https://github.com/kotyara12/rStrings
- https://github.com/kotyara12/reStates
- https://github.com/kotyara12/reEvents
- https://github.com/kotyara12/reWiFi
- https://github.com/kotyara12/reMQTT (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)