Crate w5500_hl[][src]

Platform agnostic rust driver for the Wiznet W5500 internet offload chip.

This crate contains higher level socket operations, built ontop of my other crate, w5500_ll, which contains register accessors and networking data types for the W5500.

Warning

This crate is still in an early alpha state. This has been published early to solicit feedback.

At the moment only UDP socket and TCP streams have been implemented. TCP listeners have not yet been implemented.

Re-exports

pub use w5500_ll as ll;

Modules

net

Networking data types.

Traits

CommonSocket

Methods common to all W5500 socket types.

TcpStream

A W5500 TCP stream trait.

Udp

A W5500 UDP socket trait.