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.
<dependency>
<groupId>io.github.pirocks</groupId>
<artifactId>simple-named-pipes-lib</artifactId>
<version>0.0.1</version>
</dependency>