Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 687 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 687 Bytes

edge-nal-embassy

CI crates.io Documentation

A bare-metal implementation of edge-nal based on the embassy-net crate - the networking stack of the Embassy ecosystem.

Implemented Traits

TCP

All traits.

UDP

  • All traits except UdpConnect and Multicast.

Raw sockets

Not implemented yet, as embassy-net does not expose raw sockets

Status

Needs testing!