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/
Download SlackBuild:
sdrplay_apiService.tar.gz
sdrplay_apiService.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| README |
| sdrplay_apiService.SlackBuild |
| sdrplay_apiService.info |
| slack-desc |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds