An open API service indexing awesome lists of open source software.

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)

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)