Page 1 of 1

Adding a QSO to Log4OM via TCP

Posted: 25 Jan 2013, 09:28
by IW3HMH
Log4OM is able to receive QSO's from external software using TCP.

The service must be started from Log4OM settings page, providing the port to be used for listening to incoming calls.

The TCP message format is:

"ADD" + space + ADIF formatted string

When the listener starts you see in the log "Starting TCP Listener"

When receiving a message the log file will report "Incoming QSO from TCP Connection (ADD)"
If an application captured an error when receiving a TCP stream you will see "Error in TCP ADD AddQSO method", followed by details about the exception.

When the listener stops you get "Closing TCP Listener" message in the log.