M0r13n / pyais

AIS message decoding and encoding in Python (AIVDM/AIVDO)
MIT License
176 stars 61 forks source link

Allow TagBlock to contain field data including ':', after the initial… #103

Closed 2maz closed 1 year ago

2maz commented 1 year ago

… prefix.

Since the field data in a TagBlock can contain additional colons, ensure that the split is only on the first colon.

M0r13n commented 1 year ago

Alright. Thank you. :+1:

It's just great to see how many edge cases there are for a protocol as simple as NMEA. :roll_eyes: