
details
- W5X00 is supported
- Arduino, ESP32, STM32 boards are supported
- TCP/UDP/HTTP/HTTPS Server/Client features
- GET,POST,PUT,PATCH,DELETE and web socket features
- Various arduino examples are provided
Manual Install
- Navigate to EthernetWebServer_SSL page.
- Download the latest release
EthernetWebServer_SSL-main.zip
. - Extract the zip file to
EthernetWebServer_SSL-main
directory - Copy the whole
EthernetWebServer_SSL-main
folder to Arduino libraries’ directory such as~/Arduino/libraries/
.
VS Code & PlatformIO:
- Install VS Code
- Install PlatformIO
- Install EthernetWebServer_SSL library by using Library Manager. Search for EthernetWebServer_SSL in Platform.io Author’s Libraries
- Use included platformio.ini file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at Project Configuration File
documents
COMMENTS