n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Add support to program to direct log via TCP to ACLog #735

Open ny4i opened 7 months ago

ny4i commented 7 months ago

A recent change to TR4W added support to send to external loggers directly via TCP/IP.

I added a function called TExternalLogger.LogQSOToACLog in uExternalLogger. The code to send to ACLog needs to be added to this function. I'm not a user of ACLog so I am hoping someone that has the need will use this as an opportunity to add the code. Of course, that assumes you are willing to brush off your Delphi skills. It's not that hard--any decent programmer can pick up the basics really quick. The basics will surely let you make this change.