This processor is only known to work with the Technicolor TC4400.
The Technicolor TC4400 exposes a webserver which returns data in tables. All the channel statistics are returned on a single page which requires BASIC authentication.
All the channel statistics information can be fetched from the
/cmconnectionstatus.html
endpoint.
The page returned is formatted HTML. The page contains four tables, in a predictable order.
- Overall status
- Downstream channels
- Upstream channels
- DHCP leases
The second table on the page returns all of the downstream channels.
The first row of this table is a header in a single cell. The second row is made up of the column headers. Every subsequent row is data, with the columns made up of:
- Channel index
- Channel ID
- Lock status
- Channel type
- Bonding status
- Centre frequency (in Hz)
- Channel width (in Hz)
- SNR/MER threshold (value in dB)
- Power level (in dBmV)
- Modulation/Profile ID
- Unerrored codewords
- Corrected codewords
- Uncorrectable codewords
The third table on the page returns all of the upstream channels.
As with the downstream channels, the first row of this table is a header in a single cell. The second row is made up of the column headers. Every subsequent row is data, with the columns made up of:
- Channel index
- Channel ID
- Lock status
- Channel type
- Bonding status
- Centre frequency (in Hz)
- Channel width (in Hz)
- Power level (in dBmV)
- Modulation/Profile ID