#
interprocess-communication
Here are
137 public repositories
matching this topic...
eCAL - enhanced Communication Abstraction Layer. A fast publish-subscribe cross-plattform middleware using Shared Memory and UDP.
YARP - Yet Another Robot Platform
IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
.NET Core Inter-process communication framework
Fast C++ IPC using shared memory
A cross-platform shared memory queue for fast communication between processes (Interprocess Communication or IPC).
IPC.Bond is an extension of IPC library that provides inter-process communication using shared memory on Windows with Bond serialization.
Demonstrates how to use a Mutex in PowerShell
Updated
Jul 19, 2020
PowerShell
⚡ Fast inter-process communication (IPC) using memory mapped file in python
Updated
Oct 22, 2021
Python
Minimal Rust wrapper for using sockets as IPC with file descriptor passing
Updated
Nov 24, 2019
Rust
Simple interprocess communication library with c, c++, nodejs and Java API'S
An API to access OpenAI Gym from other languages via Unix domain sockets
Updated
Mar 7, 2020
Python
mmap backed Arrays for Python
Updated
Feb 18, 2020
Python
A set of classes and modules for .Net development
A library to allow multiple applications to share a single SQLite database
Rich presence for promoting JavaScript Universe.
Updated
Oct 5, 2021
JavaScript
Inter-Process Communication with C++ STL-Like streams through file descriptors
Very simple messaging system
Lightweight framework for interprocess communication for .NET platforms.
Interprocess communication library, providing the ability to call functions from each other
Lightweight library for bidirectional communication between two processes on the same computer. The library is cross-platform compatible, tested with Windows 10 on Intel processer and Ubuntu Mate on a ARM processor. This lib is based on boost interprocess
A simulation for an OS with a scheduler and a memory management system using SystemV IPC.
A PHP extension providing an APCu-compatible API sufficient for LCache.
A secure local interprocess communication library.
Server which handles multiple clients and performs requests according to priority using message queues
AUT Operating Systems Lab course
Flutter app that syncs clipboards between devices in the same local network.
Introduction aux systèmes d'exploitation / Introduction to operating systems
Example of process synchronization using inter-process mutexes, and shared memory
Improve this page
Add a description, image, and links to the
interprocess-communication
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
interprocess-communication
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The current publish/subscribe methods in the the client interfaces (Publish, Unpublish, Subscribe, Unsubscribe) are vague and unintuitive. Rename to (PublishTo, UnpublishFrom, SubscribeTo, UnsubscribeFrom). Update readme.