Re: [Hamlib-developer] rig-multicast?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: George B. <geo...@gm...> - 2025-11-04 15:58:57
|
It's still there, but right now it's on hold. This and a couple of other features need some problems solved first. The major holdups are: 1. Thread safety - Internally there is very little consideration of conflicts between threads. The locking now is at the entry/exit level. 2. Error handling and recovery - Some of the error handling code affects state and data far outside of its scope. As AA5SH wrote, the current way to handle multiple users is to use rigctld. My setup is to have cqrlog configured to start rigctld, and then I tell cqrlog(via ctrl-J) to fire up WSJT-X (Improved), configured to use 'Hamlib dummy' as the rig on 127.0.0.1:4532 We may get back to the multicast and/or REST interfaces to Hamlib next year, but it will require some real design work (including some security concerns) before they can be generally used. HTH 73 n3gb On 11/4/25 7:53 AM, Uwe, DG2YCB via Hamlib-developer wrote: > Hi Nate and all, > > What actually became of Mike's approach to making a > rig-multicast-capable Hamlib version? Was that lost with Mike's > passing, or could something like that still become a reality someday? > If I remember correctly, reading already worked, but writing (and thus > synchronization) did not yet. > > I ask this because one of Hamlib's major weaknesses is that only one > rig can be connected to a COM port at a time. If, for example, someone > runs Log4OM next to WSJT-X, Hamlib is automatically ruled out for many > OMs. The same applies if I want to connect multiple WSJT-X (Improved) > instances to one rig. That's why I really welcomed Mike's approach at > the time, even though I considered it somewhat ambitious. > Unfortunately, I can't help you much with the implementation myself, > but I would of course be available for any alpha tests. > > 73 de DG2YCB, > Uwe > ________________________________________ > German Amateur Radio Station DG2YCB > Dr. Uwe Risse > eMail: dg...@gm... > Info: www.qrz.com/db/DG2YCB > > > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer |