ESP8266 Developer Zone The Official ESP8266 Forum 2015-03-26T00:37:52+08:00 https://bbs.espressif.com:443/feed.php?f=15&t=302 2015-03-26T00:37:52+08:00 2015-03-26T00:37:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=302&p=1144#p1144 <![CDATA[C++ Web Framework]]> Here is my own ESP82566, written in C++ and based on RTOS SDK.

The project (in developing stage) has following goals:
- configure the ESP8266 only using a web interface (almost done).
- run a terminal console (optional) which can control the ESP8266 using UART (by humans).
- run a binary protocol over UART to communicate with an external device (like Arduino). This will send already processed GET/POST requests to Arduino and wait for a http responses.
- some other stuff...

https://github.com/fdivitto/ESPWebFramework

Statistics: Posted by fdivitto — Thu Mar 26, 2015 12:37 am


]]>