ipcsocket

IPC: Unix Domain Socket and Windows Named Pipes for Java

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования
Группа

Группа

ch.epfl.scala
Идентификатор

Идентификатор

ipcsocket
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

ipcsocket
IPC: Unix Domain Socket and Windows Named Pipes for Java
Ссылка на сайт

Ссылка на сайт

https://github.com/scalacenter/ipcsocket
Организация-разработчик

Организация-разработчик

Scala Center
Система контроля версий

Система контроля версий

https://github.com/scalacenter/ipcsocket

Скачать ipcsocket

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/ch.epfl.scala/ipcsocket/ -->
<dependency>
    <groupId>ch.epfl.scala</groupId>
    <artifactId>ipcsocket</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/ipcsocket/
implementation 'ch.epfl.scala:ipcsocket:1.0.1'
// https://jarcasting.com/artifacts/ch.epfl.scala/ipcsocket/
implementation ("ch.epfl.scala:ipcsocket:1.0.1")
'ch.epfl.scala:ipcsocket:jar:1.0.1'
<dependency org="ch.epfl.scala" name="ipcsocket" rev="1.0.1">
  <artifact name="ipcsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='ipcsocket', version='1.0.1')
)
libraryDependencies += "ch.epfl.scala" % "ipcsocket" % "1.0.1"
[ch.epfl.scala/ipcsocket "1.0.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 4.5.0
net.java.dev.jna : jna-platform jar 4.5.0

test (1)

Идентификатор библиотеки Тип Версия
com.novocode : junit-interface jar 0.11

Модули Проекта

Данный проект не имеет модулей.

IPC Socket

IPC Socket is a Java wrapper around interprocess communication (IPC) using java.net.ServerSocket and java.net.Socket as the API.

On Unix-like systems, it uses Unix Domain Socket. The path is a filesystem path name.

On Windows, IPC is implemented using Named Pipe. The path must refer to an entry in \\?\pipe\ or \\.\pipe\.

See unit tests for the details.

Module ID

libraryDependencies += "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.0.0"

Why not just use TCP/IP?

TCP/IP is open to everyone on the network, if someone can get hold of your machine, the person could connect to it. This raises security concerns for some usages (like build tools) since it could lead to arbitrary code execution if used without authentication.

License

Apache v2

The server socket code was originally taken from Nailgun project, and client-side was added.

ch.epfl.scala

Scala Center

Версии библиотеки

Версия
1.0.1