Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinybug/named-pipe
https://github.com/tinybug/named-pipe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinybug/named-pipe
- Owner: tinybug
- License: bsl-1.0
- Created: 2021-05-01T06:15:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T06:16:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T20:45:56.422Z (3 months ago)
- Language: C++
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
**Change from [RadicalZephyr/named-pipe](https://github.com/RadicalZephyr/named-pipe.git)**
=================================Named Pipe for Boost.Interprocess
=================================This is the repo for an ISP I'm doing on building a basic
cross-platform named-pipe implementation. One of the design goals is
that it eventually be included in the Boost.Interprocess library.Ideas and suggestions (and pull requests!) welcome!
Thanks for their help in refining the interface to: Rob Stewart and
Edward Diener.Update 8/16/2013
----------------Ok, so I've been convinced by Niall Douglas, and John Vernarchick from
the mailing list that an ASIO implementation is actually the
appropriate way to go. However, since I only have a couple more days
to work on my independent study, I'm going to continue with the raw
implementation for now. I'm going to treat this as research though,
and a generally good learning experience, but the actual code for a
cross-platform named pipe will eventually be based on ASIO code and be
compatible with inclusion in the Boost.ASIO library.