Menu

Home

Andrei Ivan

Welcome to the C Program Foundation project!

This is a little collection of utilities that help you make your first steps towards a productive embedded system programming. These are the following:

Logger

Easy to use logging facilities.

http://www.mission-base.com/peter/source/

Program Base Library - lists, heaps, sets and more

This project internally uses the "PBL - The Program Base Library",
created by Peter Graf. This library is also compiled and exported for future 
linking to other programs. Thank you Peter for creating this library!

Shared Memory Library

Library intended to ease the communication task between the processes.
The main idea is that a user can create one or more shared memory
areas where the programs exchange data. They can be aware of data
changes by making pools in a while loop. Every access to the shared
zone is conditioned by acquiring a semaphore lock. Data in the 
memories can be easily saved to a file. Each method is thread safe
so concurrency related problems are solved by the library.

Project Admins:


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.