Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longhao-chen/ipc-framework
Linux下进程通信的一个框架
https://github.com/longhao-chen/ipc-framework
Last synced: about 2 months ago
JSON representation
Linux下进程通信的一个框架
- Host: GitHub
- URL: https://github.com/longhao-chen/ipc-framework
- Owner: Longhao-Chen
- License: mpl-2.0
- Created: 2023-09-21T16:17:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-30T02:55:03.000Z (about 1 year ago)
- Last Synced: 2023-12-30T03:33:00.172Z (about 1 year ago)
- Language: C++
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# IPC-framework
一个在 UNIX/Linux 上的进程间通信框架
目前已有的后端: UNIX域套接字(UDS)、共享内存(SHM)
# 安装
```
sudo make install
```# 卸载
```
sudo make uninstall
```# 示例和文档
见 `doc` 目录下