Efficient reliable UDP unicast, UDP multicast, and IPC message transport
-
Updated
May 29, 2022 - Java
{{ message }}
Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
A Manageable, Measurable and Traceable Node.js Application Manager represented by Alibaba powered by TypeScript
Andromeda simplifies local/remote communication for Android modularization
K8Cscan大型内网渗透自定义插件化扫描神器,包含信息收集、网络资产、漏洞扫描、密码爆破、漏洞利用,程序采用多线程批量扫描大型内网多个IP段C段主机,目前插件包含: C段旁注扫描、子域名扫描、Ftp密码爆破、Mysql密码爆破、Oracle密码爆破、MSSQL密码爆破、Windows/Linux系统密码爆破、存活主机扫描、端口扫描、Web信息探测、操作系统版本探测、Cisco思科设备扫描等,支持调用任意外部程序或脚本,支持Cobalt Strike联动
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Since we have some CMake code to maintain, it make sense to enforce on this code also code quality rules like we do with the C++ code.
A possible tool-framework could be cmakelang which offers tooling for formatting and linting CMake Code properly.
Other suggestions are always welcome.
Mappedbus is a low latency message bus for Java microservices utilizing shared memory. http://mappedbus.io
Simplified IPC communication for Electron apps
eCAL - enhanced Communication Abstraction Layer. A fast publish-subscribe cross-plattform middleware using Shared Memory and UDP.
Rapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (between processes). Written from scratch.
YARP - Yet Another Robot Platform
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
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.
C# Server UNISTACK framework [MOVED]
Android上简单实现四大组件的插件化,供学习使用
Fast C++ IPC using shared memory
A tool to capture communication between Chromium processes on Windows
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
Pyro 5 - Python remote objects for modern python versions
Add a description, image, and links to the ipc topic page so that developers can more easily learn about it.
To associate your repository with the ipc topic, visit your repo's landing page and select "manage topics."
Motivation
I recently ran into an issue where an exception thrown in Micrometer caused my request to break. The actual issue I ran into is not in reactor although reactor was used. However as reactor uses Micrometer as well and e.g. [here|https://github.com/reactor/reactor-netty/blob/main/reactor-netty-core/src/main/java/reactor/netty/channel/AbstractChannelMetricsHandler.java] there also does