connectbox 0.1.1

API client library for the Compal CH7465LG, which is a cable modem provided by various European ISPs under the name Connect Box.
Documentation
1
2
3
4
5
6
7
8
9
10
// Setters

pub const LOGIN: u32 = 15;
pub const LOGOUT: u32 = 16;
pub const EDIT_FORWARDS: u32 = 122;

// Getters

pub const LAN_TABLE: u32 = 123;
pub const FORWARDS: u32 = 121;