dh1tw / hamlib-go

Package hamlib provides Go bindings for Hamlib (radio control toolkit).

Home Page:https://sourceforge.net/projects/hamlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hamlib-go

An example for xlab/c-for-go#18

Package hamlib provides Go bindings for Hamlib (radio control toolkit).
All the binding code has automatically been generated with rules defined in hamlib.yml.

Installation

$ brew install hamlib
$ go get github.com/xlab/hamlib-go/hamlib

Rebuilding the package

You will need to get the c-for-go tool installed first.

$ git clone https://github.com/xlab/hamlib-go && cd hamlib-go
$ make clean
$ make

About

Package hamlib provides Go bindings for Hamlib (radio control toolkit).

https://sourceforge.net/projects/hamlib/


Languages

Language:Go 58.1%Language:C 41.1%Language:C++ 0.7%Language:Makefile 0.1%