Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
hardware:sdr
soapy-remote
soapy-remote.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File soapy-remote.changes of Package soapy-remote
------------------------------------------------------------------- Mon Feb 26 13:41:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> - Use %autosetup macro. Allows to eliminate the usage of deprecated PatchN. ------------------------------------------------------------------- Wed Nov 17 10:38:32 UTC 2021 - Johannes Segitz <jsegitz@suse.com> - Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_SoapySDRServer.service.patch ------------------------------------------------------------------- Wed Oct 13 11:30:51 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> - Also make sure soapy-remote-server replaces soapysdr0.7-module-remote. ------------------------------------------------------------------- Tue Oct 12 11:42:20 UTC 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 14:32:06 UTC 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 6 12:03:12 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl> - SoapySDR version bumped to 0.8 ------------------------------------------------------------------- Tue Feb 23 19:11:36 UTC 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 10:21:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de> - Use noun phrase in descriptions. ------------------------------------------------------------------- Sun Jan 27 09:30:08 UTC 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 12:50:49 UTC 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 8 20:03:36 UTC 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 1 06:09:35 UTC 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 9 13:39:04 UTC 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 5 13:39:36 UTC 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 21:49:21 UTC 2017 - mardnh@gmx.de - renamed packages according the debian package name from upstream ------------------------------------------------------------------- Fri Apr 14 19:33:18 UTC 2017 - mardnh@gmx.de - Update to version 0.3.2 (tagged release) - renamed package from SoapyRemote to soapy-remote - specfile cleanup ------------------------------------------------------------------- Tue Dec 08 20:59:42 UTC 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 18:20:44 UTC 2015 - mardnh@gmx.de - initial package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor