https://github.com/robtec/blink-internet
Internet Connectivity Utility using Blink1
https://github.com/robtec/blink-internet
blink1 golang
Last synced: 5 months ago
JSON representation
Internet Connectivity Utility using Blink1
- Host: GitHub
- URL: https://github.com/robtec/blink-internet
- Owner: robtec
- Created: 2018-08-26T22:39:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T22:53:38.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T00:45:12.757Z (almost 2 years ago)
- Topics: blink1, golang
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blink Internet
A simple utility to monitor internet connectivity using [Blink1](https://blink1.thingm.com/)
## Setup
```go
go get github.com/robtec/blink-internet
```
USB Liberies are also required
* libusb
* libusb-compat
Consult your operating systems package manager and Google to install
## Usage
```go
$ blink-internet
# monitoring internet connectivity #
```
## Colours
* Blue - loading (first ping)
* Green - connected to the internet (google.com)
* Amber - connection timeout
* Red - no connection