A concrete Publisher that parses IAB (Individual Address Block)
records from IEEE text-based registration files
It notifies registered Subscribers as each record is encountered,
passing on the record's position relative to the start of the file
(offset) and the size of the record (in bytes).
The file processed by this parser is available online from this URL
:-
ieee_file - a file-like object or name of file containing IAB records. When
using a file-like object always open it in binary mode otherwise
offsets will probably misbehave.