This is a plain application that allows you to ping a domain or an IP (IPv4). Main use cases:
- Check if the internet is down
- Check if a host is up
- Check if a hosit in another subnet can be reached (f.i. within a VPN)
The app is not yet published on the App Store
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á.
The code that performs the actual ping is based on https://github.com/samiyr/SwiftyPing/ (MIT license)
GPLv3
(except for the SwiftyPing which is MIT)