Skip to content

SNAP "addresses" #20

@mentalisttraceur

Description

@mentalisttraceur

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions