gps-sdr-sim/player
2024-11-09 20:38:45 +09:00
..
limeplayer_win Windows port of ingenico-zanetti's limeplayer 2018-01-07 14:03:32 +09:00
plutoplayer_win Add files via upload 2024-11-09 20:38:45 +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 Update plutoplayer.c 2024-09-15 15:26:02 +09: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