Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/oui.py
Commit message (Collapse)AuthorAgeFilesLines
* 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