n4af / TR4W

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

Add HRD support to external logger to send contacts via TCP/IP. #736

Open ny4i opened 4 months ago

ny4i commented 4 months ago

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

I added a function called TExternalLogger.LogQSOToHRD in uExternalLogger. The code to send to HRD needs to be added to this function. I'm not a user of HRD 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.