https://github.com/mvrilo/blink1-pinger
Internet connection status to blink(1)
https://github.com/mvrilo/blink1-pinger
Last synced: 11 months ago
JSON representation
Internet connection status to blink(1)
- Host: GitHub
- URL: https://github.com/mvrilo/blink1-pinger
- Owner: mvrilo
- Created: 2013-01-06T23:51:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-10T02:41:15.000Z (over 13 years ago)
- Last Synced: 2025-04-05T15:14:06.155Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 367 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blink1-pinger
Simple ping implementation to work with blink(1).
This is a port to C from the @antirez's iconping, using the api of blink(1) used in blink1-mini-tool and libev for the timer loop.
## Author
Murilo Santana <>
## Reference
* [blink(1)](http://blink1.thingm.com)
* [blink1-mini-tool](https://github.com/todbot/blink1/tree/master/commandline/blink1-mini-tool)
* [iconping](https://github.com/antirez/iconping)
* [libev](http://software.schmorp.de/pkg/libev.html)