Skip to content

gendx/connect-box

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

connect-box Build Status

Rust client to interact with the UPC Connect Box router, and monitor connected devices from your terminal. This is inspired by python-connect-box.

asciicast

This software is not official, developed, supported or endorsed by UPC.

Usage

$ connect-box --help
ConnectBox 0.1
G. Endignoux <ggendx@gmail.com>
Monitor your ConnectBox router

USAGE:
    connect-box [FLAGS] [OPTIONS] --host <host> --password <password>

FLAGS:
        --demo       Use demonstration data
        --help       Prints help information
    -t, --tui        Launch the ncurses-based TUI
    -V, --version    Prints version information

OPTIONS:
    -h, --host <host>            IP address of the router
    -p, --password <password>    Password to connect to the router
        --refresh <refresh>      Target refresh period of the dashboard, in seconds [default: 3]
        --throttle <throttle>    Duration between retries in case of a connection error, in seconds [default: 3]
        --timeout <timeout>      Timeout for each request to the router, in seconds [default: 10]

License

MIT

About

Rust client to monitor a Connect Box router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages