AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Can I have access to the data I receive?  (Read 14589 times)

0 Members and 1 Guest are viewing this topic.

AirNav Development

  • AirNav Systems
  • Hero Member
  • *****
  • Posts: 2545
    • AirNav Systems
Can I have access to the data I receive?
« on: July 11, 2011, 08:50:24 AM »
The data received by ShipTrax is available over TCP port 40004 to use for external applications.

The feed works the following way:

1. Your hardware supplies AIS messages to the ShipTrax software.

2. The software decodes the messages and displays the information on the map and list.

3. The software broadcasts every AIS message as received from serial/USB

The message output Format is Raw NMEA AIS sentences.

To see the raw data output, Run Telnet, then type "open localhost 40004".