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
- Host: GitHub
- URL: https://github.com/maxdcb/libpipehandler
- Owner: maxDcb
- Created: 2023-05-07T16:06:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T08:55:36.000Z (about 1 year ago)
- Last Synced: 2025-09-12T05:53:48.226Z (9 months ago)
- Topics: pipe, smb, windows
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.