A minimalistic cross-platform remote procedure call library that works over the standard input/output of processes.
When you require Inter-process communication (IPC) on .NET across Windows, Linux and macOS for controlling a subprocess. Pipes would be easier, but is unsupported on Mono.
See the Samples
folder. Contains a basic 'Server' and subprocess 'Client' that implements a basic 'Add' function.
Available at the Project Limitless Documentation site.
A part of Project Limitless