Commit graph

2 commits

Author SHA1 Message Date
James Ide
86009ef6ae
Add an example server (very slow)
This implements a simple HTTP and HTTPS server pair that serve a static HTML file. The HTTP server uses adafruit_httpserver in a straightforward, basic way. The HTTPS server works by wrapping a socket pool object in an object that wraps all sockets in SSLSockets.

There are throwaway, self-signed certificates for testing under src/certificates. However, HTTPS is very slow. Probably need an optimized AES implementation.
2023-03-01 19:55:58 -08:00
James Ide
54b1dbe7f1
Add README, MIT License, .gitignore 2023-02-26 09:20:12 -08:00