Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xfelix/tg-led
Small utility to control the LED state of TG6442VF modems (Vodafone Station Wi-Fi 6 Arris)
https://github.com/0xfelix/tg-led
Last synced: 26 days ago
JSON representation
Small utility to control the LED state of TG6442VF modems (Vodafone Station Wi-Fi 6 Arris)
- Host: GitHub
- URL: https://github.com/0xfelix/tg-led
- Owner: 0xFelix
- License: gpl-3.0
- Created: 2024-08-23T11:24:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T07:39:13.000Z (2 months ago)
- Last Synced: 2024-09-18T10:09:02.473Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tg-led
Small utility to control the LED state of TG6442VF modems (Vodafone
Station Wi-Fi 6 Arris).## License
This project is licensed under the *GNU General Public License v3.0*. A copy of
the license can be found in [LICENSE](LICENSE).## Building
If you would like to build the utility for the current machine run the
following command. This will create `bin/tg-led`.```shell
make build
```If you would like to build the utility for arm64 machines run the
following command. This will create `bin/tg-led-arm`.```shell
make build-arm
```## Usage
Following flags are accepted:
| Flag | Description |
|------|------------------------------------------|
| -a | Address of API (default "192.168.100.1") |
| -u | Username for API (default "admin") |
| -p | Password for API (default "password") |
| -l | Turn led on (true) or off (false) |