com.github.nalim2:proto

Shop Floor Service Connector

Лицензия

Лицензия

Группа

Группа

com.github.nalim2
Идентификатор

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

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

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

0.1.10
Дата

Дата

Тип

Тип

jar
Описание

Описание

Shop Floor Service Connector

Скачать proto

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.protobuf : protobuf-java jar 3.12.0

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

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

Shop Floor Service Connector

This project aims to provide a user friendly framework to implement a message based, service oriented architecture in the shop floor.

The core requirements are

  • user-friendliness with the support of common patterns like pub sub and client server
  • peer to peer, with no need for central infrastructure
  • possible support of multiple languages
  • low hardware requirements to support embedded devices
  • performance

The middleware is build up from two parts:

  • a "core" which can be run on industry PCs or servers and who is responsible for service registry and message routing
  • a lightweight "adapter" part which can be run anywhere and executes the services

Communication between them can be established via IPC or TCP.

As core libraries, ZMQ and Protobuf are used. The registry is implemented with Hazelcast.

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

Версия
0.1.10
0.1.9
0.1.7
0.1.6
0.1.1
0.1.0