1.1.1 • Published 6 years ago

detect-hardware-vendor-by-mac v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

detect-hardware-vendor-by-mac

Detect hardware device vendor by mac address https://www.npmjs.com/package/detect-hardware-vendor-by-mac

installation:

npm install detect-hardware-vendor-by-mac

or

yarn add detect-hardware-vendor-by-mac

usage:

var detectByMac = require('detect-hardware-vendor-by-mac'); detectByMac('dc:0b:34:a7:92:31'); // output be {key: 'dc:0b:34:a7:92:31', vendorMacPrefix: 'dc:0b:34', shortTitle: 'LgElectr', fullTitle: ' LG Electronics (Mobile Communications)'}

base taken from: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago