AIS Parser SDK 1.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AIS Parser SDK 1.9 (Default branch)
# 1  
Old 12-28-2008
AIS Parser SDK 1.9 (Default branch)

AIS Parser SDK is a library of functions allowingyou to add support for Automatic Identificationreceivers (AIS) to your project. It parses shippositions, names, destinations, etc. from standardAIVDM messages. It includes C source anddocumentation.License: Other/Proprietary License with SourceChanges:
A beta release of Java package parsing messages 1-24. A Win32 python module built with Python 2.5.2. A get_timetag function to parse the 20-bit timestamp format used in ETA, Seaway, and IMO messages. A missing break; in message 15 parsing has been fixed. portable.h now checks for Cygwin. A missing wave_dir field in IMO message 1.11 has been added. A bin2sixbit 1-off error has been fixed. The example documentation has been improved (loop when adding packets).Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF::Trine::Parser::ShorthandRDF(3pm)			User Contributed Perl Documentation		     RDF::Trine::Parser::ShorthandRDF(3pm)

NAME
RDF::Trine::Parser::ShorthandRDF - Shorthand RDF Parser SYNOPSIS
use RDF::Trine::Parser; my $parser = RDF::Trine::Parser->new( 'ShorthandRDF' ); $parser->parse_into_model( $base_uri, $data, $model ); DESCRIPTION
ShorthandRDF is an extension of N3 syntax. It's currently defined at <http://esw.w3.org/ShorthandRDF>. METHODS
This package exposes the same methods as RDF::Trine::Parser::Notation3. SEE ALSO
RDF::TriN3, RDF::Trine::Parser::Notation3. <http://esw.w3.org/ShorthandRDF>. AUTHOR
Toby Inkster "<tobyink@cpan.org>" Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams. COPYRIGHT AND LICENCE
Copyright (c) 2006-2010 Gregory Todd Williams. Copyright (c) 2010-2011 Toby Inkster. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-10-22 RDF::Trine::Parser::ShorthandRDF(3pm)