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) - DNS Captive Portal
- MDNS responder
Needs bugfixing:
- HTTP / WS server
- HTTP client
- DHCP
PRs welcome!