Results 39 comments of Jeff Kent

My fork of libesphttpd was rebranded as "Clockwise HTTPd" and had a symbol rename to cwhttpd_*

I did a lot of doxygen/breathe/sphinx/rtd documentation as well

> IMO this project is tied close to the espressif platform. Not true, it uses standard socket interfaces now. All the legacy esp8266 code has been pretty much eliminated. If...

> On the rename, can’t we have a legacy header file that maps one to the other via a whole mess of defines? Assuming the api is basically the same....

cwhttpd-example is at least a year out of date. frogfs/examples/httpd is what you should be using as it reflects current state of things. It uses the espressif http server though....

Hey @phatpaul I've worked out all the issues so FrogFS should work fine on a Debian buster machine with IDF 5.0 and 5.1. I'm not sure if it is possible...

Yeah, I agree with moving it to cwhttpd. I probably didn't do that because I didn't want the hard dependency on frogfs. But link time optimization is our friend here.

I'll work on finishing up the httpd demo (using the espressif component) tonight, and then I'll work on cwhttpd. What I did today to FrogFS: * Removed the main sort...

Oh another huge thing I snuck in there too, which i forgot to mention in the commit, because I forgot, file data is now aligned instead of packed, so files...

Openwrt no longer uses SVN for version control; they use git now. The archive of the SVN repository is here: https://git.openwrt.org/?p=openwrt/svn-archive/archive.git;a=summary BUT you should not be using this old version....