Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xfelix/cga-led
Small utility to control the LED state of CGA6444VF modems (Vodafone Station Wi-Fi 6 Technicolor)
https://github.com/0xfelix/cga-led
Last synced: 26 days ago
JSON representation
Small utility to control the LED state of CGA6444VF modems (Vodafone Station Wi-Fi 6 Technicolor)
- Host: GitHub
- URL: https://github.com/0xfelix/cga-led
- Owner: 0xFelix
- License: gpl-3.0
- Created: 2023-02-06T17:03:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T14:57:55.000Z (10 months ago)
- Last Synced: 2024-01-03T15:57:30.651Z (10 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cga-led
Small utility to control the LED state of CGA6444VF modems (Vodafone
Station Wi-Fi 6 Technicolor).## 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/cga-led`.```shell
make build
```If you would like to build the utility for arm64 machines run the
following command. This will create `bin/cga-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) |