
details
This is an Arduino-based Web Server library, originally developed for a class at NYC Resistor. It’s called Webduino, and it’s an extensible web server library for the Arduino using the Wiznet-based Ethernet shields. It’s released under the MIT license allowing all sorts of reuse.
Features
- URL parameter parsing
- Handle the following HTTP Methods: GET, HEAD, POST, PUT, DELETE, PATCH
- Web Forms
- Images
- JSON/RESTful interface
- HTTP Basic Authentication
Compatible Ethernet Shields
- Freetronics EtherTen (W5100)
- Freetronics Ethernet Shield (W5100)
- Arduino Ethernet (W5100)
- Arduino Ethernet Shield, both original and updated microSD version (W5100)
- Adafruit Ethernet Shield w/ Wiznet 811MJ module (WIZ811MJ; W5100)
- NKC Electronics Ethernet Shield DIY Kit (WIZ812MJ; W5100)
COMMENTS