Skip to content

Elec332/NativeSDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeSDR

SDR stuff in C++


Dependencies:

You need git installed for the cmake scripts to work!

Windows/MinGW:

mingw-w64-x86_64-toolchain
mingw-w64-x86_64-glfw
mingw-w64-x86_64-glew
mingw-w64-x86_64-fftw
mingw-w64-x86_64-libusb
mingw-w64-x86_64-volk

mingw-w64-x86_64-portaudio

Windows/vcpkg

glfw3:x64-windows
glew:x64-windows
fftw3:x64-windows
libusb:x64-windows
portaudio:x64-windows

rtlsdr:x64-windows
boost:x64-windows (For UHD/USRP)

Linux

libglfw3-dev
libglew-dev
libfftw3-dev
libusb-1.0-0-dev
libasound-dev
libvolk2-dev
libhackrf-dev
portaudio19-dev
libuhd-dev
uhd-host

About

SDR stuff in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published