Skip to content

Fast Inter-Process Communication (IPC) library on Windows in multiple programming languages.

Notifications You must be signed in to change notification settings

auoresee/namedpipeipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Readme

Fast Inter-Process Communication (IPC) library on Windows in multiple programming languages.

Windows上で名前付きパイプを用いた高速なプロセス間通信を可能にするライブラリです。

How to use

C++

  1. Install Boost
  2. Download JSON library nlohmann/json.hpp from https://github.com/nlohmann/json
  3. Include cpp/include/named_pipe_ipc.hpp

Python

  1. Place python/namedpipeipc directory in your include path
  2. import namedpipeipc

About

Fast Inter-Process Communication (IPC) library on Windows in multiple programming languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published