A CLI tool and Python3 module for looking up hardware MAC addresses from the published OUI source at ieee.org.
-
Updated
May 13, 2023 - Python
A CLI tool and Python3 module for looking up hardware MAC addresses from the published OUI source at ieee.org.
An up-to-date listing of all the various Bluetooth Specification-related elements (Company IDs, Service UUIDs, Characteristic UUIDs and Descriptor UUIDs), that you can use in your Python projects instead of rolling your own.
Tired of paying a subscription service to access an API to resolve MAC address OUI/vendor data? Just resolving locally and maintaining your own database with this project is faster, cheaper (FREE!), and more secure.
Lookup for MAC OUI vendor details from the oui database
json version of the OUI Database published at https://linuxnet.ca/ieee/oui/
oui_standardize standardizes IEEE MAC address block files (CSV files) containing OUI records by importing an arbitrary number of said files, sorting them by MAC address prefix, and then outputting the results to standard output (stdout). Curly brackets are used as delimiters and multi-line fields are reduced to single lines in order to allow scr…
Organization data and country of origin simply from MAC address.
Add a description, image, and links to the oui-search topic page so that developers can more easily learn about it.
To associate your repository with the oui-search topic, visit your repo's landing page and select "manage topics."