Skip to main content

Query an Xfinity Gateway

Project description

Query an Xfinity Gateway

This library allows an Xfinity Gateway to be queried for connected devices. It uses the requests library to scrape the web interface of the gateway.

Usage

from xfinity_gateway import XfinityGateway

# Connect to gateway
gateway = XfinityGateway('10.0.0.1')

# Get list of all connected devices' MAC addresses
gateway.scan_devices()

# Get specific device's name
gateway.get_device_name('mac address of device here')

Thoughts

I have only tested on my own Xfinity-provided gateway:

Model: TG1682G
Hardware Revision: 9.0

If your gateway's web interface looks like the following, this library will likely work: xfinity interface

Please open a Github issue if you encounter any problems. Thanks!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xfinity_gateway-0.0.4.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

xfinity_gateway-0.0.4-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page