Expand description
§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
.
Structs§
- Config
- PPP configuration.
- Ipv4
Status - Status of the IPv4 connection.
- Runner
- Background runner for the driver.
- State
- Internal state for the embassy-net integration.
Enums§
- RunError
- Error returned by
Runner::run
.
Functions§
- new
- Create a PPP embassy-net driver instance.
Type Aliases§
- Device
- Type alias for the embassy-net driver.