Skip to content

Network abstractions crate #348

Closed
Closed
@benjaminjt

Description

@benjaminjt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions