Top "Mac-address" questions

A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment.

Can I get an Android device ID through a mobile website?

Is it possible to get a device's telephony ID, MAC Address, serial number, and/or Android ID through a mobile …

android uniqueidentifier telephony mac-address
Getting the MAC address of the device- when wifi is off

I am finding the MAC address of the Android Device using the following code: WifiManager manager = (WifiManager) getSystemService(Context.WIFI_…

android android-wifi mac-address wifimanager
Difference between Mac Address and Bluetooth Address

Can someone tell me the difference between Mac Address and Bluetooth Address in a BLE device? Do they both have …

bluetooth bluetooth-lowenergy mac-address
How can I programmatically get the Bluetooth MAC address of an iPhone?

I'm trying to do some proximity detection of iPhones but I need to get their Bluetooth MAC address programmatically. Does …

iphone objective-c mac-address
Reserved MAC-addresses (some are assigned anyway?)

I'm trying to make a list of all MAC addresses that are reserved, do not exist, should not be used, …

networking ethernet mac-address
Do Android Phones have a MAC address when connected to 3G?

I was wondering if Android phones have a MAC address when connected to the internet over 3G? I'm assuming they …

android 3g mac-address
Getting Machine's MAC Address -- Good Solution?

I've heard it's not possible with my current library of winpcap. Is this really true? I see lots of examples …

c++ mac-address winpcap
Scan all wifi devices near the phone

Company http://renewlondon.com/ have the terminal stations that collect all near by mac addresses Can I via iOS SDK, …

android iphone wifi mac-address
C/C++ Linux MAC Address of all interfaces

I am using the following code to retrieve all MAC addresses for current computer: ifreq ifr; ifconf ifc; char buf[1024]; …

c linux mac-address ioctl ifconfig