139 skills found · Page 1 of 5
eclipse-ecal / Ecal📦 eCAL - enhanced Communication Abstraction Layer. A high performance publish-subscribe, client-server cross-plattform middleware.
Squadrick / ShadesmarFast C++ IPC using shared memory
cloudflare / Mmap SyncRust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization.
robotology / YarpYARP - Yet Another Robot Platform
kotauskas / InterprocessMultifunctional cross-platform interprocess communication toolkit for Rust.
microsoft / IPCIPC 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.
jacqueskang / IpcServiceFramework.NET Core Inter-process communication framework
aregtech / Areg SDKDistributed C++ services from embedded to enterprise without rewrites
ddeville / LLBSDMessagingInterprocess communication on iOS with Berkeley sockets
csandker / InterProcessCommunication SamplesSome Code Samples for Windows based Inter-Process-Communication (IPC)
cloudtoid / InterprocessA cross-platform shared memory queue for fast communication between processes (Interprocess Communication or IPC).
beejjorgensen / BgipcBeej's Guide to Unix Interprocess Communication source
exxeleron / QPythoninterprocess communication between Python and kdb+
walkor / ChannelInterprocess communication component for workerman
PaddyCahil / Windows Api Function CheatsheetsA reference of Windows API function calls, including functions for file operations, process management, memory management, thread management, dynamic-link library (DLL) management, synchronization, interprocess communication, Unicode string manipulation, error handling, Winsock networking operations, and registry operations.
aws-greengrass / Aws Greengrass NucleusThe Greengrass nucleus component provides functionality for device side orchestration of deployments and lifecycle management for execution of Greengrass components and applications. This includes features such as starting, stopping, and monitoring execution of components and apps, interprocess communication server for communication between components, component installation and configuration management.
daltonmenezes / Interprocess💬 A scalable and type-safe Electron IPC management tool with enhanced DX
lesliexinxin / LeslieXin.SimpleMMF简单、易用的进程间通信框架,基于共享内存实现。 A simple, easy-to-use framework for interprocess communication based on shared memory
slact / Ngx Lua Ipcevent-driven interprocess communication for openresty and the nginx lua module
CharlesJS / SwiftyXPCA wrapper for Apple’s XPC interprocess communication library that gives it a type-safe, easy-to-use interface utilizing Codable and Swift Concurrency.