Socket interface for ESP8266. Implements the NetworkSocketAPI. Requires device to use the Espressif Firmware.
Dependencies: ESP8266
Dependents: ESP8266InterfaceTests HelloESP8266Interface
Fork of ESP8266Interface by
Note
This library assumes your ESP8266 is running the Espressif Firmware. For instructions on how to update your ESP8266 to use the correct firmware see the Firmware Update Wiki Page.
Currently the ESP8266Interface LIbrary has the following Abilities:
Working
- TCP Client
- UDP Client
- Transparent mode (single connection of 1 type at a time)
- Station Mode (connects to AP)
To be implimented
- TCP Server
- UDP Server
- Multi Connection Mode (able to have up to 5 sockets at a time)
- AP Mode (Make ESP Chip act like access point)
- DNS Support (currently websites must be looked up by IP)
- Error Recovery
Nice but not necessary
- colorized text for ESP AT Commands in Command line (easier to differentiate from other text)
Revisions of ESP8266.lib
Revision | Date | Message | Actions |
---|---|---|---|
52:42441dd2093e | 2016-03-03 | Updated dependencies | File Diff Annotate |
37:77ad7da7474b | 2016-02-23 | Updated ESP8266 | File Diff Annotate |
33:276cb279df57 | 2016-02-22 | Matched changes to ESP8266 | File Diff Annotate |
32:c98b8086ef34 | 2016-02-02 | Reverted "Updated AT firmware version" | File Diff Annotate |
31:e587ee768fb5 | 2016-02-01 | Bumping ESP8266 version | File Diff Annotate |
30:c19f1e61063b | 2015-12-28 | expose debug through the constructor. Fix bug when deallocating sockets if they haven't been allocated (check for null) | File Diff Annotate |
27:eaeecaaae611 | 2015-08-05 | DNS support revised. Timeouts set properly. | File Diff Annotate |
26:6e36dd3cec3f | 2015-07-27 | Merge | File Diff Annotate |
25:91c4e9d34b77 | 2015-07-27 | DnsQuery support | File Diff Annotate |
24:37504440f296 | 2015-07-26 | Updates | File Diff Annotate |
23:fd0f3197c30b | 2015-07-23 | Moved AT commands to driver | File Diff Annotate |
21:2400f429ec6b | 2015-07-21 | Moving to ESP8266 driver | File Diff Annotate |