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.
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()'
To speed up docs generation locally, there is a separate make_local.jl file. Trun this file from project root.