Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhleeeme/ipcplusplus
- Owner: JHLeeeMe
- License: unlicense
- Created: 2024-05-07T04:39:06.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-16T14:46:23.000Z (7 months ago)
- Last Synced: 2024-06-16T16:39:53.430Z (7 months ago)
- Topics: cpp, gtest, header-only, ipc, message-queue, mq, systemv, sysv
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).