1
I am making an application on INTEL XDK for smartphone and would like to capture the value of MAC Adrees Wifi Router active at the moment, as well as the network name (SSID) and password, to make comparisons. Example: I have 3 routers with the same name and password, but with the VALUES OF MACS 'A', 'B' and 'C' respectively in my work and I want that when I am connected to the Router with MAC Adrees = 'B' the application enable some functions and inform me that I am connected to the Router with SSID = 'work', Password = 'password' and MAC = 'B'.
How to handle the MAC Adrees (physical address) of the router?
I’m not sure Html5 does that...
– MagicHat
does not need to be specifically Html5, I will use this data in an app, home learn in another language serves.
– Willy Iglezias
Actually it is not possible to get this information except for IE... Edit your question and add tags
java
,javascript
,php
And whatever comes to mind, maybe there’s someone as a solution... This is like seeing the user’s "blood" type, I don’t think it’s so simple... There are some low-level network algorithms that cover these techniques... but it’s very complex... Why besides the application layer, you will have to have a certain domain over the other 6...– MagicHat
Although I think I’m confused,...
– MagicHat
You tried some code for these tasks ?
– MagicHat