-->
Page 1 of 1

ESPAsyncSDWebServer - Async version of ESP8266SDWebServer

PostPosted: Thu Mar 23, 2017 9:28 am
by OverEasy
Put this together as a learning experience to gain some familiarity with ESPAsyncWebServer. Just thought I'd make it available on my GitHub for reference. Haven't done any benchmarks, but it is noticeably faster.

Although you could use any ESP with an SD connected to the SPI, for the hardware averse you can just use the Adafruit 8266 feather mated to their Adalogger feather board. With that you get a real time clock to boot.

It's here: https://github.com/boblemaire/ESPAsyncSDWebServer

Re: ESPAsyncSDWebServer - Async version of ESP8266SDWebServe

PostPosted: Thu Mar 23, 2017 10:41 am
by rudy
Thanks for this. I'll give it a try in the next couple of days.