8000 GitHub - quentin/esp32_https_server at 15546d73403d97eccf03d28a3223eb0e6dc6ac89
[go: up one dir, main page]

Skip to content

quentin/esp32_https_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 HTTPS Server

Disclaimer: This code is work-in-progress and contains many non-existing features and bugs which are not documented.

This repository contains an HTTPS server implementation that can be used with the ESP32 Arduino Core.

The main goals for the server are:

  • Ability to handle multiple clients in parallel
  • Possibility to be executed in a task without interrupting the main program
  • Ability to handle Connection: keep-alive and WebSockets to reduce the SSL-overhead for streaming data operations
  • Abstraction of handling the HTTP(S) protocol

Setup instructions

Roughly:

  • Import project into Sloeber
  • Copy data/wifi/wifi.example.h to /data/wifi/wifi.h and change SSID and PSK
  • Run tools/cert/create_cert.sh to create header files with cert data.

Usage

(todo)

About

TLS-enabled web server for the ESP32 using the Arduino core.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • Shell 1.8%
  • Other 1.0%
0