gps-sdr-sim/player
2022-08-21 15:30:46 +09:00
..
limeplayer_win Windows port of ingenico-zanetti's limeplayer 2018-01-07 14:03:32 +09:00
plutoplayer_win Windows port of plutoplayer 2022-08-21 15:30:46 +09:00
bladeplayer.c Add Linux support 2018-03-07 15:32:49 +09:00
hackplayer.c Add Linux support 2018-03-07 15:32:49 +09:00
limeplayer.c LimeSuite bug workaround for LimeSDR mini 2018-08-23 18:52:36 +02:00
Makefile Fix Makefile for limeplayer 2018-03-07 15:55:36 +09:00
plutoplayer.c Fix sample pointer size and reading correct from file. 2018-03-21 20:08:34 +01:00
README.md Add Linux support 2018-03-07 15:32:49 +09:00

How to build the player software on Linux

bladeRF

Build and install libbladeRF

https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux

Build bladeplayer

$ make bladeplayer

HackRF One

Build and install libhackrf

https://github.com/mossmann/hackrf/tree/master/host

Build hackplayer

$ make hackplayer

LimeSDR

Build and install libLimeSuite

http://wiki.myriadrf.org/Lime_Suite

Build limeplayer

$ make limeplayer

ADALM-Pluto

Build and install libiio

https://wiki.analog.com/resources/tools-software/linux-software/libiio

Build and insatall libad9361

$ git clone https://github.com/analogdevicesinc/libad9361-iio.git
$ cd libad9361-iio
$ cmake ./
$ make all
$ sudo make install

Build plutoplayer

$ make plutoplayer