A C++ based lightweight, non-invasive SCA (Service Component Architecture) runtime. Optimized for the use in the embedded domain.
We are proud to announce release 0.8 of Trentino
Release 0.8 adds a major feature to Trentino. With Service discovery, configuration, deployment and operation of Services on devices is made simple and cost efficient.
Suite of Linux libs: logger, collections, sharedmemory lib
Includes:
SharedMemory Library
Library intended to ease the communication task between the processes.
The main idea is that a user can create one or more sharedmemory
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.
This project designs the oswrap including task scheduler, timer, semaphore, mailbox, wait, memory key components. Support Linux and windows platform and distributed system.