IDSCP Protocol Library

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

License

License

GroupId

GroupId

de.fhg.aisec.ids
ArtifactId

ArtifactId

ids-api
Last Version

Last Version

2.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-api

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
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
com.fasterxml.jackson.core : jackson-annotations jar 2.10.2
org.checkerframework : checker-qual jar 2.5.2
de.fraunhofer.iais.eis.ids.infomodel » java jar 3.0.0

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
2.1.0
2.0.1