Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/oui.py
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2023-08-201-4/+8
| | | | | | | | This also modifies the OUI update script because the website has changed to HTTPS and is sometimes very slow. The Belgian Commerzbank no longer has a registration and a bank account number in the tests used that bank.
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Make the IEEE OUI data more compactArthur de Jong2019-10-271-8/+30
| | | | | This groups consecutive assignments into a range to make the dat file a little more readable.
* Switch update scripts to Python 3Arthur de Jong2019-10-271-2/+2
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-3/+6
| | | | This makes the scripts more consistent.
* Add MAC addressArthur de Jong2018-12-291-0/+70
This adds validation of MAC (Ethernet) addresses. It will perform lookups in the IEEE registry for manufacturer names for universally administered addresses. Closes https://github.com/arthurdejong/python-stdnum/issues/93