Skip to content
forked from microsoft/IPC

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.

License

Notifications You must be signed in to change notification settings

ara-ayvazyan/IPC

 
 

Repository files navigation

IPC

MIT licensed Build status

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.

Integration with Bond is available at IPC.Bond.

Build

The library is developed and maintained with Visual Studio 2019. To get started, open the IPC.sln file and build the solution. The Boost package will automatically start downloading during the first build.

Getting Started

Start with examples, C++ and C# tests.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • C# 2.7%
  • C 0.1%