vote up 2 vote down star
1

I'm trying to get my arduino with ethernet shield set up as a server to understand GET and POST requests. I found this, and could modify it to meet my needs, but was wondering if something already exists in C++ that is extremely lightweight and might already be commonly used for arduinos with ethernet shields.

flag

78% accept rate

2 Answers

vote up 3 vote down check

I've used Webduino with my Arduino ethernet shield. It handles GET and POST requests, and reads query string parameters.

link|flag
1  
You are a saint among men. Thanks. – bpowah Aug 2 at 2:30
I'm the developer of Webduino... hope it worked well for you! – Ben Combee Aug 24 at 14:16
vote up 0 vote down

I've previously used the Abyss Web Server for embedding a small, lightweight C++ web server into Linux programs. Hopefully this will have a low enough footprint for you.

link|flag
I'd need access to the source code to trim out what I want (my entire compiled program needs to be under 30K) – bpowah Aug 2 at 2:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.