SFSC:sfsc

Shop Floor Service Connector

License

License

GroupId

GroupId

com.github.nalim2
ArtifactId

ArtifactId

sfsc
Last Version

Last Version

0.1.10
Release Date

Release Date

Type

Type

pom
Description

Description

SFSC:sfsc
Shop Floor Service Connector
Project URL

Project URL

https://www.isw.uni-stuttgart.de/forschung/steuerungsarchitekturen/SFSC/
Source Code Management

Source Code Management

https://github.com/nalim2/SFSC

Download sfsc

Filename Size
sfsc-0.1.10.pom 9 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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.

Versions

Version
0.1.10
0.1.9
0.1.7
0.1.6
0.1.1
0.1.0