Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taunusflieger/esp-idf-async-wifi-experiment
Minimal esp-idf async wifi example
https://github.com/taunusflieger/esp-idf-async-wifi-experiment
async embassy embedded-rust esp32-c3 wifi
Last synced: about 2 months ago
JSON representation
Minimal esp-idf async wifi example
- Host: GitHub
- URL: https://github.com/taunusflieger/esp-idf-async-wifi-experiment
- Owner: taunusflieger
- Created: 2022-12-26T10:51:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T17:01:34.000Z (about 2 years ago)
- Last Synced: 2024-01-06T14:40:59.835Z (12 months ago)
- Topics: async, embassy, embedded-rust, esp32-c3, wifi
- Language: Rust
- Homepage:
- Size: 1.28 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp-idf-async-wifi-experiment
Minimal esp-idf async wifi exampleShows how to process the ESP-IDF sysloop WifiEvents and IpEvents asynchronously using EspExecutor. On top the start and stop of the http server is made dependent on the Wifi status. Communication of events is based on embassy-sync PubSub channel.