| Home | Trees | Indices | Help |
|
|---|
|
|
Provides access to public network address information published by the IEEE.
More details can be found at the following URLs :-
Institute of Electrical and Electronics Engineers (IEEE)
| Classes | |
|
NotRegisteredError An Exception indicating that an OUI or IAB was not found in the IEEE Registry. |
|
|
FileIndexer Stores index data found by a parser in a CSV file |
|
|
OUIIndexParser A parser that processes OUI (Organisationally Unique Identifier) registration file data published by the IEEE. |
|
|
IABIndexParser A parser that processes IAB (Individual Address Block) registration file data published by the IEEE. |
|
|
OUI Represents an individual IEEE OUI (Organisationally Unique Identifier) identifier. |
|
|
IAB Represents an individual IEEE IAB (Individual Address Block) identifier. |
|
| Functions | |||
|
|||
|
|||
| Variables | |
IEEE_OUI_REGISTRY = Path to local copy of IEEE OUI Registry data file. |
|
IEEE_OUI_METADATA = Path to netaddr OUI index file. |
|
IEEE_OUI_INDEX = OUI index lookup dictionary. |
|
IEEE_IAB_REGISTRY = Path to local copy of IEEE IAB Registry data file. |
|
IEEE_IAB_METADATA = Path to netaddr IAB index file. |
|
IEEE_IAB_INDEX = IAB index lookup dictionary. |
|
| Variables Details |
IEEE_OUI_REGISTRYPath to local copy of IEEE OUI Registry data file.
|
IEEE_OUI_METADATAPath to netaddr OUI index file.
|
IEEE_OUI_INDEXOUI index lookup dictionary.
|
IEEE_IAB_REGISTRYPath to local copy of IEEE IAB Registry data file.
|
IEEE_IAB_METADATAPath to netaddr IAB index file.
|
IEEE_IAB_INDEXIAB index lookup dictionary.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jan 21 23:41:05 2009 | http://epydoc.sourceforge.net |