@ctrl/mac-address
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

@ctrl/mac-address npm coverage

Zero dependency typescript port of joyent/node-macaddr and getMac bevry/getmac

Install

npm install @ctrl/mac-address

Use

Example converting a mac address from a string to a number and then a base16 mac address which some apis need.

import { getMAC, parseMAC } from '@ctrl/mac-address';

// Get first non-zero mac address
const mac = getMAC();

// Convert a string mac address to a base16 string
const macNumber = parseMAC(mac).toLong();

// Native js toString convert the number to base 16
const macBase16 = macNumber.toString(16);

See Also

getmac - https://github.com/bevry/getmac

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.3
    336
    • latest

Version History

Package Sidebar

Install

npm i @ctrl/mac-address

Weekly Downloads

393

Version

3.0.3

License

MIT

Unpacked Size

10 kB

Total Files

11

Last publish

Collaborators

  • scttcper