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.

How to get local IP and MAC address C

Possible Duplicate: Linux / C++: Get the IP Address of local computer I am trying to get my local computer's IP …

c linux ip-address mac-address
MAC address with getifaddrs

Is there a way to get interface's MAC address via getifaddrs() ? I already have this, to get IP addresses, but …

c interface ip mac-address
Get Bluetooth MAC Address via adb

Please help me to retrieve the Bluetooth MAC Address of my Galaxy S3 phone connected via USB port. My device …

android bluetooth adb mac-address
Getting client's MAC address on node.js

Is there a way to find client's mac address on Node.js? I have been searching about it and i …

node.js mac-address
Get mac address in Java using getHardwareAddress non-deterministic

I was having a problem to get the mac address of a machine, which was solved in this question using …

java mac-address
Formatting MAC address byte array to String

I am using this code to find the MAC address of a machine. This code prints directly the MAC address, …

java string bytearray mac-address
Formatting MAC address in C#

In my C# application, I want to get my MAC address by using NetworkInterface class as the following: NetworkInterface nic …

c# string format mac-address
Get android Ethernet MAC Address (not wifi interface)

I'm using Android with Api level 8 and I want to get the Address of my Ethernet interface (eth0). On API …

java android ethernet mac-address
Setting a VM's mac address in Vagrant

The documentation lists that the mac address of a VM can be set in the Vagrantfile, however everything I add …

mac-address vagrant
Is it possible to find out MAC address of directly wired connected device?

I would like to read MAC address of attached device at the other side of the wire. Suppose to have 2 …

networking network-programming ip mac-address