OpenMarine
Send data to MarineTraffic - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Feature Requests (https://forum.openmarine.net/forumdisplay.php?fid=5)
+--- Thread: Send data to MarineTraffic (/showthread.php?tid=831)



Send data to MarineTraffic - Luckbert - 2017-10-26

Hello, everyone, 
I would like to receive a possibility to send static data to www.Marinetraffic.com 
There is a SK plugin which theoretically takes over this. Unfortunately, it is not compatible with Openplotter.
See here. 
The following information would be nice if it could be transmitted. 

Static ship data:

MSSI number:  /vessels/<RegExp>/mmsi
ship name:       /vessels/<RegExp>/name
Callsign:           /vessels/<RegExp>/communication/callsignVhf
Type of ship (freighter, tanker, tugboat, passenger ship, SAR, sport boat etc.)
Dimensions of the ship (distance of the GPS antenna from bow, stern, port and starboard side)
                      /vessels/<RegExp>/design/aisShipType

http://www.bosunsmate.org/ais/message5.php

Travel dates:

Destination (UN/LOCODE)   /vessels/<RegExp>/navigation/destination or
                                   /vessels/<RegExp>/navigation/destination/commonName


estimated arrival time         /vessels/<RegExp>/navigation/destination/eta

It might be nice to have your own tab where you can enter the corresponding data. 

Greetings Jürgen


RE: Send data to MarineTraffic - jim321 - 2017-10-26

without getting into it to far, it looks like you would need internet or sat access .
and an api key http://www.marinetraffic.com/en/ais-api-services
then maybe use nodered to get post .
jim


RE: Send data to MarineTraffic - Luckbert - 2017-11-22

Hello,
Could you create an NMEA- AIVDO/AIVDM set?
For example in the NMEA 0184 generator?


RE: Send data to MarineTraffic - Luckbert - 2017-11-30

Hello, everyone,
I've now managed to send data to Marinetraffic.
Surprisingly, it was not as complicated as thought.
I could send AIS data to the servers. You can easily register on the homepage and then register a station. You will then get an IP and a PORT assigned. You can then simply filter and forward your own data with kplex.

There is still the problem of your own ship's data.
I see several possibilities.

1. nmea0184 generator could be used to insert the possibility to create an AIVDM set.
2. you can instruct the nsodered to send the sensor data to MT.
3. you can instruct nodered to send a standard mail with the information to MT.

Unfortunately, I can't program this in nodered. I need help with the programming.
Greetings Jürgen