Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.
/ sdrplay Public archive

A Golang wrapper of the SDRplay RSP API

License

Notifications You must be signed in to change notification settings

iclac/sdrplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdrplay – A Golang wrapper of the SDRplay RSP API

sdrplay is a package that enables to use the RSP (by SDRplay) in a Go program. It uses GCO to wrap the SDRplay C library (version 1.97.1).

Installation

In the code, the CGO is configured with this flags:

CFLAGS: -I/usr/local/include
LDFLAGS: -L/usr/local/lib -lmirsdrapi-rsp

So, to successfully compile this package, it is sufficient firstly install the API/Driver package released by SDRplay. Then:

$ go get -u github.com/iclac/sdrplay

About

A Golang wrapper of the SDRplay RSP API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages