| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: soapy-remote-server | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 0.5.2 | Vendor: openSUSE |
| Release: bp155.2.12 | Build date: Mon May 22 13:28:30 2023 |
| Group: Productivity/Hamradio/Other | Build host: obs-power9-11 |
| Size: 272331 | Source RPM: soapy-remote-0.5.2-bp155.2.12.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/pothosware/SoapyRemote/wiki | |
| Summary: Server for remote device support for Soapy SDR | |
A server that supports remote devices for the Soapy SDR. This package is intended to run on the system the sdr device is connected to.
BSL-1.0
* Wed Nov 17 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_SoapySDRServer.service.patch
* Wed Oct 13 2021 Christophe Giboudeaux <christophe@krop.fr>
- Also make sure soapy-remote-server replaces
soapysdr0.7-module-remote.
* Tue Oct 12 2021 Christophe Giboudeaux <christophe@krop.fr>
- Fix installation conflicts with soapysdr0.7-module-remote.
- Add Provides/Obsoletes to avoid issues with future updates.
* Thu Jul 22 2021 Wojciech Kazubski <wk@ire.pw.edu.pl>
- New package soapysdr-remote-server splitted off.
- Systemd files installed as a part of server package.
* Tue Jul 06 2021 Wojciech Kazubski <wk@ire.pw.edu.pl>
- SoapySDR version bumped to 0.8
* Tue Feb 23 2021 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 0.5.2
* Support more than 31 clients in SSDP endpoint
* Handle cases where avahi client is null
* Handle EINTR case for SSDP server select
* Fix the scale in CS12 - CF32 conversion
* Protect getServerURLs from re-entrant calls
* Mon Jan 28 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
* Sun Jan 27 2019 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 0.5.1
* Fix SoapyLogAcceptor not closing sockets on shutdown
* Report socket creation errors within SoapyRPCSocket
* MDNS timeout for OSX when no servers are available
* Added explicit compile flags for MSVC needed by common
* Compilation fixes for strerror_r API differences
* Sat Nov 10 2018 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update soapy-module version 0.6 -> 0.7
- Update to version 0.5.0
* Extract repository version and print in SoapySDRServer
* Support stream hardware acceleration with protocol none
* Support for DNS-SD publishing and discovery with avahi
- Update to version 0.4.4
* Report error for SoapyRPCSocket close() failure
* SoapyLogAcceptor fix shutdown when connection is lost
* SoapyRPCUnpacker fix select logic for small timeouts
* Fri Jun 08 2018 wk@ire.pw.edu.pl
- Update to version 0.4.3
+ Added missing remote:prot key to getStreamArgsInfo()
+ Additional timeout for first connect due to ARP delay
+ Disable LogAcceptor during discovery in Release mode
+ SSDP should be quiet when periodic events are disabled
+ Server listener checks socket status and exits on error
+ Additional timeout for discovery and logger unpackers
+ Improved error logger messages with associated url
+ Parameterized connect timeout with remote:timeout arg
+ Reverted accidental change to default timeout constant
* Tue Aug 01 2017 mardnh@gmx.de
- Update to version 0.4.2
+ Fixed timeout problem in log acceptor receiver loop
+ Added server check for slow calls and longer timeout
- This also resolves timeout errors for lengthy calls
+ Added network-online.target for systemd service script
* Fri Jun 09 2017 mardnh@gmx.de
- Update to version 0.4.1
+ Added timeout for logger connect and control unpacker
+ Fixed error log formatting in the client log acceptor
* Fri May 05 2017 mardnh@gmx.de
- Update to version 0.4.0
+ Added support for frequency corrections for fine adjustments
+ Added support forgetSampleRateRange() for continuous ranges
+ Added support for CF32 local format with CS12 remote format
+ Added support for CS16 local format with CS12 remote format
+ Added support for CS16 local format with CS8 remote format
+ readStream thread support for SOAPY_SDR_END_ABRUPT flag
+ readStream thread apply second SOAPY_SDR_END_BURST flag
+ Added timeout to socket connect and factory calls
+ Support range with step size (backwards compatible)
+ Added tcp support for streaming via remote:prot=tcp
+ Support for bulk register read/write interface APIs
* Wed Apr 19 2017 mardnh@gmx.de
- renamed packages according the debian package name from upstream
* Fri Apr 14 2017 mardnh@gmx.de
- Update to version 0.3.2 (tagged release)
- renamed package from SoapyRemote to soapy-remote
- specfile cleanup
* Tue Dec 08 2015 mardnh@gmx.de
- Update to version 0.1.0.git1448155900.71f7183:
+ remote: support apis to query agc and clock rates
+ remote: sockaddr class and sento/recvfrom
+ soapy: move url utils into class
+ soapy: forward declare thread in headers
+ soapy: set errno on lookup failure
+ soapy: work on ssdp multicast discovery
+ soapy: moved several calls into info utils
+ soapy: common endpoint class for SSDP
+ remote: should be mostly working now
+ remote: cleanup and search/notify asap
+ remote: generate and reuse type 1 UUID for server
+ remote: fixing up uuid implementation
+ remote: constants for the SSDP connection
+ remote: fix socket calls for msvc types
+ remote: SSDP endpoint reference counted singleton
+ remote: v6 multicast fixes and scoped addresses
+ remote: fixes for compiling on OSX
+ remote: fix issue with the forward declares (osx)
+ soapy: SO_REUSEPORT for osx when using multicast
+ remote: send multicast notification for msearch as well
+ remote: logger prints, and common header handler
+ remote: constants for notify alive and byebye
+ remote: client-side arg info calls implemented
+ remote: server-side handling for new info calls
+ remote: support native format in stream calls
+ remote: added new call support to changelog
+ remote: blacklist for failed groups
+ remote: hold a static instance in the client
+ remote: fix lock scope in getStreamArgsInfo()
+ remote: added entry to changelog for SSDP
+ remote: improve error reporting in socket wrapper
+ remote: fix error reporting for other socket calls
+ remote: same reporting for setting buffer size
+ remote: matching error reporting in endpoint
+ remote: osx manual interface selection work-around
+ remote: debug prints for getDefaultIfaceIndex()
+ remote: automatic stream close on SOAPY_REMOTE_UNMAKE
+ remote: default interface filter on ipv6 as well
+ remote: improved logging and socket buffer resize calls
+ remote: fix formatToSize for complex-12bit
+ remote: Support CU8 native conversion to CF32
+ remote: Use formatToSize() from SoapySDR library
+ travis: created a travis ci config for soapy remote
+ travis: added travis build status to readme
+ travis: unit check that driver loads
+ remote: support VC11 by using isspace instead
* Mon Oct 12 2015 mardnh@gmx.de
- initial package
/usr/bin/SoapySDRServer /usr/lib/sysctl.d/SoapySDRServer.conf /usr/lib/systemd/system/SoapySDRServer.service /usr/sbin/rcSoapySDRServer /usr/share/doc/packages/soapy-remote-server /usr/share/doc/packages/soapy-remote-server/Changelog.txt /usr/share/doc/packages/soapy-remote-server/README.md /usr/share/licenses/soapy-remote-server /usr/share/licenses/soapy-remote-server/LICENSE_1_0.txt /usr/share/man/man1/SoapySDRServer.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:16:51 2026