Closed
Description
Would there be some value in a crate for network layer abstractions (e.g. Ethernet, IP, TCP, etc.) in the same vein as embedded-hal
?
This may a naive view, but it seems to me that it would be very useful for building up an embedded networking stack. For example:
A common Ethernet
trait implemented by board support and driver crates would allow TCP crates (such as smoltcp
) to run on arbitrary hardware.
A common TcpSocket
trait implemented by TCP crates (and maybe even std?) would allow higher level abstractions (such as TLS or HTTP) to be built more easily.
Metadata
Metadata
Assignees
Labels
No labels