| License |
License |
|---|---|
| GroupId | GroupIdnl.esi.metis |
| ArtifactId | ArtifactIdEsiAisParser |
| Last Version | Last Version0.30 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionESI 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| EsiAisParser-0.30.pom | |
| EsiAisParser-0.30.jar | 103 KB |
| EsiAisParser-0.30-sources.jar | 121 KB |
| EsiAisParser-0.30-javadoc.jar | 347 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| colt : colt | jar | 1.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.5-rc1 |