This is a staging site. Uploads will not persist. Testing only.

libgnuradio-soapy3.10.9

gnuradio SoapySDR support

Soapy hardware drivers using the SoapySDR driver framework. Part of the main gnuradio build.

libgnuradio-uhd3.10.9

gnuradio universal hardware driver functions

The gnuradio interface to the UHD library to connect to and send and receive data between to the Ettus Research, LLC product line - including the USRP family of software radio peripheral devices. Part of the main gnuradio build.

libgnuradio-video-sdl3.10.9

gnuradio video functions

Library for handling SDL (Simple DirectMedia Layer) video data. Implements input and output blocks. Part of the main gnuradio build.

libgnuradio-vocoder3.10.9

gnuradio vocoder functions

Library of vocoder blocks, including ulaw, alaw, gsm and codec2. Debian uses external libraries for gsm and codec2.

libite5t64

That missing frog DNA you've been looking for

Libite, or -lite, is a lightweight library of frog DNA. It can be used to fill the gaps in any dinosaur project. It holds useful functions and macros developed by both Finit and the OpenBSD project. Most notably the string functions: strlcpy(3), strlcat(3) and the highly useful *BSD sys/queue.h and sys/tree.h API's.

python3-justbackoff

Simple backoff algorithm

This library provides a practical implementation of a backoff algorithm. It operates by initiating with a minimum delay which is subsequently multiplied by a factor upon each invocation of 'duration()'. The delay is capped at a specified maximum threshold. Users can reset the delay to its initial state by invoking the 'reset()' method. Optionally, 'jitter' can be introduced to introduce randomness into the delay duration, enhancing resilience against concurrent retry storms in distributed systems by randomly staggering retry attempts. This characteristic is particularly useful when establishing connections, providing a structured approach to handling retries. The backoff library can be applied in various scenarios such as network communication attempts, where it communicates with entities like sockets or other network services.