Maros Betko--description=myMac

2pods

FreeGeoIP

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

  • Swift

MultiPing

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

  • Objective C