inter-process-communication
Here are 82 public repositories matching this topic...
A tiny .NET library to do inter-process communication (IPC) between different processes on the same machine.
-
Updated
Mar 9, 2020 - C#
traffic-shm (Anna) is a Java based lock free IPC library.
-
Updated
Aug 21, 2020 - Java
Swift toolkit for passing messages between iOS apps and extensions.
-
Updated
Nov 25, 2020 - Swift
Inter Process Communication (IPC) between Python and Cadence Virtuoso
-
Updated
Dec 22, 2016 - Python
Portable inter-process communication for Lua
-
Updated
Jul 4, 2019 - C
Ruby Mixture with other Programming Languages
-
Updated
Nov 16, 2020 - Ruby
Inter-process Communication
-
Updated
Jan 22, 2019 - JavaScript
Supplementary codes for Linux programming course
-
Updated
Feb 9, 2020 - C
A minimal node.js package that provides an ArrayBuffer that can be used for interprocess-communication.
-
Updated
Jan 19, 2019 - C++
A native PHP, event-driven, preemptive Multitasking Runtime Environment and Service Management System integrated with Zend Framework 3. It's main purpose is to perform multiple tasks (processes) concurrently.
-
Updated
Oct 7, 2018 - PHP
OS abstraction layer and helpers
-
Updated
Aug 28, 2020 - C
Codes for my Operating Systems' Class
-
Updated
Nov 7, 2017 - C
Electron IPC on steroids.
-
Updated
Dec 11, 2020 - TypeScript
High performance resilient API Gateway service providing dynamic routing and filtering of inter process communications contexts in a high availability cluster ecosystem with support for microscervice environments managing the edge to the internal infrastructure.
-
Updated
Nov 2, 2020 - Java
Multiple producers and single consumer problem using shared memory and semaphores
-
Updated
Mar 25, 2019 - C
Some coding experience on creating processes, communication between them and message queue processing.
-
Updated
Apr 8, 2017 - C
Pac-person freespace continuum undiscreted ( PPFCU ) driving and shooting game
-
Updated
Aug 19, 2018 - C++
OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.
-
Updated
Jun 1, 2020
Simple inter-process communication using Socket.io
-
Updated
Jun 27, 2016 - JavaScript
Compressed binary data designed for inter-process communication.
-
Updated
Jul 13, 2017 - PHP
-
Updated
Jan 2, 2016 - C
Repo for the Advance Practical Embedded Systems. Contains work related to Linux kernel, Pthreads, FreeRTOS, etc.
-
Updated
Jan 28, 2019 - C
Simple C++ Communication Manager using Shared Memory
-
Updated
May 16, 2020 - C++
Codes and file for ECEN 5013, Advanced Embedded Software Development. Final project implements a robust client-server module using RF communication, message queues and supporting degraded service with graceful failure.
-
Updated
Nov 3, 2019 - HTML
protobuf-pbop-plugin is a C++ open-source plugin for Google Protocol Buffers which provides inter-process communication (IPC) over Windows Named Pipes. The acronym PBOP is for Protocol Buffers Over Pipe (PBOP)
-
Updated
Jul 25, 2020 - C++
High-performance async semaphore service useable with long string ipc keys stored in memory.
-
Updated
Feb 14, 2017 - C
Improve this page
Add a description, image, and links to the inter-process-communication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inter-process-communication topic, visit your repo's landing page and select "manage topics."


Brief feature description
Iceoryx uses a variety of strings (
std::string,cxx::string<>,cxx::CString100, etc).Once #253 is merged this mishmash should be cleaned-up.
Detailed information
Only use
cxx:string<>or types created from it.No std::string in public API
No more std::strings in code base