embassy/embassy-net-ppp
2024-01-11 18:18:35 +01:00
..
src update embedded-io, embedded-nal-async. 2023-10-04 00:10:55 +02:00
Cargo.toml update release version in examples and other crates 2023-12-04 13:15:10 +00:00
README.md Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00

embassy-net-ppp

embassy-net integration for PPP over Serial.

Interoperability

This crate can run on any executor.

It supports any serial port implementing embedded-io-async.