Name Mode Size
public 040000
.gitignore 100644 0 kb
LICENSE 100644 1 kb
Makefile 100644 0 kb
README.md 100644 1 kb
serve.py 100755 1 kb
README.md
# [`web-post-camera`][] Web server and client code to [POST][] camera frames. [`web-post-camera`]: https://git.rcrnstn.net/rcrnstn/web-post-camera [POST]: https://en.wikipedia.org/wiki/POST_(HTTP) ## Usage To generate a self-signed certificate and start the server on the default port and interface, run `make`. To only generate the certificate, run `make cert.pem`. To start the server, run `./serve.py [port [host]]`. The defaults are: - `port`: `8000` - `host`: `""` (bind to all interfaces) ## License Licensed under the [ISC License][] unless otherwise noted, see the [`LICENSE`][] file. [ISC License]: https://choosealicense.com/licenses/isc [`LICENSE`]: LICENSE