libgnuradio-runtime3.10.3

gnuradio core runtime

Top level component library. Defines core blocks. Handles settings for logging, performance counters, and control port. Part of the main gnuradio build.

libgnuradio-soapy3.10.3

gnuradio SoapySDR support

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

chaos-marmosets

Small chaos monkey programs

This project contains small programs that behave badly. They can be used for chaos engineering to test the system behavior and the infrastructure setup for those cases.

libiceoryx-binding-c2

C bindings for the zero-copy inter-process communication library

Iceoryx is an inter-process communication (IPC) middleware for POSIX based operating systems. It features shared memory capabilities which allow a true zero-copy data transfer.

python3-slow5

Python3 modul for reading & writing SLOW5 files

Slow5lib is a software library for reading & writing SLOW5 files. Slow5lib is designed to facilitate use of data in SLOW5 format by third- party software packages. Existing packages that read/write data in FAST5 format can be easily modified to support SLOW5.

python3-aiotask-context

Store context information inside the asyncio.Task object

This library is used to pass information between coroutine calls without the need to do it explicitly using the called coroutine args.