Module smoltcp::phy [] [src]

Access to networking hardware.

The phy module deals with the network devices. It provides an interface for transmitting and receiving frames, Device, as well as an implementations of that trait that uses the host OS, RawSocket and TapInterface.

Structs

RawSocket

A socket that captures or transmits the complete frame.

TapInterface

A virtual Ethernet interface.

Tracer

A tracer device.

Traits

Device

An interface for sending and receiving raw network frames.