#mac-address #vendor #name #ieee #table #list #return

app yeah

CLI tool to return the vendor name for a given MAC address

2 releases

0.2.2 Jul 8, 2022
0.2.1 Apr 14, 2022
0.2.0 Apr 13, 2022
0.1.1 Feb 7, 2020
0.1.0 Feb 6, 2020

#1804 in Command line utilities

Download history 5/week @ 2024-02-25 78/week @ 2024-03-31

78 downloads per month

Custom license

13KB
132 lines

yeah

crates.io

yeah is a command-line tool to return the vendor name for a given MAC address.

Queries are ran against the IEEE OUI vendor list.

Functionality:

  • Complete and partial MAC address queries
  • Option to pretty-print an ASCII table for results

Todo:

  • Caching of IEEE OUI list (~5MB)
  • Ability to pass multiple MAC addresses and return multiple match groups

Install yeah

With crates.io:

cargo install yeah

From source:

cargo install --path /path/to/yeah/repo

Or, download and run the binary from the latest release.

Use yeah

yeah - return the vendor name for a given MAC address
usage: yeah [options...] <mac>
 -t, --table        Print output as table
 -h, --help         Get help for commands
 -v, --version      Show version and quit

Dependencies

~7–22MB
~306K SLoC