Skip to content

alejandro-guzman/xfinity-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage Xfinity router through restful service

Requirements

  • Firefox geckodriver
  • python3

Example:

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"
}

About

Manage Xfinity router through restful server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages