https://github.com/cheahjs/hyperoptic_tilgin_restart
Tool to restart Tilgin HG238x devices from the command line.
https://github.com/cheahjs/hyperoptic_tilgin_restart
Last synced: 5 months ago
JSON representation
Tool to restart Tilgin HG238x devices from the command line.
- Host: GitHub
- URL: https://github.com/cheahjs/hyperoptic_tilgin_restart
- Owner: cheahjs
- License: mit
- Created: 2020-10-21T17:50:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T21:05:04.000Z (over 2 years ago)
- Last Synced: 2024-06-20T02:11:20.328Z (about 2 years ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyperoptic_tilgin_restart
Tool to restart Tilgin HG238x devices from the command line.
Only tested with Hyperoptic firmware.
## Running
### Building from source
```shell script
git clone https://github.com/cheahjs/hyperoptic_tilgin_restart.git
cd hyperoptic_tilgin_restart
go build -o hyperoptic_tilgin_restart github.com/cheahjs/hyperoptic_tilgin_restart/cmd/hyperoptic_tilgin_restart
ROUTER_PASSWORD=password ./hyperoptic_tilgin_restart -username=admin -host=http://192.168.1.1
```
### Docker
```shell script
docker run -e "ROUTER_PASSWORD=password" deathmax/hyperoptic_tilgin_restart -username=admin -host=http://192.168.1.1
```