# [`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