https://github.com/jarikomppa/ipc
Public domain single header inter process communication primitives
https://github.com/jarikomppa/ipc
c cpp ipc linux memory process semaphore sharing windows
Last synced: 16 days ago
JSON representation
Public domain single header inter process communication primitives
- Host: GitHub
- URL: https://github.com/jarikomppa/ipc
- Owner: jarikomppa
- License: unlicense
- Created: 2018-10-12T06:56:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T08:11:33.000Z (over 6 years ago)
- Last Synced: 2025-04-20T10:41:56.240Z (about 1 month ago)
- Topics: c, cpp, ipc, linux, memory, process, semaphore, sharing, windows
- Language: C
- Size: 15.6 KB
- Stars: 136
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - ipc
README
# ipc
Public domain, cross platform, single header inter-process communication primitives.This is a "stb like" public domain header-only C/C++ library that provides
inter process communication functionality, released under unlicense.In Linux and similar, link with "-lpthread -lrt". Windows doesn't need
anything special.See header for documentation.