RSS 4 projects tagged "embedded"

Download No website Updated 15 Mar 2012 DeforaOS libc

Screenshot
Pop 38.00
Vit 1.90

DeforaOS libc is an implementation of the Unix libc essential library. While originally intended to provide a POSIX compatibility layer to DeforaOS, it is also portable for Unix systems. Its small size and kernel abstraction make it suitable for embedded systems, exposing a single API regardless of the kernel used.

Download Website Updated 03 Apr 2013 Embedthis Goahead

Screenshot
Pop 153.88
Vit 4.79

Embedthis GoAhead is a tiny embedded Web server. It is fast, runs in less than 150K, and has been embedded to a wide variety of operating systems and CPUs.

No download No website Updated 16 Feb 2013 libklel

Screenshot
Pop 27.06
Vit 1.82

The KoreLogic Expression Language Library (libklel) is a C library that provides a simple expression language that can be embedded in other programs. It does not implement a full programming language, but rather a simpler expression language called KL-EL that is designed to provide arithmetic and logic operations in situations where embedding a full programming language would be overkill. KL-EL can access functions and variables exported from the embedding program, and is statically and strongly typed, which helps ensure that expressions are valid before they are executed. The embedding API is easy to use, and the library itself is very small.

No download No website Updated 17 Jan 2013 OnPosix

Screenshot
Pop 23.02
Vit 12.36

OnPosix is a tiny library to abstract POSIX mechanisms to C++ developers. Most features offered by this library can be found either inside the Boost library or in a library compliant with the C++11 standard. Unfortunately, however, for some embedded Linux devices, these libraries cannot represent viable solutions, due to the lack of memory space (for the Boost libraries) and the lack of a new C++ compiler (e.g., on Xilinx MicroBlaze). On these platforms, the OnPosix library represents a good and cheap solution to have object-oriented POSIX mechanisms. The library offers support for threads, mutual exclusion, sockets, logging, timing, etc.

Screenshot

Project Spotlight

ora2pg

A tool to easily convert an Oracle database to a PostgreSQL database.

Screenshot

Project Spotlight

PHP based Datagrid

A fully-functional PHP Datagrid in just seven lines of code.