EthernetWebServer_SSL library

W5X00 을 지원하는 웹서버 SSL 라이브러리
ORIGINAL POST
By Khoi Hoang
details

EthernetWebServer_SSL_khoih-prog.png

  • 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

  1. Navigate to EthernetWebServer_SSL page.
  2. Download the latest release EthernetWebServer_SSL-main.zip.
  3. Extract the zip file to EthernetWebServer_SSL-main directory
  4. Copy the whole EthernetWebServer_SSL-main folder to Arduino libraries’ directory such as ~/Arduino/libraries/.

VS Code & PlatformIO:

  1. Install VS Code
  2. Install PlatformIO
  3. Install EthernetWebServer_SSL library by using Library Manager. Search for EthernetWebServer_SSL in Platform.io Author’s Libraries
  4. 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

EthernetWebServer_SSL_khoih-prog.png

  • 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

  1. Navigate to EthernetWebServer_SSL page.
  2. Download the latest release EthernetWebServer_SSL-main.zip.
  3. Extract the zip file to EthernetWebServer_SSL-main directory
  4. Copy the whole EthernetWebServer_SSL-main folder to Arduino libraries’ directory such as ~/Arduino/libraries/.

VS Code & PlatformIO:

  1. Install VS Code
  2. Install PlatformIO
  3. Install EthernetWebServer_SSL library by using Library Manager. Search for EthernetWebServer_SSL in Platform.io Author’s Libraries
  4. 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
Code
main repository

COMMENTS

Please Login to comment
  Subscribe  
Notify of