Skip to content

mpzanoosi/libipceng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libipceng

Library for Linux Inter-Process Communication (IPC): a more beautiful wrapper around posix message queue and shm, and probably simpler!

alt text

Build

mkdir build
cd build
cmake ..
make

Install

cmake -DCMAKE_INSTALL_PREFIX=/path/to/dir/ ..
make
make install

Test

mkdir build
cd build
cmake -DTEST=ON ..
./tests/test_ipceng

About

library for Linux Inter-Process Communication (IPC): simultaneous; asynchronous; based on Linux kernel doubly linked-list

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors