itead / ITEADLIB_Arduino_WeeESP8266

An easy-to-use Arduino ESP8266 library besed on AT firmware.
MIT License
529 stars 284 forks source link

AT v0.22 UDP support and TCP keep alive option #32

Open a-andreyev opened 9 years ago

a-andreyev commented 9 years ago

I've added appropriate UDP support (to able to work with UDP server) according to AT commands v0.22 (work with UDP was changed since v0.18). Tested with my arduino mega and esp8266 512K and v0.23 firmware. Also I've added TCP keep alive option support according to the AT commands manual.