Returns the IEEE registered vendor name from the MAC address, using an up-to-date database (with a script to update it automatically).
npm install @network-utils/vendor-lookupSimple library with no dependencies to lookup the manufactuers from a network MAC address using an up-to-date database imported directly from IEEE registeries.
``bash`
$ npm install @network-utils/vendor-lookup
`bash`
$ npm run update
`typescript
import {toVendor} from '@network-utils/vendor-lookup'
const vendor = toVendor('04:a1:51:1b:12:92') // Returns 'NETGEAR'
``
Returns the IEEE registered vendor for the prefix of this MAC address
or '
or '
or '
Returns true if this MAC address is random