Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thezoq2/esp01-rs
Rust crate for communication with the esp01 variant of the esp8266
https://github.com/thezoq2/esp01-rs
embedded esp8266 hacktoberfest rust
Last synced: 22 days ago
JSON representation
Rust crate for communication with the esp01 variant of the esp8266
- Host: GitHub
- URL: https://github.com/thezoq2/esp01-rs
- Owner: TheZoq2
- Created: 2019-07-17T21:58:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T19:59:09.000Z (over 4 years ago)
- Last Synced: 2024-10-14T18:40:10.156Z (22 days ago)
- Topics: embedded, esp8266, hacktoberfest, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Esp01
Crate for communicating with the esp01 variant of the esp8266 wifi module using
the embedded hal traits.For now the crate is a bit barebones, for example, only running as a client and
sending TCP/UDP messages is supported.