https://github.com/silverwind/oui-data
IEEE OUI database as JSON
https://github.com/silverwind/oui-data
Last synced: about 1 year ago
JSON representation
IEEE OUI database as JSON
- Host: GitHub
- URL: https://github.com/silverwind/oui-data
- Owner: silverwind
- Created: 2023-10-05T22:53:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T04:48:38.000Z (about 1 year ago)
- Last Synced: 2025-04-28T15:55:53.050Z (about 1 year ago)
- Language: JavaScript
- Size: 13.9 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oui-data
[](https://www.npmjs.org/package/oui-data) [](https://www.npmjs.org/package/oui-data) [](https://bundlephobia.com/package/oui-data) [](https://packagephobia.com/result?p=oui-data)
> IEEE OUI database as JSON
## Example
The module exports a JSON file. Depending on your environment you may need to use [import attributes](https://github.com/tc39/proposal-import-attributes), [import assertions](https://nodejs.org/api/esm.html#import-assertions) or [nothing at all](https://bun.sh/guides/runtime/import-json).
```js
import ouiData from "oui-data" with {type: "json"};
console.log(ouiData["203706"]);
//=> Cisco Systems, Inc
//=> 80 West Tasman Drive
//=> San Jose CA 94568
//=> United States
```
© [silverwind](https://github.com/silverwind), distributed under BSD licence