-->
Page 2 of 74

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Tue Oct 14, 2014 5:21 pm
by Sprite_tm
iggr: Afaik 'facts' aren't creative work and can't be copyrighted. IANAL, but in the Google vs Oracle thing it's pretty much proven that just describing something existing (eg the hardware registers) isn't copyrightable. I've been pretty careful not to include anything not under a liberal copyright; Heatshrink, the lib that does on-the-fly decompression for me, is the only external code I have and it's ISC licensed.

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Tue Oct 14, 2014 8:10 pm
by wififofum
Cool. One suggestion is to support gzip for static files when building your espfs and serve them to the browser and let it decompress them.

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Tue Oct 14, 2014 8:28 pm
by longinus
This is awesome! Nice job!

Is there a tutorial that goes a bit deeper into setting the compile environment for gcc, ESP SDK, etc?
There are a lot of information spread around the forum about this, but for a n00b like me I could definitely use a bit more of hand-holding...

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Tue Oct 14, 2014 8:51 pm
by mahadevan
This is really great. Thanks for sharing