kc2g-flex-tools / nCAT

Flex 6xxx CAT via hamlib/rigctld protocol
MIT License
22 stars 4 forks source link

Support lots more commands/levels/functions #4

Closed arodland closed 1 year ago

arodland commented 4 years ago

Right now we have the 10% that covers 90%, but the other 90% is still out there.

While researching for \dump_state I figured there were 14 hamlib levels and 14 hamlib funcs that could reasonably be mapped onto Flex objects; right now we support 2 levels and 1 func.

Hamlib has around 60 protocol commands... not all of them make sense for a Flex, but in any case only 13 of them are implemented now, and two (get/set VFO) are non-functional stubs that are just to make clients happy.

arodland commented 1 year ago

I think I can close this now — lots of stuff has been added since 2020, and probably 90% of the stuff that can be supported is.