Skip to content

A lightweight Python CGI utility for monitoring a Ceton InfiniTV Eth Tuner

Notifications You must be signed in to change notification settings

louisvernon/ceton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

A simple utility for logging attributes from your infiniTV Eth.

Dependencies:
python >= 2.5
matplotlib

Usage:
python server.py ip log_rate

For example:
python server.py 192.168.1.122 5

Logs statistics from my InfiniTV Eth with IP address "192.168.1.122" once every 5 seconds (recommended).

To view the currently logged stats point your browser to:
http://localhost:8000/stats.py

Understanding Output:
Non-integer values are represented without modification. Integer/boolean values (Channel, Playstate) are slightly offset by the tuner index to make it easy to differentiate between tuners.

Example Output Example Output Example Output

About

A lightweight Python CGI utility for monitoring a Ceton InfiniTV Eth Tuner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages