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.

Getting Device ID or Mac Address in iOS

I have an application that uses rest to communicate to a server, i would like to obtain the iphones either …

ios objective-c device mac-address
Get device details from MAC Address

I have used the SendArp API function to retrieve the MAC addresses that are present on my network. Now that …

windows networking vb6 mac-address
C# Get Computer's MAC address "OFFLINE"

Is there any way to get computer's mac address when there is no internet connection in c#? I'am able to …

c# mac-address
Get Bluetooth local mac address in Marshmallow

Pre Marshmallow my app would obtain it's device MAC address via BluetoothAdapter.getDefaultAdapter().getAddress(). Now with Marshmallow Android is returning 02:00:00:00:00:00. …

android bluetooth mac-address android-6.0-marshmallow
What is the difference between a physical address and MAC address in networking?

Somewhere I have read that both physical address and MAC address are the same,which is exactly the same attached …

networking ip mac-address
Shell command for getting mac address in OS X

I have been handicapped by the GUI and always seem to ask of help when it comes to the command …

macos shell mac-address
Getting an unknown IP Address from known MAC address using ARP?

I am on a Windows platform (Win7) and I have a scenario where I know the MAC addresses of devices …

windows batch-file ping mac-address arp
Read MAC Address from network adapter in .NET

I'd like to be able to read the mac address from the first active network adapter using VB.net or …

.net ethernet mac-address
Get a machines MAC address on the local network from its IP in C#

I am trying write a function that takes a single IP address as a parameter and queries that machine on …

c# network-programming ip port mac-address
get the mac address of the current machine with node.js using getmac

I am working on this question. Now I am trying to use getmac to get the mac address of the …

node.js mac-address