Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhleeeme/ipcplusplus

System V IPC c++ wrapper
https://github.com/jhleeeme/ipcplusplus

cpp gtest header-only ipc message-queue mq systemv sysv

Last synced: about 17 hours ago
JSON representation

System V IPC c++ wrapper

Awesome Lists containing this project

README

        

# IPCplusplus
header-only C++ library that wraps System V IPC and POSIX IPC.

### Components
1. **System V IPC Wrappers**
- Message Queue ([bpfapture.h](https://github.com/JHLeeeMe/IPCplusplus/blob/master/include/ipcplusplus/sysv/sysv_mq.h))
- To do
2. **POSIX IPC Wrappers**
- To do

### Dependencies
This project uses GoogleTest (gtest) for its testing framework. GoogleTest is distributed under the BSD 3-Clause "New" or "Revised" License. For more details, see [GoogleTest's GitHub repository](https://github.com/google/googletest).