- Firefox geckodriver
- python3
Start the Xfinity service
python server.py
Expose a service port
$ curl localhost:5000/service \
--request POST \
--header "Content-Type: application/json" \
--date '{"service_name": "MyWebcam", "host": "10.0.0.12", "port": 10550}'
{
"message": "Create exposed service MyWebcam on 10.0.0.12:10550",
"status": "OK"
}