Found 436 packages
24.8.10.9-HiNetCoreAssembly-MD5【je00hcciEYMeOTTLfLWU3A==】
Package Description
Package Description
Nethereum.JsonRpc IpcClient for NamedPipes and UnixSockets Class Library
A IFormatter interface for serialization/deserialization
Features: - Create named pipe servers that can handle multiple client connections simultaneously. - Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. - Async - Requires .NET Standard 2.0 - Supports large messages - up to 300 MiB. - Server restart automatically - Automatically wait for the release of the pipe for the server, if it is already in use - Automatically waiting for a server pipe creating when client connecting - Automatic reconnect with a given interval and at each `client.WriteAsync`, if necessary - Supports variable formatters, default - BinaryFormatter which uses System.Runtime.Serialization.BinaryFormatter inside - Also available ready formatters in separate nuget packages: H.Formatters.Json - Supports `PipeAccessRule`'s(see `H.Pipes.AccessControl` nuget package) or more complex code to access using the `PipeServer.PipeStreamInitializeAction` property
Package Description
A tiny .NET library to do inter-process communication (IPC) between different processes on the same machine.
Package Description
.NET inter process broadcast message bus.
Lightweight and fast inter-process communication IPC between two partners for .NET Framework / .NET 6> / .NETCore 2.0 / .NETStandard 2.0 / UWP. Based on Shared Memory. [512 bytes package in both directions] Remote async and sync calls with response (a la RPC), full-duplex, with the speed of 20 MB/s. Remote async calls without response (a la send and forget), full-duplex, with the speed of 80 MB/s. [10000 bytes package in both directions] Remote async and sync calls with response (a la RPC), full-duplex, with the speed of 320 MB/s. Remote async calls without response (a la send and forget), full-duplex, with the speed of 700 MB/s. [1 byte package in both directions] Remote async and sync calls with response (a la RPC), full-duplex, with the speed of 40000 call/s. Remote async calls without response (a la send and forget), full-duplex, with the speed of 120000 calls/s. and if you need more speed, just add in both processes more SharmIPC instances hhblaze@gmail.com
Package Description
This package adds BinaryFormatter(based on System.Runtime.Serialization.Formatters.Binary.BinaryFormatter)
Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol.
Sers Microservices - Communication Layer
The SharedMemory library provides a set of C# classes that utilise a memory-mapped file for fast low-level inter-process communication (IPC) - specifically for sharing data between processes. It features: * a lock-free FIFO circular buffer * a simple fixed-size generic shared memory array class * a bi-directional RPC implementation (.NET 4.5+ / .NET Standard 2.0+ only) * an implementation of a shared memory buffer for read/write. * support for memory-mapped files in .NET 3.5/4/4.5 and .NET Standard 2.0+ * fast generic structure reading/writing Usage: https://github.com/spazzarama/SharedMemory
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. Messages are sent and received asynchronously on a separate background thread and marshalled back to the calling thread (typically the UI). Supports large messages - up to 300 MiB. Requires .NET 4.0 full.
IPC components for S#.Studio. More info on web site https://stocksharp.com/store/
This package contains the IPC client for the management API of Synapse WFMS
This package contains the IPC client for the runtime API of Synapse WFMS