/NetworkScanner

Network Scanner as the name suggests is a utility that scans your wireless network and displays the list of all computers and devices that are currently connected to your network.

Primary LanguageC#

###NetworkScanner Network Scanner as the name suggests is a utility that scans your wireless network and displays the list of all computers and devices that are currently connected to your network.

###TODO:

  1. For every computer or device that is connected to your network, the following information is displayed: IP address, MAC address, the company that manufactured the network card, and optionally the computer name.
  2. Export the connected devices list into html/xml/csv/text file, or copy the list to the clipboard and then paste into Excel or other spreadsheet application.

###Packages

  1. mui
  2. MVVM Light Toolkit

###References

  1. Modern UI for WPF Application by Example