IDSCP Protocol Library

Contains the WebSocket-based Industrial Data Space Communication Protocol (IDSCP)

License

License

GroupId

GroupId

de.fhg.aisec.ids
ArtifactId

ArtifactId

ids-comm
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

IDSCP Protocol Library
Contains the WebSocket-based Industrial Data Space Communication Protocol (IDSCP)
Project URL

Project URL

https://github.com/industrial-data-space/trusted-connector
Source Code Management

Source Code Management

https://github.com/industrial-data-space/trusted-connector

Download ids-comm

How to add to project

<!-- https://jarcasting.com/artifacts/de.fhg.aisec.ids/ids-comm/ -->
<dependency>
    <groupId>de.fhg.aisec.ids</groupId>
    <artifactId>ids-comm</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.fhg.aisec.ids/ids-comm/
implementation 'de.fhg.aisec.ids:ids-comm:1.1.0'
// https://jarcasting.com/artifacts/de.fhg.aisec.ids/ids-comm/
implementation ("de.fhg.aisec.ids:ids-comm:1.1.0")
'de.fhg.aisec.ids:ids-comm:jar:1.1.0'
<dependency org="de.fhg.aisec.ids" name="ids-comm" rev="1.1.0">
  <artifact name="ids-comm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fhg.aisec.ids', module='ids-comm', version='1.1.0')
)
libraryDependencies += "de.fhg.aisec.ids" % "ids-comm" % "1.1.0"
[de.fhg.aisec.ids/ids-comm "1.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.eclipse.jetty.websocket : websocket-server jar 9.4.20.v20190813
org.eclipse.jetty.websocket : websocket-client jar 9.4.20.v20190813
de.fhg.aisec.ids : ids-api jar 2.1.0
com.github.microsoft : TSS.Java jar 0.3.0
org.apache.logging.log4j : log4j-core jar 2.6.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.6.2
com.google.protobuf : protobuf-java jar 3.10.0
org.asynchttpclient : async-http-client jar 2.4.9
org.checkerframework : checker-qual jar 2.5.2

Project Modules

There are no modules declared in this project.

build

The Trusted Connector is an Apache Karaf-based platform for the Industrial Internet of Things (IIoT). It supports Docker and trust|me as containerization environments and provides the following features:

  • Message routing and conversion between protocols with Apache Camel
  • Apps in isolated containers
  • Data flow- and data usage control
  • An Apache Camel component for secure communication and remote attestation between Connectors.

How to build & run

Please see the Github documentation page

How to contribute

Please refer to the contribution guide

Project structure

├── karaf-assembly Deployable "assembly" with runtime and all modules
├── camel-ids IDS protocol (IDSCP) as an Apache Camel component
├── camel-influxdb Influx DB adapter for Apache Camel. (optional. It is not included in the assembly by default)
├── camel-multipart-processor REST/MultiPart protocol as an Apache Camel component
├── ids-acme ACME 2 client for retrieving TLS certificates for the web console UI
├── ids-api Internal APIs of all IDS connector modules.
├── ids-comm Communication manager, keeping track of IDSCP connections
├── ids-container-manager Management interface to the underlying container management layer (trustme or docker)
├── ids-dataflow-control LUCON data flow policy framework
├── ids-dynamic-tls Fragment bundle to allow refreshing TLS certificates in Jetty web server without restarting
├── ids-infomodel-manager Provides the IDS information model
├── ids-route-manager _Management interface to the underlying message router (Apache Camel)
├── ids-settings Manages connector configuration
├── ids-token-manager Acquires and verifies JWT tokens received from the DAPS server
├── ids-webconsole Management UI for the connector. Is contained in default assembly but could be moved out of it, if a smaller code base is desired
├── jnr-unixsocket-wrapper Helper bundle for UNIX sockets for trustme cmld connection
├── karaf-features-ids Feature definition for Apache Karaf runtime
└── rat_repository Online repository for remote attestation. Actually not part of the Core Platform

de.fhg.aisec.ids

Industrial Data Space

Open Source Repositories of the Industrial Data Space initiative

Versions

Version
1.1.0
1.0.1