edge-net

CI crates.io Documentation

This crate ships async + no_std + no-alloc implementations of various network protocols.

Suitable for MCU development, bare-metal in particular.

Working: * WS client * MQTT client (just a slim wrapper around rumqttc, so currently needs STD) * Captive Portal

Needs bugfixing: * HTTP / WS server * HTTP client

PRs welcome!