Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.