SlackBuilds Repository

15.0 > Ham > sdrplay_apiService (3.15)

SDRplay sdrplay_apiService
==========================

This package provides the official SDRPlay service.

(sdrplay_apiService)

NOTE: SDRPlay is required

add the following lines to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.sdrplayapi ]; then
/etc/rc.d/rc.sdrplay start
fi

add the following lines to /etc/rc.d/rc.local_shutdown

if [ -x /etc/rc.d/rc.sdrplayapi ]; then
/etc/rc.d/rc.sdrplay stop
fi

Maintained by: Eduardo Castillo
Keywords: sdr,sdrplay
ChangeLog: sdrplay_apiService

Homepage:
https://www.sdrplay.com/

Source Downloads:
sdrplay_apiService-3.15.tar.gz (86a52b06c67646432853bb0bf6231764)

Download SlackBuild:
sdrplay_apiService.tar.gz
sdrplay_apiService.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds