You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name field is up to 20 characters of 6-bit ASCII. If this field
is full (has no trailing @ characters) the decoder should interpret
the Name Extension field later in the message (no more than 14 6-bit
characters) and concatenate it to this one to obtain the full name.
Or at least provide a method that returns the full name.
e.g. in this example full_name would be NNG-OSS-S OFFSHORE WINDFARM
that is a neat idea. Thank you for bringing this up. I have added a (cached) property, full_name, to message type 21 in v2.8.4 which should now be available on PyPi.
It would be nice to pre-concatenate
name_ext
ontoname
when decoding message type 21, perhaps on an attributefull_name
: https://github.com/biiont/gpsd/blob/master/www/AIVDM.txt#L3690-L3693Or at least provide a method that returns the full name.
e.g. in this example
full_name
would beNNG-OSS-S OFFSHORE WINDFARM
The text was updated successfully, but these errors were encountered: