Overview
This example VI demonstrates the use of system exec.vi to list all MAC Addresses of remote PC's in ARP table.
Description
Using sysexec and the command "arp -a" you can list all MAC Addresses of remote PC's in your ARP table, this VI then allows you to search by IP and get the corresponding IP address via string pattern matching.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**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.