Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 308 Bytes

IpcPythonCS

Interprocess communication implementation between C# and Python.

The source code is published under MIT License.

About

This is a prerelease. Detailed instructions will be updated later.

Quick Start

An example calculator (addition and subtraction) using IPC is included in the solution.