-->
Page 1 of 17

Introducing esp-ginx, robust webserver on esp8266

PostPosted: Tue Apr 21, 2015 6:23 pm
by Israel Lot
Featuring :
* Captive Portal
* DNS Server
* Listen to domain, not ip
* CORS
* Url Rewrite
* Websockets
* Json api
* MQTT
* HTTP Client
* Bootstrap interface
* and more!

Lacking:
* Better coding
* Better comments
* Better testing
* Your help

Where?
https://github.com/israellot/esp-ginx

Let me know what you think.

Re: Introducing esp-ginx, robust webserver on esp8266

PostPosted: Tue Apr 21, 2015 6:29 pm
by RichardS
Just looked at the graph on your site, 15000 packets per second max at 1024 bytes??? how do you read that graph?

Richard.

Re: Introducing esp-ginx, robust webserver on esp8266

PostPosted: Tue Apr 21, 2015 6:34 pm
by Israel Lot
Those are bytes / second getting streamed via websockets.
Packets are read from RAM and pushed directly. Pretty fast if we send data close to the TCP MTU.

Re: Introducing esp-ginx, robust webserver on esp8266

PostPosted: Thu Apr 23, 2015 2:04 am
by Sprite_tm
I like that you seem to have fun with my httpd code, but could you at least credit me in the files you've used? As is, you've gone against the single limitation that's in the beer-ware license I've used :)