-
Notifications
You must be signed in to change notification settings - Fork 21
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
Network freq udp #456
Network freq udp #456
Conversation
I would like to see something more general here than just the frequency. I will try to change it to general information about the state of the rig. |
I was thinking that as well but all I really had a need for was just
frequency, wanted to keep it simple initially.
…On Tue, Sep 24, 2024 at 1:44 PM Ladislav ***@***.***> wrote:
I would like to see something more general here than just the frequency. I
will try to change it to general information about the state of the rig.
—
Reply to this email directly, view it on GitHub
<#456 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXXNLYVZ4AT66UATOOTZYGXJ5AVCNFSM6AAAAABN3D4CKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZSGAZTQMZQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I've been thinking more on this. But what I think would be usefull would be a bit more information on the current status much the same as WSJTX. Maybe the current callsign, country, dxcc, heading etc. That way if someone wants to monitor the UDP with another application and take actions they can. I had something similar working with RumLog to my app that controls my steppir, spe amplifier, rotor and webswitch. |
I just wanted to create something that would provide information about all the parameters of the rig—not just the frequency, but also the mode, power, and others. The QSO is unrelated to this, as it is handled in a different message. |
just for info. I plan to rework the Network notification service. It should be based on Websocket. UDP Notifications will be declared obsolete and removed over time. The new Websocket Server will be able to provide more information about what is happening in qlog. Among the new notifications will be Rig status. I would like to see it in version 0.42 or 0.43. |
Thanks I deleted this branch on accident last night. I was thinking about it again and was going to add more info like you mentioned. I was making test ones and got confused. But I agree WSS would be a good solution. I picked up a used Kenwood TS-990 for a very good deal, but now my radio is much removed from my Steppir controller, so was wanting a way to have it track since they are different rooms in the house. That is what started me wanting it before as well, being able to easily use different radios and have my Steppir follow correctly. |
Added an option for a new Network Notification for current Frequency. I can then consume it with other applications.