com.github.nalim2:proto

Shop Floor Service Connector

License

License

GroupId

GroupId

com.github.nalim2
ArtifactId

ArtifactId

proto
Last Version

Last Version

0.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

Shop Floor Service Connector

Download proto

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.12.0

Project Modules

There are no modules declared in this project.

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