letterbomb.update_oui#

Updates the bundled OUI list with new Nintendo IDs.

Python port of update_oui.sh.

Module Contents#

Functions#

update_oui(→ None)

Update the stored oui_list.txt and backup the old file to oui_list.txt.old.

letterbomb.update_oui.update_oui() None#

Update the stored oui_list.txt and backup the old file to oui_list.txt.old. Data is from https://standards-oui.ieee.org/.

Note

Run this in the directory that contains the letterbomb module, not inside the module itself.