https://github.com/pirocks/very-simple-named-pipes-lib
https://github.com/pirocks/very-simple-named-pipes-lib
java named-pipes simple-api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pirocks/very-simple-named-pipes-lib
- Owner: pirocks
- License: apache-2.0
- Created: 2018-12-25T07:45:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T00:55:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T06:56:33.055Z (8 months ago)
- Topics: java, named-pipes, simple-api
- Language: Kotlin
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Very Simple Named Pipes library
A very simple named pipes library. Currently a work in progress, will be the foundation for a more complex library. Jars on Maven central should be working/useable.Features
- opening/closing/creating named pipes on unix systems only
- reading/writing various datatypes.```xml
io.github.pirocks
simple-named-pipes-lib
0.0.1```