jacobmischka / oui-data

IEEE OUI database as JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oui-data

IEEE OUI database as JSON

Example

Depending on your environment you may need to use import attributes, import assertions or nothing at all.

import ouiData from "oui-data";

console.log(ouiData["203706"]);
//=> Cisco Systems, Inc
//=> 80 West Tasman Drive
//=> San Jose CA 94568
//=> United States

© silverwind, distributed under BSD licence

About

IEEE OUI database as JSON


Languages

Language:JavaScript 71.8%Language:Makefile 28.2%