Crate connectbox

Source
Expand description

API client library for the Compal CH7465LG, which is a cable modem provided by various European ISPs under the name Connect Box.

Modules§

models
Data structures used by the library

Structs§

ConnectBox
The entry point of the library - the API client

Enums§

Error
The error type used globally by the library
PortForwardAction
Specifies the action to perform with a given port forward. Used in conjunction with ConnectBox::edit_port_forwards

Type Aliases§

Result
A Result type based on the library’s Error