A bare-metal implementation of edge-nal
based on the embassy-net crate - the networking stack of the Embassy ecosystem.
All traits except Readable
which - while implemented - panics if called.
- All traits except
UdpConnect
. MulticastV6
- while implemented - panics ifjoin_v6
/leave_v6
are called.Readable
- while implemented - panics if called.
Not implemented yet, as embassy-net
does not expose raw sockets
Needs testing!