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

Add support for hamlib rig control #2

Open
xylo04 opened this issue Oct 12, 2020 · 3 comments
Open

Add support for hamlib rig control #2

xylo04 opened this issue Oct 12, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@xylo04
Copy link
Member

xylo04 commented Oct 12, 2020

At a minimum, be able to read radio parameters like frequency and mode.

@xylo04 xylo04 added the enhancement New feature or request label Oct 12, 2020
@xylo04
Copy link
Member Author

xylo04 commented Feb 28, 2021

I have the https://github.com/k0swe/kel-agent/tree/gohamlib branch which integrates https://github.com/dh1tw/goHamlib/. The integration was pretty smooth and is accomplishing the functionality I wanted. However, it creates a dynamically linked dependency on hamlib, requiring the user to already have it installed on their system whether they want to use hamlib or not.

I'd rather decouple the system by integrating with the rigctld TCP protocol. That means a bit of work either finding or creating a replacement, but I think it will be worth it.

@xylo04
Copy link
Member Author

xylo04 commented Sep 11, 2024

The https://github.com/k0swe/kel-agent/tree/gohamlib branch has been languishing too long. I'm definitely considering the TCP route again.

@xylo04
Copy link
Member Author

xylo04 commented Sep 12, 2024

https://github.com/k0swe/rigctld-go exposes a couple of useful methods now.

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