Post topics, source code that relate to the Arduino Platform

User avatar
By idolpx
#47656 I use "nmap" to do ping sweeps of my network.

https://nmap.org/

Here's the command to do a simple ping sweep.

nmap -sn 192.168.1.*

Here's a link to show some examples of other parameters.

http://bencane.com/2013/02/25/10-nmap-commands-every-sysadmin-should-know/

I hope this helps. :)