luksy
offline encryption/decryption using LUKS formats (program)
luksy implements encryption and decryption using LUKSv1 and LUKSv2
formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
actually produce smaller output than input, but it encrypts, and that's
nice.
libuv1t64
asynchronous event notification library - runtime library
Libuv is the asynchronous library behind Node.js. Very similar to libevent or
libev, it provides the main elements for event driven systems: watching and
waiting for availability in a set of sockets, and some other events like timers
or asynchronous messages. However, libuv also comes with some other extras
like:
* files watchers and asynchronous operations
* a portable TCP and UDP API, as well as asynchronous DNS resolution
* processes and threads management, and a portable inter-process
communications mechanism, with pipes and work queues
* a plugins mechanism for loading libraries dynamically
* interface with external libraries that also need to access the I/O.
libosmosccp0
Library for Signalling Connection Control Part (SCCP)
SCCP is a network layer protocol that provides extended routing, flow control,
segmentation, connection-orientation, and error correction facilities in
Signaling System 7 telecommunications networks.
It is heavily used in cellular networks such as GSM.
libosmoxua0
Osmocom SCCP support library for generating and parsing messages
SCCP is a network layer protocol that provides extended routing, flow control,
segmentation, connection-orientation, and error correction facilities in
Signaling System 7 telecommunications networks.
It is heavily used in cellular networks such as GSM.
This library is used to provide generating and parsing message facilities.
osmo-stp
Osmocom SIGTRAN STP (Signaling Transfer Point)
This is the Osmocom (Open Source Mobile Communications) implementation
of a Signaling Transfer Point (STP) for SS7/SIGTRAN telecommunication
networks. At this point it is a very minimal implementation, missing
lots of the functionality usually present in a STP, such as Global Title
Routing, Global Title Translation.
mbpoll
command line utility to communicate with ModBus slave (RTU or TCP)
mbpoll uses libmodbus (http://libmodbus.org/).
Although the syntax of these options is very close modpoll proconX program,
it is a completely independent project.