Replies: 5 comments 5 replies
-
|
I love your engagement! We will take a look at it Please note that a full integration of Hamlib is tricky due to it's License. Hamlib is licensed unter the LGPL (see here: https://github.com/Hamlib/Hamlib/blob/master/LICENSE) This means: Using Hamlib as external Dependency with no static coding inside an MIT Project (Waveloggate) is possible without any issues Integrating Hamlib into Waveloggate with static coding would make Waveloggate to a LGPL licensed project. (which is not gonna happen). TLDR: External Dependency with link to the hamlib repo -> OK |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the clarification. Just to explain how the current mod actually works, since it falls fully within what the LGPL allows: This mod does not include any Hamlib code in the repository, nor does it perform any static linking. Under the LGPL, this is explicitly permitted because: Hamlib remains a separate component, not incorporated into the MIT-licensed code. No Hamlib source or binary is distributed inside Wavelog-gate. Users are still able to replace the Hamlib binary with another version if they choose. Wavelog-gate itself does not become a derivative work of Hamlib; it only uses it dynamically. So the project stays 100% MIT-licensed, and the usage model matches exactly what you described as the “OK” case (external dependency without code copy or static integration). Just wanted to clarify this so we’re all aligned. 73 de CS8ABG |
Beta Was this translation helpful? Give feedback.
-
|
Nice Proof-Of-Concept (even if it is Windows-Only, and WLGate has to be multiplatform). Hobby is electronics/hamradio. So installing and configuring hamlib shouldn't be that hard. However: Great idea to build something which takes care of all. |
Beta Was this translation helpful? Give feedback.
-
|
@CS8ABG It looks interesting! What about the linux version? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have made WaveLog-gate fully functional with Hamlib. It can now download the latest version, display the installed version in the status bar, and run the rigctld.exe daemon in the background. Integration with WSJT-X has been verified, and all features were tested on Windows. Please have a look in the attached file.
WaveLogGate-hamlib.zip
Beta Was this translation helpful? Give feedback.
All reactions