Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talk to fldigi #20

Open
mbridak opened this issue Jan 12, 2023 · 1 comment
Open

Talk to fldigi #20

mbridak opened this issue Jan 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mbridak
Copy link
Owner

mbridak commented Jan 12, 2023

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.

@mbridak mbridak added the enhancement New feature or request label Jan 12, 2023
@mbridak mbridak self-assigned this Jan 12, 2023
@mbridak
Copy link
Owner Author

mbridak commented Jan 12, 2023

Try number One.

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...

The Fight continues.

Mike K6GTE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant