An open API service indexing awesome lists of open source software.

https://github.com/dmowcomber/oui

OUI (Mac Address) Lookup
https://github.com/dmowcomber/oui

golang macaddress macaddress-lookup oui

Last synced: 2 months ago
JSON representation

OUI (Mac Address) Lookup

Awesome Lists containing this project

README

        

# OUI Lookup
The OUI Lookup package and command line is useful for mapping Mac Addresses to Organization names

## Install
```
go install github.com/dmowcomber/oui/cmd/oui@latest
```

## Run
```
oui 3c:22:fb:00:00:00
Apple, Inc.
```

## More Examples:
```
oui b8:27:eb:00:00:00
Raspberry Pi Foundation

oui D8:28:C9:00:00:00
General Electric Consumer and Industrial
```