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
- Host: GitHub
- URL: https://github.com/dmowcomber/oui
- Owner: dmowcomber
- Created: 2024-06-22T01:27:41.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-25T00:17:20.000Z (12 months ago)
- Last Synced: 2025-02-01T23:31:35.471Z (4 months ago)
- Topics: golang, macaddress, macaddress-lookup, oui
- Language: Go
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Foundationoui D8:28:C9:00:00:00
General Electric Consumer and Industrial
```