Showing 134 open source projects for "ipc"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    Xyris

    Xyris

    The Xyris Kernel

    Xyris is a microkernel-based operating system developed with a focus on modularity, simplicity, and modern code practices. Written in C++, Xyris separates drivers and system services into isolated components using message passing, in line with microkernel philosophy. It’s designed as a research and hobbyist OS, with a clean codebase and early implementations of multitasking, system calls, and filesystem abstractions. Xyris serves as a foundation for further exploration into reliable OS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Ribbon

    Ribbon

    Ribbon is an inter process communication library

    Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. Ribbon comprises of multiple components some of which are used in production internally and some of which were replaced by non-OSS solutions over time. This is because Netflix started moving into a more componentized architecture for RPC with a focus on single-responsibility modules. So each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XNU

    XNU

    Legacy mirror of Darwin Kernel

    ...This hybrid architecture merges the microkernel model’s message-passing flexibility with the monolithic performance and direct hardware control typical of Unix-like systems. XNU handles essential kernel responsibilities such as memory management, multitasking, interprocess communication (IPC), device I/O, system calls, security enforcement, and scheduling across both single and multi-core architectures.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Resea

    Resea

    A microkernel-based hackable operating system

    resea is a small, message-passing-based operating system kernel designed with microkernel principles in mind. Written in C with minimal dependencies, it emphasizes modularity, isolation, and simplicity. resea includes a basic POSIX-like interface and supports multitasking, IPC, and user-space services. It serves as both a microkernel OS experiment and a platform for learning about low-level system design without the complexity of larger operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 5

    mcip

    Management and Control Information Protocol

    MCIP is a lightweight inter-process communication (IPC) system. This project implements a protocol, a daemon and a shared library. It is aimed to be as simple, tiny and fast as possible, so it is adequate for embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WebVisu

    Pure Browser based Visualisation for PLCs

    Framework to enable PLC Visualisations (like Wago 750-841, Beck IPC, CoDeSys 2.3) displayed in a standalone Browser without Java applets. Including Browsers of iPad, iPhone, iPod, Android aso.. Based on HTML5 canvas and Javascript.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    Chromely

    Chromely

    Build cross platform HTML desktop apps on .NET

    For developers who are interested in WebView2 there is EdgeSharp, an offshoot of Chromely. Chromely is a lightweight alternative to Electron.NET, Electron for .NET/.NET Core developers. Chromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps based on Xilium.CefGlue, CefSharp implementations of embedded Chromium (CEF) without WinForms or WPF, but can be extended to use WinForms or WPF. Chromely uses Windows, Linux and MacOS native GUI API as "thin"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ruby System V IPC module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Language Server Protocol

    Language Server Protocol

    Defines a common protocol for language servers

    The Language Server Protocol (LSP) is a specification that standardizes how editors and IDEs communicate with language-smart backends over JSON-RPC. It defines capabilities such as completion, hover information, signature help, go-to definition, find references, diagnostics, code actions, formatting, rename, semantic tokens, and more. By decoupling tooling from individual editors, a single language server can power multiple clients, dramatically reducing duplicated effort across ecosystems....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Aleth

    Aleth

    Aleth – Ethereum C++ client, tools and libraries

    The collection of C++ libraries and tools for Ethereum, formerly known as cpp-ethereum project. This includes the full Ethereum client aleth. Git and GitHub are used to maintain the source code. The --recursive option is important. It orders git to clone additional submodules to build the project. If you missed --recursive option, you are able to correct your mistake with command git submodule update --init. CMake is used to control the build configuration of the project. Latest version of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cardano SL

    Cardano SL

    Cryptographic currency implementing Ouroboros PoS protocol

    ...The node no longer incorporates wallet or explorer functionality. The wallet backend and explorer backend are separate components that run in separate external processes that communicate with the node via local IPC. The new Cardano implementation consists of more granular components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Kubectl-debug

    Kubectl-debug

    Out-of-tree solution for troubleshooting running pods

    kubectl-debug is an out-of-tree solution for troubleshooting running pods, which allows you to run a new container in running pods for debugging purposes (examples). The new container will join the pid, network, user and IPC namespaces of the target container, so you can use arbitrary trouble-shooting tools without pre-installing them in your production container image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    asapp

    Asynchronous application framework built upon boost Asio

    Asapp is a framework for developing applications using the boost asio library. It has everything you need to quickly get an asio based application up and running so that you can focus on the application logic and not the asio plumbing. Asapp provides a number of classes to extend the feature set of asio. It strives to fit alongside the asio library and it tries not to limit access to any features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    easel

    Simple CAD

    MIGRATED TO https://gitlab.com/wef/easel This is a C version of a program I wrote in 1983/4 for Pascal on the HP9836 computers (Motorola 68xxx). The C version originally ran on the HP IPC in 1985 and on HP-UX on HP9000 200/300/500 computers in 1985 before being ported to SunOS in 1993 and Linux some time in the 90's using the Athena widget toolkit. The modern Athena toolkey apparently has a bug in the XawTextSetSelection() call which causes a crash when creating the dialog for loading files. So I gave up on that and the current code runs on glade-3/gtk-33. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Enduro/X

    Middleware for high-performance multi processing

    Enduro/X is middleware and application server for distributed transaction multi-processing. It supports C/C++/Go/Perl/PHP for doing cross process IPC. The middlware allows programmers to easily write a micro-services based software, mix the languages and control all different language processes with single administration interface. The system uses proven XATMI interface for IPC API. The services in system are fault tolerant, self healing, real time ready. Enduro/X runs on all major UNIX/Linux Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    XFreq

    a UNIX GUI to monitor Core i7 & Core 2 processors

    XFreq provides a GUI to monitor the Processor frequencies (including Turbo Boost), the temperatures, C-States; and to alter the operational features of the Intel Core i7 processor. XFreq is also programmed for Core 2 and other Intel 64-bits architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ipc-quartztime

    ipc-quartztime

    inter process communication library based on POSIX

    ipc-quartztime is an inter process communication library based on shared memory, mutexes and signals. ipc-quartztime is intended for high-speed and high-throughput communication between processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Cross-Platform Message Queue

    A cross platform message queue (IPC)- This is part of boost library

    This a library that can be used for inter-process communication. It implements a cross-platform message queue. This library was extracted from boost library and it is headers only , so it does not need linking with any library at runtime. (I removed boost autolinking)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    IPC Reader

    IPC Reader

    Inter-Process Communications

    Use Java to exchange data between programs written in ANY programming language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    simple-fork-php

    simple multi process manager based on pcntl

    ...You must consider that how to recover zombie process, interprocess communication and so on. Especially handle the process signal. SimpleFork framework provide several interfaces which like Java and solutions in process collect, sync and IPC. You do not need to consider that how to control multi-process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    M3-IPC

    M3-IPC: A Communication Tool for Distributed Virtualization

    M3-IPC transparently allows communication between processes of several isolated and distributed Virtual Operating Systems (VOS) which share the same cluster. Its semantics mimics the communication facilities used by a multi-server OS but within the Linux kernel, and extends IPC to processes located on different hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    AsioExpress

    Application framework for the boost asio library.

    ...AsioExpress provides a number of classes to extend the feature set of asio. It strives to fit alongside the asio library and it tries not to limit access to any features. Features include: robust error handling, TCP client/server API, IPC client/server API, synchronization primitives, extended timer support, async logging, internal services, and coroutine support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AMOn+: Cultural Variations in IPC
    We present Activity Model Ontology(AMOn+)which is developed by an international and multi-disciplinary team using a theory-driven approach to conceptualise cultural variations in interpersonal communication for augmenting user-generated content. Specifically we have utilised established theories on culture to provide base knowledge structure to the conceptualization. For extending the base structure and to achieve more concrete conceptualization, we have utilized DBpedia.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB