AIS Logger is a simple yet effective Windows software designed to receive AIS data from a source and forward it to various destinations. The software is configured as a Windows service that automatically starts in the background when Windows boots up.
Unfortunately, the software is already 15 years old and can only be operated in Windows Compatibility Mode. During testing under Windows 10, no negative effects were observed.
Developer | |
OS | Windows (XP, Vista, 7, 8, 8.1, 10) Compatible Mode |
Version | 0015 (09.08.2009) |
Costs | free |
Categories | AIS Forwarder |
Pro |
|
Contra |
|
During the test, using the compatible mode was not an issue. However, that might be different on another system, so be careful or decide to use another software.
Requirements
You can connect the receiver to your PC via USB or direct serial connection
You have identified the COM port assigned to the device on your computer
You have requested to share AIS data and have received the IP and port information
Your operating system is supported by this software
Configuration for Windows
Download the software for Windows here
Unzip the file into a separate folder and follow the guide
|
|
|
|
|
|
|
|
|
|
|
This is the file to configure the source of the AIS data and where the data should be forwarded. The value in the marked line between
COMPORT - Here you specify which serial port the AIS receiver is connected to. The port is always entered in the same format, such as COM7, and only the number at the end needs to be adjusted.
UDPHOST1 - Enter the data you received to share your data, which is usually
UDPPORT1 - Enter the port assigned to you for your station. In the example, this is 12345.
|
Example file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="aisclient.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<applicationSettings>
<aisclient.Properties.Settings>
<setting name="tcphost1" serializeAs="String">
<value />
</setting>
<setting name="tcpport1" serializeAs="String">
<value>5323</value>
</setting>
<setting name="comport" serializeAs="String">
<value>COM7</value>
</setting>
<setting name="baudrate" serializeAs="String">
<value>38400</value>
</setting>
<setting name="tcphost2" serializeAs="String">
<value />
</setting>
<setting name="tcpport2" serializeAs="String">
<value>5323</value>
</setting>
<setting name="udphost1" serializeAs="String">
<value>listener.marinetraffic.com</value>
</setting>
<setting name="udpport1" serializeAs="String">
<value>12345</value>
</setting>
<setting name="udphost2" serializeAs="String">
<value />
</setting>
<setting name="udpport2" serializeAs="String">
<value>5322</value>
</setting>
</aisclient.Properties.Settings>
</applicationSettings>
</configuration>
Next, access your station on MarineTraffic to verify if the data is being received. Please allow a few minutes for the statistics to reflect a successful reception.
|
If there are unexpected problems and you need to uninstall the software, run the file "Setup.exe" again. The software will then uninstall itself.
|