Skip to content

ErikBuer/BladeRF.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BladeRF.jl

Julia wrappers for BladeRF library.

The package is currently not a registered package. Add it using ht following command.

] add git@github.com:ErikBuer/BladeRF.jl.git

Support to the bladeRF Julia is also found in the AbstractSDRs.jl package.

Testing the code

The tests must be run with a BladeRF connected. TEST WITH DISCONNECTED RF PORTS!

From project root, run the following bash command.

julia --project=. -e 'using Pkg; Pkg.test()'

Building docs locally

To speed up docs generation locally, there is a separate make_local.jl file. Trun this file from project root.