Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ping-all

Ping all available IPs in the current network.

ping, network, ip

readme

ping-all

Ping all available IPs in the current network.

Install

npm install --global ping-all

Usage

Usage: ping-all NETWORK

NETWORK being your local network identifier like 192.168.1.1/24
          Supported subnet notations are:
          /24 for 255.255.255.0
          /16 for 255.255.0.0
          /8  for 255.0.0.0