goHamlib icon indicating copy to clipboard operation
goHamlib copied to clipboard

Hamlib bindings for Golang

Results 5 goHamlib issues
Sort by recently updated
recently updated
newest added

With this changes this library is able to compile against libham4. Basic function works with FTDX3000.

Hamlib (even back to [3.3](https://github.com/Hamlib/Hamlib/blob/301ebb92eaa538dfa75c06821f46715f40dd7673/include/hamlib/rig.h#L1380-L1389)) has rig methods `power2mW` and `mW2power` to translate between transmit power percent and actual milliwatts. This would be useful to expose in goHamlib.

goHamlib is working well with the computers on which I have hamlib 3.3, but when attempting to compile against hamlib 4.1 (on Mac via homebrew) I get errors: ``` #...

Hey Tobias, The issue I'm running into is that querying the rig for its frequency is expensive. There's no good way to throw in a caching layer, but if Rig...