libwebsockets16

lightweight C websockets library

Libwebsockets is a lightweight pure C library for both websockets clients and servers built to use minimal CPU and memory resources and provide fast throughput in both directions.

libminini1

minimal INI file parser

minIni is a programmer's library to read and write "INI" files in embedded systems. minIni takes little resources, has a deterministic memory footprint and can be configured for various kinds of file I/O libraries. The principal purpose for minIni is to be used on embedded systems that run on an RTOS (or even without any operating system). minIni requires that such a system provides a kind of storage and file I/O system, but it does not require that this file I/O system is compatible with the standard C/C++ library.

libgctp-2.0.0

General Cartographic Transformation Package Library

The General Cartographic Transformation Package (GCTP) is a system of software routines designed to permit the transformation of coordinate pairs from one map projection to another. The GCTP is the standard computer software used by the National Mapping Division for map projection computations.

libprotobuf-lite22

protocol buffers C++ library (lite version)

Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.

pdudaemon-client

client for pdudaemon

Pdudaemon provides a standard way of controlling power controllers, which can either be local devices or networked PDUs. On top of that it ensures the control commands to the PDU are executed sequentially to avoid issues with many PDUs in handling multiple parallel requests.

libsbt-template-resolver-java

Sbt template resolver

This is a contract interface for template resolver. A template resolver is a partial function that looks at the arguments after sbt new and determines whether it can resolve to a particular template.