Skip to content

Simple interprocess communication framework suitable for either Linux/Mono or Windows/.Net used by FLExBridge.

License

Notifications You must be signed in to change notification settings

sillsdev/ipcframework

Repository files navigation

IPCFramework

This project provides a simple C# interprocess communication mechanism that works on both Windows/.Net and Linux/Mono. The Windows side is implemented using the WCF NetNamedPipe feature. The Linux side is implemented with Unix Domain Sockets.

This is specifically used by FLExBridge.

Build

On Windows or Linux, build the solution IPCFramework.sln in Visual Studio/ VSCode/Rider, or use the command line:

msbuild /t:restore,build IPCFramework.sln

About

Simple interprocess communication framework suitable for either Linux/Mono or Windows/.Net used by FLExBridge.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 6

Languages