-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Not exactly actual hardware addresses, but SNAP protocol uses OUI as the first part, so if I ever had to write code that needs to wor with SNAP, I could totally see myself doing something like this:
class SNAPAddress(macaddress.HWAddress):
size = 40
formats = ...And then maybe doing stuff like OUI(my_snap_address) (assuming #8), etc.
Anyway, nothing to do for now, just jotting it down as another example of almost-hardware-address things which this library could be useful for.
Metadata
Metadata
Assignees
Labels
No labels