Skip to content

barryoneill/pingly

Repository files navigation

Pingly

Download Pingly 0.9.2_beta from the Google Play Store!

What Is Pingly?

Pingly is an Android app that allows you to configure tests (called probes) to check whether a host or service is alive. These probes can be run manually, but also scheduled to run once in the future, or in a repeating manner. Scheduled runs can generate success/failure notifications. The log output of each run is saved (up to a configurable maximum).

At the moment, the following types of tests (probes) are available:

  • HTTP Response - Make a GET request to the configured URL. Any HTTP response means success. (I may expand this in the future to check response codes/headers/content etc)
  • Socket Connection - Attempt a TCP connection to the specified host/port.
  • Ping - Ping the specified host, expecting responses to the specified number of packets in the given deadline.

Probes can be started manually, or can be scheduled to run at a specific time with a specific frequency (Eg, once off, every N minutes, etc).

Pingly keeps a log of the run history of each probe (up to a maximum, defined in Settings).

What devices will it run on?

It should run on any device running Android 2.1.x (API level 7) or higher. It is not optimized for tablets/high resolution devices (yet), but should still work fine.

Design Comments / TODO Wishlist

Pingly was my first attempt at a complete android application, so it's by no means a perfect. It's written using almost no external libraries (I wanted to see what could be achieved with the android libraries alone).

It was initially written as an android 1.6 application (which will explain why I'm using some older API techniques), but these days, 1.5/6 are all but gone, I moved it to a 2.1 minimum. Given it was my first app, I decided to keep using just the core 2.1 libs.

TODO

Why does it need those permissions?

Play Store Changelog

  • 28 Nov 2012 - 0.9.2_beta
    • Fix SQLHelper concurrency issue
    • Fix ProbeRunner issue where a new run would be started on screen rotate.
  • 10 May 2012 - 0.9_beta
    • First version published to the play store!

About

Android app for checking hosts/services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages