https://github.com/jokerqyou/otecstar
Simple network status monitor for OTECStar devices
https://github.com/jokerqyou/otecstar
monitor network otectstar router status
Last synced: 8 months ago
JSON representation
Simple network status monitor for OTECStar devices
- Host: GitHub
- URL: https://github.com/jokerqyou/otecstar
- Owner: JokerQyou
- License: gpl-3.0
- Created: 2020-04-28T08:28:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T12:03:25.000Z (about 6 years ago)
- Last Synced: 2025-01-10T14:31:44.710Z (over 1 year ago)
- Topics: monitor, network, otectstar, router, status
- Language: Go
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# otecstar
Simple network status monitor for OTECStar devices.
# What
Some ISPs install OTECStar devices for users to access their internet service. However, either their service sucks, or these devices suck, the Internet connection is not stable (sometimes not usable at all), so I need a simple way to know whether I'm currently connected or not.
# How
## To build
```shell script
go run build.go build
```
If you are on macOS, this will build for both macOS and Windows, resulting in `otecstar.app` for macOS and `OTECStar.exe` for Windows.
## To config
```shell script
cp config_sample.ini config.ini
```
And edit `config.ini`, replace router IP, username, password and your desired refresh interval.
And then move the `config.ini` to:
- `~/.config/otecstar/config.ini` on macOS
- `%USERPROFILE%\otecstar\config.ini` on Windows
## To run
Well, you just double click on the built bundle.
## How does it look like?

# License
GPL-3.0.
# Credits
- Thanks [RemixIcon](https://github.com/Remix-Design/remixicon/) for their awesome icons;
- These icons are converted to Go source code via the [2goarray](https://github.com/cratonica/2goarray) tool;