ping-all

Ping all available IPs in the current network.

Usage no npm install needed!

<script type="module">
  import pingAll from 'https://cdn.skypack.dev/ping-all';
</script>

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