SFSC:sfsc

Shop Floor Service Connector

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.1.10
Дата

Дата

Тип

Тип

pom
Описание

Описание

SFSC:sfsc
Shop Floor Service Connector
Ссылка на сайт

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

https://www.isw.uni-stuttgart.de/forschung/steuerungsarchitekturen/SFSC/
Система контроля версий

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

https://github.com/nalim2/SFSC

Скачать sfsc

Имя Файла Размер
sfsc-0.1.10.pom 9 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • proto
  • common-java
  • core
  • docker-core
  • adapter
  • hello-world
  • framework

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