How to scan the wireless devices which exist on the network

Posted by amexn on Stack Overflow See other posts from Stack Overflow or by amexn
Published on 2010-03-04T07:08:24Z Indexed on 2010/03/08 7:21 UTC
Read the original article Hit count: 481

Filed under:
|
|

Now my team working in a network project using windows application c#.

How to scan the wireless devices which exist on the network.The functionality is exactly the same thing that you see in the existing windows utilities within the windows operating system. I'm sure you experienced when you plug a wireless laptop card in, it brings up a window that shows you all of the access points it detects for connecting to. How to capture this information listed below

  • MAC Address
  • IP Address
  • SSID
  • Channel
  • Timestamp
  • Cipher type
  • Encryption level
  • Signal Strength

Did i use Kismet or NetStumbler. Please suggest good library/code

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET