Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)