Kategorier
Arduino Hemmakodat

EasyWebServer–A lightweight web server for Arduino

This is a library for Arduino that implements a very basic web server.  There are many web servers out there, but the purpose of this library is to be easy to handle. The basic Webserver example in the Arduino Ethernet library will get you started, but it does not handle different URLs. The web server […]