atommota / FakeUSRP

using LimeSDR to simulate USRP B210

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakeUSRP

FakeUSRP can using LimeSDR to simulate USRP B210 Device

Build Status

Travis Build Status

Dependencies

LimeSuite: https://github.com/myriadrf/LimeSuite.git

Boost: http://www.boost.org/users/download/

UHD (optional):https://github.com/EttusResearch/uhd.git

Installation

LIBUHD mode

git clone https://github.com/EttusResearch/uhd.git
cd uhd/host/lib/usrp
git clone https://github.com/jocover/FakeUSRP.git

add line INCLUDE_SUBDIRECTORY(FakeUSRP) to uhd/host/lib/usrp/CMakeLists.txt file

echo "INCLUDE_SUBDIRECTORY(FakeUSRP)">>CMakeLists.txt

Rebuild UHD driver Building and Installing UHD from source


UHD MODULE mode

git clone https://github.com/jocover/FakeUSRP.git
mkdir build && cd build
cmake ..
make -j4
make install

Windows Binarie

x86 version:FakeUSRP_x86.zip

x64 version:FakeUSRP_x64.zip

About

using LimeSDR to simulate USRP B210

License:GNU General Public License v3.0


Languages

Language:C++ 87.0%Language:CMake 13.0%