Important
It's highly recommended not to #include both DelibWlan.h and DelibEthernet.h modules at once, since the first one compiles for Generic ESP8266 Controller and the second one for most of Arduino boards with Ethernet interface installed.
Core network lib for mirco contollers to initialize and handle their server side.
- Clone repo to local arduino libraries directory. For Windows it's:
C:\Users\your_username\Documents\Arduino\libraries
- Copy add-ons to the local arduino libraries directory;
- (Optionally) Install esp8266 by ESP8266 Community board extension if you plan to work with esp8266 controller module.
Check delib-wifi-example and delib-ethernet-example to get into how to use this lib.
I hate ESP32 server (no routing), so there is no ESP32 support. I'm working on it.