A Simple Named Pipes Java IPC Library

A simple library for communicating between java processes using named pipes.

License

License

GroupId

GroupId

io.github.pirocks
ArtifactId

ArtifactId

named-pipes-ipc-lib
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

A Simple Named Pipes Java IPC Library
A simple library for communicating between java processes using named pipes.
Project URL

Project URL

https://github.com/pirocks/simple-named-pipes-ipc
Source Code Management

Source Code Management

https://github.com/pirocks/simple-named-pipes-ipc.git

Download named-pipes-ipc-lib

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.pirocks/named-pipes-ipc-lib/ -->
<dependency>
    <groupId>io.github.pirocks</groupId>
    <artifactId>named-pipes-ipc-lib</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pirocks/named-pipes-ipc-lib/
implementation 'io.github.pirocks:named-pipes-ipc-lib:0.0.2'
// https://jarcasting.com/artifacts/io.github.pirocks/named-pipes-ipc-lib/
implementation ("io.github.pirocks:named-pipes-ipc-lib:0.0.2")
'io.github.pirocks:named-pipes-ipc-lib:jar:0.0.2'
<dependency org="io.github.pirocks" name="named-pipes-ipc-lib" rev="0.0.2">
  <artifact name="named-pipes-ipc-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pirocks', module='named-pipes-ipc-lib', version='0.0.2')
)
libraryDependencies += "io.github.pirocks" % "named-pipes-ipc-lib" % "0.0.2"
[io.github.pirocks/named-pipes-ipc-lib "0.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.11
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.11
junit : junit jar 4.12
io.github.pirocks : simple-named-pipes-lib jar 0.0.5

Project Modules

There are no modules declared in this project.

simple-named-pipes-ipc

A (hopefully) simple library for interprocess communication between 2 processes in java. Processes can send messages containing primitive types, arrays, or serializable objects, on various channels. Processes can reply to messages and await replies. As the name suggests this library uses named pipes to transfer data to/from processes.

<dependency>
  <groupId>io.github.pirocks</groupId>
  <artifactId>named-pipes-ipc-lib</artifactId>
  <version>0.0.2</version>
</dependency>

Versions

Version
0.0.2
0.0.1