w5500-hl 0.1.0-alpha.1

Driver for the Wiznet W5500 internet offload chip.
Documentation

Maintenance crates.io docs.rs CI

w5500-hl

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.