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
I can't figure out how I'm supposed to run the AIS text parser c example. I'm operating on Windows 10, but am running through cygwin. I built with make ais_text, which produced ais_text.exe and tried to run ais_text.exe with a text file containing NMEA input from https://en.wikipedia.org/wiki/NMEA_0183, but it just hangs. I also tried putting single lines from that text file in the command line, but I am hitting a dead end. The text file for reference contains
It expects the input to be on stdin, so cat FILENAME.TXT | ais_text.exe or ais_text.exe < FILENAME.TXT should work. The example you have doesn't contain any AIS sentences though, those are all from a GPS.
Take a look at the files in https://github.com/bcl/aisparser/tree/master/c/data for some examples.
I can't figure out how I'm supposed to run the AIS text parser c example. I'm operating on Windows 10, but am running through cygwin. I built with
make ais_text
, which produced ais_text.exe and tried to runais_text.exe
with a text file containing NMEA input from https://en.wikipedia.org/wiki/NMEA_0183, but it just hangs. I also tried putting single lines from that text file in the command line, but I am hitting a dead end. The text file for reference containsAny help would be great!
The text was updated successfully, but these errors were encountered: