AisView allows aggregation and publishing of data from both real time and historic AIS data sources using REST.
AisView has 3 main functionalities:
Compile the code from the root of the project. Maven 3.0.4 (or later) and Java 7 is needed:
mvn clean install
Unless you already have AisStore setup. The easiest way to get started is by using a freely available AIS stream.
Start up AisView by specifying the AisSources to listen to as parameters. Here we are using the freely available hd-sf.com:9009
java -jar target/ais-view-0.1-SNAPSHOT.jar free=hd-sf.com:9009
At any point all messages that is received by AisView can be streamed in realtime to any REST based client. Either by curl'ing it from a command promt:
curl localhost:8090/stream
Or by opening the url in a browser: Browser: http://localhost:8090/stream
The stream can be filtered in a number of ways
An rectangular area can be specified: (top left latitude, top left longitude, bottom right latitude, buttom left latitude) ?box=1,1,4,5
Interval are specified as a ISO 8601 time interval. For example, ?interval=P1Y2M10DT2H30M/2008-05-11T15:30:00Z
Two output modes are supported: Raw data or Table: ?output=raw or ?output=table
Filtering based on mmsi numbers:
?mmsi=123456789,234567890,333444555
A limit can be placed on the number of packets that should be returned: ?limit=50 (will only return 50 packets)
All packets can be filtered based on some property on the source they are received from
Content type
Image
Digest
sha256:baeae257d…
Size
330.4 MB
Last updated
almost 8 years ago
docker pull dmadk/ais-view