detect-hardware-vendor-by-mac

1.1.1 • Public • Published

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

Package Sidebar

Install

npm i detect-hardware-vendor-by-mac

Weekly Downloads

10

Version

1.1.1

License

MIT

Unpacked Size

2.61 MB

Total Files

5

Last publish

Collaborators

  • vladislavmega