tmobile-internet-tools

Crates.iotmobile-internet-tools
lib.rstmobile-internet-tools
version0.8.0
sourcesrc
created_at2022-03-31 23:21:47.762306
updated_at2022-12-14 09:43:23.191155
descriptionSet of tools for working with T-Mobile Home Internet gateways
homepage
repositoryhttps://gitlab.com/NoahJelen/tmobile-internet-tools
max_upload_size
id559957
size1,615,682
(NoahJelen)

documentation

README

Crates.io AUR version

T-Mobile Home Internet Tools

Set of programs to make managing T-Mobile 5G Wifi Gateways easier

Notice: This has only been tested and known to work with the Nokia "trashcan" and Sagemcom gateways!

Nokia "Trashcan" Gateway:

Sagemcom Gateway

The programs:

tmocli: Command line interface for working with the gateway

tmotop: Text interface for working with the gateway

tmo-webui Mobile friendly web interface for working with the gateway

gatewaymon: Background process that monitors the gateway for network issues (reboots the gateway if needed) and monitors the gateway's cell signal

tmo-hosts: (Work in progress) Background process that makes other computers on the network acessible by their hostnames

Installation

Arch Linux and others based on it

Use your AUR helper to install tmobile-internet-tools

If building manually with cargo, add to the build arguments --features nokia to enable nokia gateway support and --no-default-features to disable sagemcom support.

These options are also availble in the Arch Linux PKGBUILD.

Troubleshooting

"Error: Not authorized" errors coming from nmcli in gatewaymon: Make sure your user is in the 'network' group and use visudo to add the following to /etc/sudoers: %network ALL=(ALL) NOPASSWD: /usr/bin/nmcli

Disclaimer: I am in no way affiliated with T-Mobile. This program is my own work.

Planned Features:

  • Background process that tracks the IPs of other hosts (These gateways are DHCP only)
  • Allow web interface to auto-refresh gateway info
  • Text UI to show metrics and settings
  • Background process that reboots the gateway when needed
  • Command line interface to work with the gateway
  • Web interface that shows metrics and settings
Commit count: 69

cargo fmt