ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
451 stars 235 forks source link

esp8266 - mysql #24

Closed darcicidade closed 7 years ago

darcicidade commented 8 years ago

hello, is it possible to connect esp8266 with mysql?

cederberg commented 8 years ago

What do you mean?

This is a library for simple message passing over WiFi. The MySQL wire protocol is quite complicated, so not easily accomplished. Better to build a server that responds to simple commands (and writes to MySQL as you wish).

darcicidade commented 8 years ago

sorry for the incomplete question! My problem is when you have LOST WIFI. The database is not synchronized. I will check the mysql.h library. thank you so much. good week