Crate esp8266_wifi_serial

Source
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§

JoinApConfig
Configuration parameters describe a connection to the existing access point.
Module
Basic communication interface with the esp8266 module.
NetworkSession
A session with the typical network operations.
ReadData
Buffer with the incoming data received from the module over the serial port.
SoftApConfig
Software access point configuration parameters.

Enums§

Error
Possible error types that may happen during manipulating the WiFi module.
NetworkEvent
Incoming network event.
WifiMode
WiFi modes that supported by this module.

Traits§

AtCommand
The trait describes how to send a certain AT command.

Type Aliases§

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