To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This code uses the .NET ping methods to ping all IP's collected from the Windows network diagnostics tool in the command prompt.
Description
The program revolves around the usage of the Windows diagnostics tools available through the command "arp -a" and ping all of the IP.s from this command to see which ones are valid and place these into an array.
Requirements
Software
LabVIEW 2013 (or compatible)
Windows Operating System
Steps to Implement or Execute Code
Additional Information or Reference
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Hi, thanks for the program, is excellent! I have a little problem, i need to scan all ip's from a wifi network in my project, can you help me with that?