Java CAT control
I've never been able to find a simple Java library for rig control, so I've started java-cat-control. It's open source, 100% Java and available at https://gitlab.com/g7vrd/java-cat-control/
Goals:
- 100% Java
- Easy to use
- Easy to add a new radio
Current issues:
- It currently only supports a few operations on the TS590SG, but I'm hoping that other people will make it work with their own radios.
- There are still some parts that are coupled too tightly, which I want to fix.
- It doesn't have any tests currently, as I'm still working out the best structure for the project.
It's available on Maven Central
There's also a small working example program that shows how to use it.
All comments, constructive criticism, feedback or commits welcome.