Crate esp8266_wifi_serial[][src]

Expand description

Driver to working with the esp8266 module over the serial port.

Warning

This library is not completed and lack core features and has a lot of bugs and imperfections. And so, it is not ready for production purposes.

Re-exports

pub use no_std_net as net;
pub use simple_clock as clock;

Structs

Configuration parameters describe a connection to the existing access point.

Basic communication interface with the esp8266 module.

A session with the typical network operations.

Buffer with the incoming data received from the module over the serial port.

Software access point configuration parameters.

Enums

Possible error types that may happen during manipulating the WiFi module.

Incoming network event.

WiFi modes that supported by this module.

Traits

The trait describes how to send a certain AT command.

Type Definitions

A specialized result type for the operations with the esp8266 module.