Maros Betko--description=myMac

2pods
Use GeoIP.getInfo(aboutIP:withCompletion) to get the info about the provided IP or hostname. If optional IP parameter isn't provided, your current external IP is used instead.
License: MIT
Use Ping.start(address:timeout:retries:completion) to start pinging given address. You can handle the result of ping in completion block that takes as an argument SimplePingResponse enum, providing result info. At any time you can stop pinging of an address with Ping.stop(address)
License: MIT