International-Data-Spaces-Association / trusted-connector

IoT edge platform "Trusted Connector" of the International Data Spaces. Based on Apache Karaf, includes Camel message routing, a Camel component for remote attestation with other connectors, and a management web console.

Home Page:https://industrial-data-space.github.io/trusted-connector-documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

The Trusted Connector is a Spring Boot-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.

The Trusted Connector has acquired the IDS_ready label. Trusted Connector is a composite of the Core Container and the overall system. Please see the online documentation for details.

IDS_ready

How to build & run

Please see the Github documentation page

How to contribute

Please refer to the contribution guide

Project structure

├── 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
├── camel-multipart-processor Apache Camel Processors for contract negotiation and other IDS-specific message types
├── ids-acme ACME 2 client for retrieving TLS certificates for the web console UI
├── ids-api Internal APIs of all IDS connector modules.
├── camel-multipart-processor Central subproject for TC Spring Boot build and configurations
├── ids-container-manager Management interface to the underlying container management layer (trustme or docker)
├── ids-dataflow-control LUCON data flow policy framework
├── 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-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

About

IoT edge platform "Trusted Connector" of the International Data Spaces. Based on Apache Karaf, includes Camel message routing, a Camel component for remote attestation with other connectors, and a management web console.

https://industrial-data-space.github.io/trusted-connector-documentation

License:Apache License 2.0


Languages

Language:Kotlin 77.3%Language:TypeScript 11.1%Language:HTML 6.5%Language:CSS 2.1%Language:Shell 1.4%Language:Python 1.1%Language:Dockerfile 0.4%Language:Prolog 0.2%Language:HCL 0.0%