Skip to content

๐ŸŠ A simple CLI for interacting with a Livebox 4

Notifications You must be signed in to change notification settings

maelvls/livebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 

Repository files navigation

livebox CLI for livebox v4

livebox-speed-command

livebox is a CLI I wrote to quickly reboot my Livebox v4, as well as to see the modem's bandwidth. The Livebox v4 is an all-in-one internet router that the French ISP Orange is renting to their customers.

Example:

livebox --password foobar reboot

Features:

% livebox --help
Interact with a Livebox 4 (Orange).

Usage:
    livebox <command> [options]

Commands:
    reboot       Reboots the livebox. Useful when upstream or downstream
                 bandwiths aren't great.
    phone        Show recent phone calls. Useful to report unwanted/spam calls.
    speed        Show the DSL Downstream and Upstream speeds. The 0.96 weight
                 mentioned in speed --raw is already applied.
    speedraw     Show the output of NeMo.Intf.data/getMIBs. The numbers
                 like 'downstream current rate' are given in kbit/s. Depending
                 on your link mode (vdsl, dsl), this raw number has to be
                 weighted in order to know your real downstream bandwith:
                   - dsl: the real bandwidth is DownstreamCurrRate * 0.88
                   - vdsl: the real bandwidth is DownstreamCurrRate * 0.96
                 See: http://192.168.1.1/internal/internetState/tile.js
    dsl          Show the output of NeMo.Intf.dsl0/getDSLStats.

Options:
    --username   Username to use for authentication. Defaults to "admin".
                 You can also use LIVEBOX_USERNAME.
    --password   Password to use for authentication. You can also use
                 LIVEBOX_PASSWORD.
    --address    IP or hostname of the livebox. Default: "". You can
                 also use LIVEBOX_ADDRESS.
    --help, -h   Show help.
    -d           Enable debug output on stderr, inluding curl's call
                 bodies and responses.

Maรซl Valais, 2020

About

๐ŸŠ A simple CLI for interacting with a Livebox 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages