Skip to content

async + no_std + no-alloc implementations of various network protocols

License

Notifications You must be signed in to change notification settings

reitermarkus/edge-net

 
 

Repository files navigation

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)
  • DNS Captive Portal
  • MDNS responder

Needs bugfixing:

  • HTTP / WS server
  • HTTP client
  • DHCP

PRs welcome!

About

async + no_std + no-alloc implementations of various network protocols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%