Crate embassy_net_ppp

source ·
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

  • PPP configuration.
  • Status of the IPv4 connection.
  • Background runner for the driver.
  • Internal state for the embassy-net integration.

Enums

Functions

  • Create a PPP embassy-net driver instance.

Type Aliases

  • Type alias for the embassy-net driver.