You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did not go well. Didn't bother to push commits upstream. Trouble is n3fjp uses TCP server which is a blocking process.
Played with Qt's QThread, trying to background it freeing up the GUI. Maybe will try asyncio or something. I have a working standalone program that processes messages from fldigi, but it's proving hard to intigrate into Qt.
fldigi also supports maclogger, So I'll look into that and see if they use a more friendlier like UDP.
I could make a standalone process that sets up a TCP server and 'rebroadcasts' the messages to UDP... But Yuck...
Maybe spin up a TCP listener and pretend to be N3FJP and get packets from fldigi for PSK ETC.
Port is 1100
Wish me luck.
The text was updated successfully, but these errors were encountered: