maxDcb / libPipeHandler

Simple Client & Server for SMB, named Pipe Communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PipeHandler

Requirement

Client can connect and disconnect at any time.

Server can connect and disconnect at any time.

Multiple client should be able to connect to the same server.

Client and Server are monothread.

About

Simple Client & Server for SMB, named Pipe Communication


Languages

Language:C++ 91.6%Language:CMake 8.4%