Skip to content

Commit e1ae4bb

Browse files
authored
Update README.md
1 parent fc5f280 commit e1ae4bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# IPCplusplus
2-
IPC c++ wrapper
2+
header-only C++ library that wraps System V IPC and POSIX IPC.
3+
4+
### Components
5+
1. **System V IPC Wrappers**
6+
- Message Queue ([bpfapture.h](https://github.com/JHLeeeMe/IPCplusplus/blob/master/include/ipcplusplus/sysv/sysv_mq.h))
7+
- To do
8+
2. **POSIX IPC Wrappers**
9+
- To do
10+
11+
### Dependencies
12+
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).

0 commit comments

Comments
 (0)