File | Date | Author | Commit |
---|---|---|---|
docs | 2015-01-28 |
![]() |
[9aeaf2] - added feature: mcipd TCP server is now able t... |
include | 2019-11-15 |
![]() |
[5d1ce2] change header files needed for libmcip from GPL... |
libmcip | 2017-01-31 |
![]() |
[d5cf5a] do not error in case read() returns EAGAIN or E... |
src | 2017-03-24 |
![]() |
[d8307d] fixed segfault when reading config |
.gitignore | 2012-06-12 |
![]() |
[4b033c] * added new register functions to libmcip with ... |
COPYING | 2012-03-29 |
![]() |
[36a076] initial commit |
Makefile | 2016-01-18 |
![]() |
[a19f3a] cosmetic changes: be generous and use a char fo... |
README.txt | 2012-04-01 |
![]() |
[ae213d] modified doc |
MCIP -- Management and Control Information Protocol =================================================== MCIP is a lightweight inter-process communication (IPC) system. This project implements - a protocol, - a daemon and - a shared library. It is aimed to be as simple, tiny and fast as possible, so it is adequate for embedded systems. Read more in ./docs