Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/man/libipc.7.md

36 lines
651 B
Markdown

---
title: libipc
header: libipc Manual
footer: libipc
date: 2018-11-20
section: 7
...
# NAME
libipc - Simple, easy-to-use IPC library
# SYNOPSIS
**`#include <ipc.h>`**
**`...`**
# DESCRIPTION
**libipc** is a library that provides interprocess communication medium between applications.
It provides both client and server code.
# USAGE
# NOTES
# SEE ALSO
# BUGS & LIMITATIONS
- Documentation is currently limited.
- Rerouting IPC connexions through other services (for example, through a network bridge service) is currently not possible.
- Errors management is currently limited, and precise errors cannot be distinguished.