Skip to content

a tiny pipe ipc framework using iocp in win32 and provider easy use API

Notifications You must be signed in to change notification settings

fangqing/PipeLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

PipeLink

a tiny pipe ipc framework using iocp in win32 and provider easy use api.

Src\pipe_imp:
​ the implement of pipe communication using iocp

Src\pipe_imp\PipeApi.h:
​ C style interface which is a simply warpper of the CPipeLink Class.

Src\PipeClient: the demo client source.
Src\PipeServer: the demo server source.

you should call "InitPipe"  when application launch and call"UnInitPipe" when application exit.

About

a tiny pipe ipc framework using iocp in win32 and provider easy use API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published