This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Initial Release v1.0.0
Initial Version v1.0.0
This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, etc.
boards running WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
The library currently supports these boards
- SAM DUE
- SAMD21 (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.)
- SAMD51 (Adafruit M4 : Metro, Grand Central, ItsyBitsy, Feather Express, Trellis, Metro AirLift lite, MONSTER M4SK Express, Hallowing Express, etc. )
- Teensy (4.0, 3.6, 3.5, 3,2, 3.1, 3.0, LC)
- STM32F1, STM32F2, STM32F4, STM32F7
The library supports
- WiFi Client, STA and AP mode
- TCP Server and Client
- UDP Server and Client
- HTTP Server and Client
- HTTP GET and POST requests, provides argument parsing, handles one client at a time.