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.

messaging
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.

#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 footguns
gotchaRequires platform-specific shared memory configuration on Linux (e.g., /dev/shm) and Windows (page file).
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
20 hits · last 30 days
bytedance
5
gptbot
3
claudebot
3
ahrefsbot
1
Resources

No resource links recorded.