Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Cicero
#38143 Finally up and running, serving whatever web pages/css/javascript/picture files etc are stores on the ESP, multiple packets and all served via Sprites httpd functionality and the ENC28J60.

I've gotta test it properly for stability over time, but its done and working. I'm moving onto getting mqtt working from the ENC28J60 now (I merged Sprites httpd and the mqtt project).

If anyone is interested in the code, post here to let me know. Perhaps its best for me to polish it off and start a new thread perhaps.
Last edited by Cicero on Thu Jan 07, 2016 11:12 am, edited 1 time in total.
User avatar
By Cicero
#38147
martinayotte wrote:Did you used Link2004 Ethernet library or did you had to use some other like arduino-uip ?

I'm not using anything Arduino, as all my work has been in C, using Cherts windows environment viewtopic.php?f=9&t=820 .

Also the external stack was derived from Ulrich Radig http://www.ulrichradig.de/ also from an AVR project of his, but again I had to significantly adapt it for the ESP and to integrate it with Sprites httpd.