Registry / messaging / cpp-ipc

cpp-ipc

JSON →
library1.4.1vcpkgunverified

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.

vcpkg install cpp-ipc
INSTALL
IMPORT
SIG · CPP-IPC
C
cpp-ipc
messagingcppv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpp-ipc/ipc.h
#include <cpp-ipc/ipc.h>

Send a message via shared memory IPC channel

#include <cpp-ipc/ipc.h> #include <iostream> int main() { ipc::channel ch("my_channel"); std::string msg = "Hello from process"; ch.send(msg.data(), msg.size()); std::cout << "Message sent" << std::endl; return 0; }
Debug
Known issues
gotchaRequires platform-specific shared memory configuration on Linux (e.g., /dev/shm) and Windows (page file).
fix
Ensure the shared memory directory exists and has appropriate permissions.
affects: *
Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
21
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

cpp-ipc — pip install cpp-ipc · libregistry