vuos-umvu

Virtual Operating System at user space: umvu hypervisor

Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines

libmarkdown-render-perl

module to render markdown using Text::Markdown::Discount or GitHub API

Markdown::Render provides both a Perl module and a command line tool to render markdown as HTML using either Text::Markdown::Discount or GitHub's API. They can replace tags included in the markdown with a number of different types of metadata.

gnome-connections

Simple GNOME app to access remote computers

GNOME Connections is a desktop client to view or use remote computers using VNC or RDP. The app is intentionally simple and easy to use.

libervia-cli

Libervia XMPP-based communication and sharing tool (command-line interface)

Libervia is a multi-frontends, multi-purposes communication tool, based on the XMPP standard. It features: * instant messaging * microblogging * file sharing * games * group permissions (share what you want with the people you choose) * interaction with other networks (IRC, StatusNet, other XMPP networks) * email client access (use your favorite mail user agent (MUA) to communicate on the supported networks) * extensible design

libervia-tui

Libervia XMPP-based communication and sharing tool (console interface)

Libervia is a multi-frontends, multi-purposes communication tool, based on the XMPP standard. It features: * instant messaging * microblogging * file sharing * games * group permissions (share what you want with the people you choose) * interaction with other networks (IRC, StatusNet, other XMPP networks) * email client access (use your favorite mail user agent (MUA) to communicate on the supported networks) * extensible design

python3-aiortsp

Asyncio-based RTSP library

This library enables interaction with RTSP servers using Python's asyncio framework. It provides low-level control over RTSP connections and sessions, along with basic support for RTP/RTCP. Users can handle received RTP packets, allowing for custom decoding or processing according to their needs.