Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotyara12/resntp
Launcher for automatic time synchronization with SNTP servers
https://github.com/kotyara12/resntp
esp-idf esp32 sntp sntp-client
Last synced: about 17 hours ago
JSON representation
Launcher for automatic time synchronization with SNTP servers
- Host: GitHub
- URL: https://github.com/kotyara12/resntp
- Owner: kotyara12
- Created: 2021-08-06T09:34:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T19:10:59.000Z (3 months ago)
- Last Synced: 2024-08-09T20:37:14.064Z (3 months ago)
- Topics: esp-idf, esp32, sntp, sntp-client
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reSNTP for ESP32 / ESP-IDF
Launcher for automatic time synchronization with SNTP servers (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/reEvents### 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)