node-macaddress
node-macaddress copied to clipboard
Get the MAC addresses (hardware addresses) of the hosts network interfaces.
Hi! Firstly, thanks for this great library! I got this error using `macaddress` 0.5.2 on Ubuntu 20.04, but **only when I turn off wifi** . It looks to me like...
On Windows 10, if the network cable is unplugged it won't return back that interface. This is a known issue with the Node.js os.networkInterfaces: https://github.com/nodejs/node/issues/498 In windows if I do...
Changes * Fixed MAC address resolution for macOS Sequoia+ to correctly handle private Wi-Fi addresses by introducing a platform-specific check for macOS with release version 24 or higher. * Added...