ESI Ais Parser

This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard. See our extensive javadoc and in particular the class AISParser for more information on how to use this package. The parser was used in the Poseidon project, and is improved in the Metis project to better handle uncertain information. Both projects were led by the Embedded Systems Institute. In both projects Thales Nederlands was the carrying industrial partner, and multiple Dutch universities participated.

License

License

GroupId

GroupId

nl.esi.metis
ArtifactId

ArtifactId

EsiAisParser
Last Version

Last Version

0.30
Release Date

Release Date

Type

Type

jar
Description

Description

ESI Ais Parser
This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard. See our extensive javadoc and in particular the class AISParser for more information on how to use this package. The parser was used in the Poseidon project, and is improved in the Metis project to better handle uncertain information. Both projects were led by the Embedded Systems Institute. In both projects Thales Nederlands was the carrying industrial partner, and multiple Dutch universities participated.
Project URL

Project URL

http://sourceforge.net/projects/esiaisparser/
Source Code Management

Source Code Management

https://sourceforge.net/p/esiaisparser/code/

Download EsiAisParser

How to add to project

<!-- https://jarcasting.com/artifacts/nl.esi.metis/EsiAisParser/ -->
<dependency>
    <groupId>nl.esi.metis</groupId>
    <artifactId>EsiAisParser</artifactId>
    <version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/nl.esi.metis/EsiAisParser/
implementation 'nl.esi.metis:EsiAisParser:0.30'
// https://jarcasting.com/artifacts/nl.esi.metis/EsiAisParser/
implementation ("nl.esi.metis:EsiAisParser:0.30")
'nl.esi.metis:EsiAisParser:jar:0.30'
<dependency org="nl.esi.metis" name="EsiAisParser" rev="0.30">
  <artifact name="EsiAisParser" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.esi.metis', module='EsiAisParser', version='0.30')
)
libraryDependencies += "nl.esi.metis" % "EsiAisParser" % "0.30"
[nl.esi.metis/EsiAisParser "0.30"]

Dependencies

compile (1)

Group / Artifact Type Version
colt : colt jar 1.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.5-rc1

Project Modules

There are no modules declared in this project.

Versions

Version
0.30
0.25
0.2
0.1