Question

I'm trying to get my Arduino with Arduino Ethernet Shield set up as a server to understand GET and POST requests. I found "Web Server well structured", and could modify it to meet my needs, but does something already exists in C++ that is extremely lightweight and might already be commonly used for Arduinos with Arduinos Ethernet Shields?

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top