This repository was archived by the owner on Nov 16, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork12
IPC.Bond is an extension of IPC library that provides inter-process communication using shared memory on Windows with Bond serialization.
License
NotificationsYou must be signed in to change notification settings
microsoft/IPC.Bond
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
IPC.Bond is an extension ofIPC library that provides inter-process communication using shared memory on Windows withBond serialization.
The library is developed and maintained withVisual Studio 2019.In order to build the library you will need to do the following:
- Restore NuGet packages forIPC.Bond.sln.
- Build theBond (only core C++) submodule using helperbond.cmd script.
- Build theIPC submodule usingIPC.sln (Transport.csproj only).
- Build theIPC.Bond.sln.
Start withexamples,C++ andC# tests.
This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under theMIT License.