mlat-client-adsbfi
ADS-B multilateration client
mlat-client-adsbfi feeds selected messages from an ADS-B receiver
to a multilateration server, and provides access to the results
generated by the server.
ideviceactivation
Command line utility to manage the activation of Apple iOS devices
This project provides an interface to activate and deactivate iOS devices by
talking to Apple's webservice alongside a command-line utility named
ideviceactivation.
python3-pyside6.qtuitools
Python bindings for Qt 6 UiTools module (Python 3)
pyside6 provides Python bindings for Qt 6.x framework.
python3-pyside6.qttest
Python bindings for Qt 6 Test module (Python 3)
pyside6 provides Python bindings for Qt 6.x framework.
libgensio6t64
abstract stream I/O (runtime files)
This library (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.