Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can somebody help me? what is the code for getting MAc Address of different devices connected on a wifi? using vb.net
storing mac address in sql server 2008
Posted
Updated 31-Aug-14 3:16am
v2

1 solution

You can't tell if something is wired or Wifi without talking to the router directly: and they all work differently, so there is no one way to do that.
You can get MAC addresses on the LAN which will include Wifi connected devices: Retrieving IP and MAC addresses for a LAN[^] - it's in C#, but there are online converters which should change it to VB if you really need them.

[edit]Typos. Lots of typos...[/edit]
 
Share this answer
 
v2
Comments
Nelek 31-Aug-14 8:47am    
Did you change the layout of your keyboard? Or are you missing the coffee? ;P
OriginalGriff 31-Aug-14 9:46am    
Caffeine I think - though it's possible I was too distracted to notice the red underlines: it's been a "difficult week" in a lot of ways.
itelle dinglasan 31-Aug-14 9:52am    
what red underlines? :)
OriginalGriff 31-Aug-14 9:57am    
Your browser doesn't include a spell check on text box input?
How...quaint. :laugh:

Switch to Chrome: it spell checks as you type and underlines mistakes.
itelle dinglasan 31-Aug-14 10:55am    
im sorry :{

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900