def Libais():
        with open(nmea_name) as f:
          for msg in ais.stream.decode(f):
            yield ais.compatibility.gpsd.mangle(msg)