Skip to content

merlos/OpenPing

Repository files navigation

Open Ping for iOS

Simple application that allows you to ping a domain or an IP (IPv4). Main use cases:

  1. Check if the internet is down
  2. Check if a host is up
  3. Check if a hosit in another subnet can be reached (f.i. within a VPN)

video

Install on iOS

Available on the App Store

Download source code

You need a MacOs and XCode Installed.

Run this command on the terminal:

git clone https://github.com/merlos/OpenPing

To open the project:

cd OpenPing
open # will open Finder

Then, double click on the xcodeproj file Open Ping/Open Ping.xcodeprojfile.

Why did you create Open Ping?

During a lot of time I used Mocha Ping Lite which was fine and free. I only used the ping a single IP, and I usually pinged a few IPs or domains... but main problem was accessing the history.

Most of the time I just wanted to ping some domain or IP that I already pinged in the past, I wanted to tap on the domain. So, one day I did some research on existing libraries, et voilá.

Acknoledgements

The code that performs the actual ping is based on https://github.com/samiyr/SwiftyPing/ (MIT license)

LICENSE

GPLv3

(except for the SwiftyPing which is MIT)

About

iOS app to do Pings

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published