An open API service indexing awesome lists of open source software.

https://github.com/maxdcb/libpipehandler

Simple Client & Server for SMB, named Pipe Communication
https://github.com/maxdcb/libpipehandler

pipe smb windows

Last synced: 8 months ago
JSON representation

Simple Client & Server for SMB, named Pipe Communication

Awesome Lists containing this project

README

          

# 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.