{"id":50646589,"url":"https://github.com/Fraunhofer-AISEC/trusted-connector","last_synced_at":"2026-07-12T14:00:39.837Z","repository":{"id":40563048,"uuid":"102444259","full_name":"Fraunhofer-AISEC/trusted-connector","owner":"Fraunhofer-AISEC","description":"IoT edge platform \"Trusted Connector\" of the International Data Spaces. Based on Spring Boot, includes Camel message routing, a Camel component for IDSCP2 (including remote attestation with other connectors) and a management web UI.","archived":false,"fork":false,"pushed_at":"2024-08-31T15:15:08.000Z","size":114526,"stargazers_count":54,"open_issues_count":6,"forks_count":44,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-02-02T09:28:27.179Z","etag":null,"topics":["acme","camel","camel-component","connector","docker","idscp2","iot","iot-gateway","iot-platform","opc-ua","research-project","spring","spring-boot","trust"],"latest_commit_sha":null,"homepage":"https://industrial-data-space.github.io/trusted-connector-documentation","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fraunhofer-AISEC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-09-05T06:42:37.000Z","updated_at":"2026-01-10T14:35:52.000Z","dependencies_parsed_at":"2023-11-27T15:28:12.071Z","dependency_job_id":"2fd942d1-8541-439a-beff-e65a16c2840d","html_url":"https://github.com/Fraunhofer-AISEC/trusted-connector","commit_stats":null,"previous_names":["industrial-data-space/trusted-connector"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/Fraunhofer-AISEC/trusted-connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Ftrusted-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Ftrusted-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Ftrusted-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Ftrusted-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fraunhofer-AISEC","download_url":"https://codeload.github.com/Fraunhofer-AISEC/trusted-connector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fraunhofer-AISEC%2Ftrusted-connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35393398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acme","camel","camel-component","connector","docker","idscp2","iot","iot-gateway","iot-platform","opc-ua","research-project","spring","spring-boot","trust"],"created_at":"2026-06-07T13:00:30.180Z","updated_at":"2026-07-12T14:00:39.831Z","avatar_url":"https://github.com/Fraunhofer-AISEC.png","language":"Kotlin","funding_links":[],"categories":["Interoperability and Digital Infrastructure","物联网"],"sub_categories":["文件同步"],"readme":"![build](https://github.com/industrial-data-space/trusted-connector/workflows/build/badge.svg)\n\nThe _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:\n\n* Message routing and conversion between protocols with Apache Camel\n* _Apps_ in isolated containers\n* Data flow- and data usage control\n* An Apache Camel component for secure communication and remote attestation between Connectors.\n\nThe _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. \n\n![IDS_ready](https://github.com/industrial-data-space/trusted-connector-documentation/blob/master/docs/assets/img/IDS-ready-component.jpg?raw=true)\n\n# How to build \u0026 run\n\nPlease see the [Github documentation page](https://industrial-data-space.github.io/trusted-connector-documentation/docs/dev_core/)\n\n# How to contribute\n\nPlease refer to the [contribution guide](https://github.com/industrial-data-space/trusted-connector/blob/develop/.github/CONTRIBUTING.md)\n\n# Project structure\n\n├── __camel-influxdb__ Influx DB adapter for Apache Camel. (optional. It is not included in the assembly by default)\u003cbr /\u003e\n├── __camel-processors__ _Apache Camel Processors for IDS Multipart, contract negotiation and other IDS-specific message types_\u003cbr /\u003e\n├── __ids-acme__ _ACME 2 client for retrieving TLS certificates for the web console UI_\u003cbr /\u003e\n├── __ids-api__ _Internal APIs of all IDS connector modules._\u003cbr /\u003e\n├── __ids-connector__ _Central subproject for TC Spring Boot build and configurations_\u003cbr /\u003e\n├── __ids-container-manager__ _Management interface to the underlying container management layer (trustme or docker)_\u003cbr /\u003e\n├── __ids-dataflow-control__ _LUCON data flow policy framework_\u003cbr /\u003e\n├── __ids-infomodel-manager__ _Provides the IDS information model_\u003cbr /\u003e\n├── __ids-route-manager__ _Management interface to the underlying message router (Apache Camel)\u003cbr /\u003e\n├── __ids-settings__ _Manages connector configuration_\u003cbr /\u003e\n├── __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_\u003cbr /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFraunhofer-AISEC%2Ftrusted-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFraunhofer-AISEC%2Ftrusted-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFraunhofer-AISEC%2Ftrusted-connector/lists"}