ESP8266 Socket Library. AT Thinker firmware.
Dependents: ESP8266_MQTT_HelloWorld ESP8266_IFTTT_Test ECE_4180_Lab_4 websocketmbed ... more
Fork of ESP8266Interface by
This repository has been superceded
This project has moved to https://developer.mbed.org/teams/ESP8266/code/esp8266-driver/
This library works with the AT Thinker firmware.
Note
This library is currently in Beta. It is not feature complete and has some bugs, proceed with caution! Fixes and patches are welcome and appreciated!
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 implemented
- 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 Socket/Endpoint.cpp
Revision | Date | Message | Actions |
---|---|---|---|
40:0a83315aea0a | 2015-05-04 | Update so close exits transparent mode without depending on state from the application | File Diff Annotate |
31:fd0eaf273b11 | 2015-04-30 | safety commit | File Diff Annotate |
30:c035696b9397 | 2015-04-29 | Safety Save | File Diff Annotate |
17:d11fa4c3ac65 | 2014-12-01 | working sort of | File Diff Annotate |
16:3f0efaa57a12 | 2014-12-01 | sync | File Diff Annotate |
13:41098c907200 | 2014-11-30 | First commit function templates for lightweight UDP client interface to ESP8266 | File Diff Annotate |
1:fb4494783863 | 2012-08-24 | first commit | File Diff Annotate |