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 the wifi mac address on iPhone in Swift?

Is there a way to get the real Wi-Fi MAC address of the IOS device using Swift language? Code snippet …

ios swift mac-address
Is it possible to get the SSID & MAC Address of Currently connected WiFi Network in an App

I am looking for a way to get both the MAC Adress and the SSID of the currently connected WiFi …

iphone ios xcode mac-address ssid
Get remote MAC address using Python and Linux

How do I get the MAC address of a remote host on my LAN? I'm using Python and Linux.

python linux networking mac-address
Getting a unique hardware ID with Python

I have a process that requires me to identify different machines, and I'm not sure what's the best way to …

python hardware uniqueidentifier mac-address
MySQL: Best way to store MAC addresses?

What's the best field type to use to store MAC addresses in a MySQL database? Also, should it be stored …

mysql mac-address
How to get uuid or mac address from client in Java?

I'm looking for a solution for a Java based webapplication to uniquely identify the client. The server is in the …

java web-applications uuid mac-address
python - getting the MAC address properly in Windows

I'm using Windows 7 and Python 2.6. I would like to get the MAC address of my network interface. I've tried using …

python python-2.6 mac-address
What exactly means iOS networking interface name? what's pdp_ip ? what's ap?

I use following code to print all interface and it's mac address - ( void )interfaceInfo{ int mib[6]; size_t len; …

iphone ios objective-c mac-address network-interface
Why can't the server get the client MAC address, like the client IP?

From what I know, all the MAC addresses that the packet gone through are in the packet. This is because …

client-server tcp mac-address
How do I query the ARP table on iPhone?

I am new on iPhone development, and I want to integrate wake-on-lan into my application without squeezing my users to …

iphone ip-address mac-address arp