python3-siobrultech-protocols
Library for decoding Brultech device protocols
This library provides support for decoding packet formats from Brultech
Research devices, including GEM and ECM monitors. Utilizing the Sans-I/O
philosophy, users manually manage data transfer between network interfaces and
the library. This flexibility allows integration with various I/O and
concurrency libraries, enabling seamless use of this library with both
synchronous and asynchronous frameworks. It supports a basic set of API calls
for interacting with devices, allowing configuration and data retrieval tasks
such as adjusting packet formats and synchronizing device clocks. A robust
mechanism is available for invoking custom API calls beyond the built-in set.
For systems with multiple devices on the same connection, device-specific API
commands can be issued using their unique identifiers.
libgnuradio-channels3.10.1
gnuradio channels functions
Some channel oriented processing blocks.
These functions are also in gnuradio-core.
Part of the main gnuradio build.
alicevision
Photogrammetric Computer Vision Framework
AliceVision aims to provide strong software basis with state-of-the-art
computer vision algorithms that can be tested, analyzed and reused. The project
is a result of collaboration between academia and industry to provide
cutting-edge algorithms with the robustness and the quality required for
production usage.
python3-clang-17
Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
libgmsh4.13
Three-dimensional finite element mesh generator shared library
Gmsh is a 3D finite element grid generator with a build-in CAD engine
and post-processor. Its design goal is to provide a fast, light and
user-friendly meshing tool with parametric input and advanced
visualization capabilities. Gmsh is built around four modules: geometry,
mesh, solver and post-processing. The specification of any input to
these modules is done either interactively using the graphical user
interface or in ASCII text files using Gmsh's own scripting language.
python3-aioquic
Python implementation of QUIC and HTTP/3
Library for the QUIC network protocol in Python. It features
a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.