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§
- Join
ApConfig - Configuration parameters describe a connection to the existing access point.
- Module
- Basic communication interface with the esp8266 module.
- Network
Session - A session with the typical network operations.
- Read
Data - Buffer with the incoming data received from the module over the serial port.
- Soft
ApConfig - Software access point configuration parameters.
Enums§
- Error
- Possible error types that may happen during manipulating the WiFi module.
- Network
Event - Incoming network event.
- Wifi
Mode - 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.