-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect MAC address #33
Comments
unfortunately I don't have access to that kind of machine, so I'll need more context. what is the "incorrect MAC address" and why do you believe it to be incorrect? |
Let me elabatore. I get the loopback address 00-00-00-00-00-00 which is uninteresting (not incorrect, but uninteresting). People are generally interested in the network adapter (en0) mac address I am currently writing a small rust library to generate a serial number linked to hardware-specific identifiers such as mac address. On my code, this is how I get the MAC to address, in case you might find it helpful:
|
Hi all,
On my machine (2019 Mac Book Pro running Mojave) the following code:
retrieves an incorrect MAC address. Any idea why?
~
The text was updated successfully, but these errors were encountered: