JiaoXianjun / LTE-Cell-Scanner

OpenCL, SDR, TDD/FDD LTE cell scanner, full stack from A/D samples to SIB ASN1 messages decoded in PDSCH, (optimized for RTL-SDR HACKRF and BladeRF board)
http://sdr-x.github.io/
GNU Affero General Public License v3.0
659 stars 193 forks source link

How to build witch USRP? #44

Open Al3x4n opened 3 years ago

Al3x4n commented 3 years ago

Your guide is currently not for USRP?

-DUSE_BLADERF=1 -- build for BladeRF -DUSE_HACKRF=1 -- build for HackRF -DUSE_OPENCL=0 -- disable OpenCL (See notes in later chapter)

JiaoXianjun commented 3 years ago

Ah, right, I should put that in README: Currently only "Matlab and GNU Octave scripts" work with USRP, not the C/C++ program.

Al3x4n commented 3 years ago

Do you have any plan to porting your project with other RF hardware? I have USRP and GridRF only :(