Simple 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)
You need a MacOs and XCode Installed.
Run this command on the terminal:
git clone https://github.com/merlos/OpenPingTo open the project:
cd OpenPing
open # will open FinderThen, double click on the xcodeproj file Open Ping/Open Ping.xcodeprojfile.
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)
