Skip to content

Latest commit

 

History

History
 
 

edge-nal-embassy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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 except Readable which - while implemented - panics if called.

UDP

  • All traits except UdpConnect.
  • MulticastV6 - while implemented - panics if join_v6 / leave_v6 are called.
  • Readable - while implemented - panics if called.

Raw sockets

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

Status

Needs testing!