mac_vendor_lookup icon indicating copy to clipboard operation
mac_vendor_lookup copied to clipboard

This Python library provides an easy way to get vendor information from a MAC address

Results 2 mac_vendor_lookup issues
Sort by recently updated
recently updated
newest added

If you're behind a corporate proxy or other internet security device, downloading the latest client mac vendor DB may find unknown certificates in the lookup path... ```python from mac_vendor_lookup import...

when we load a custom cache_path file from my machine i got errors. for this example bellow, the app crash: ``` py from mac_vendor_lookup import MacLookup, BaseMacLookup BaseMacLookup.cache_path = "/home/storage/mac-vendors.txt"...