[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ham award
From: |
Csahok Zoltan |
Subject: |
Re: Ham award |
Date: |
Sat, 14 Dec 2024 09:42:51 +0000 |
Here is the converter that transforms TLF UDP QSO messages into WinTest format.
https://github.com/zcsahok/tlfudp2wintest
The overall set-up is as follows
TLF --UDP 9873--> Converter --UDP 9871--> HamConnect --> hamaward.cloud
The steps to get it running, assuming everything runs on the same host:
1) set up HamConnect to listen for WT UDP on their default port (9871)
2) add a node to TLF and start the logger
ADDNODE=127.0.0.1:9873
note that the port is not the WT port as we direct traffic to the converter
note2 use rig control to get a valid freq in the log
3) start the converter
$ python3 tlfudp2wintest.py -d
2024-12-14 08:33:18,006 Listening on 127.0.0.1:9873
2024-12-14 08:33:18,007 Sending to 127.0.0.1:9871
4) after about 2 minutes freq and time messages shall appear
2024-12-14 08:34:40,007 *** 9 bytes from 127.0.0.1
2024-12-14 08:34:40,009 b'A5 7030.1'
2024-12-14 08:34:40,011 *** 12 bytes from 127.0.0.1
2024-12-14 08:34:40,011 b'A71734165280'
5) log a QSO on TLF
6) check converter log
2024-12-14 08:35:00,262 *** 89 bytes from 127.0.0.1
2024-12-14 08:35:00,263 b'A1 40CW 14-Dec-24 08:35 0006 W1DEMO 599
599 1234 7030.1'
2024-12-14 08:35:00,263 Qso(call='W1DEMO', freq=7030100.0, mode='CW',
rst_s='599', rst_r='599', exhange='', seq=6, time=1734165197)
2024-12-14 08:35:00,264 b'ADDQSO: "STN1" "" "STN1" 1734165197 70301 0 3 0 0 0 6
6 "W1DEMO" "599" "5991234" "" "" "" 0 "" "" "" 5\xe2\x00'
7) check HamConnect/HamCloud
73,
Zoli
On Thu, Dec 12, 2024 at 04:43:47PM +0000, Csahok Zoltan wrote:
> Thanks for the details.
> This won't work out of the box, as TLF uses different message format.
> An option would be to make a converter to a supported format.
> I'll hack one together.
>
> 73,
> Zoli
>
> On Wed, Dec 11, 2024 at 10:45:26AM -0600, Bill Lederer wrote:
> > Here are outputs from my attempt to connect tlf to HamConnect.
> > I've included PDF outputs from the web session (which talks to the local
> > HamConnect instance) and outputs from HamConnect in the terminal window,
> > along with the logcfg.dat that I used.
> > The file here is a tar file of the directory containing the above files,
> > along with a Readme that lists the files included as well as a
> > description
> > of the sequence of events used.
> > On Tue, Dec 10, 2024 at 10:35 PM Bill Lederer <[1]w8lvn.9@gmail.com>
> > wrote:
> >
> > I'm signing up for the ham award event for this January. The site has
> > provided software for their automated real-time logging software.
> > This program receives qsos over UDP to send to their central server
> > real-time.
> > Does TLF have such a capability?
> > Thanks,
> > --
> > --w8lvn--
> >
> > --
> > --w8lvn--
> >
> > References
> >
> > Visible links
> > 1. mailto:w8lvn.9@gmail.com
>
>