Toolshed.Net.tping

You're seeing just the function tping, go back to Toolshed.Net module for more information.
Link to this function

tping(address, options \\ [])

View Source

Check if a computer is up using TCP.

Options:

  • :ifname - Specify a network interface to use. (e.g., "eth0")

Examples

iex> tping "nerves-project.org"
Response from nerves-project.org (185.199.108.153): time=4.155ms

iex> tping "192.168.1.1"
Response from 192.168.1.1 (192.168.1.1): time=1.227ms