node-macaddress icon indicating copy to clipboard operation
node-macaddress copied to clipboard

Get the MAC addresses (hardware addresses) of the hosts network interfaces.

Results 3 node-macaddress issues
Sort by recently updated
recently updated
newest added

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...

confirmed

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...

confirmed

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...