Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upddate resources and talks 11 2023 #68

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ draft: false

# Publications


- Sebastain Schildt: "VSS in-vehicle, KUKSA State of the Union: Android and the Return of VISS", COVESA AMM Fall 2024, Troy, Michigan https://wiki.covesa.global/download/attachments/78840403/VSS-in-vehicle-KUKSA-State.pdf?version=1&modificationDate=1697552147551&api=v2
- ITEA4 Eureka Cluster on Software Innovation: "ITEA Success story APPSTACLE Vehicle connectivity for novel applications", 2022 https://itea4.org/project/success-story/appstacle-succes-story-1.html
- D. Grewe, M. Wagner, U. Ambalavanan, L. Liu, N. Nayak and S. Schildt: "On the Design of an Information-Centric Networking Extension for IoT APIs", 2021 IEEE 94th Vehicular Technology Conference (VTC2021-Fall), 2021, https://ieeexplore.ieee.org/abstract/document/9625470
- Junhyung Ki, Sebastian Schildt, Andreas Hastall Sven Erik Jeroschewski, Robert Hottger: "Eclipse KUKSA.val for SCR Anti-Tampering Monitoring in Heavy Vehicles", 2nd Eclipse Research International Conference on Security, Artificial Intelligence, Architecture and Modelling for Next Generation Mobility, 2021, http://ceur-ws.org/Vol-3028/D2-02-ESAAMM_2021_paper_3.pdf
Expand Down
17 changes: 11 additions & 6 deletions content/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,29 @@ issues are tracked and discussed in the repository of the respective sub-project
{{<table "table table-striped table-bordered">}}
| Component | Source | Description |
|--------------------------|-------------------------------------------|----------|
| Eclipse KUKSA.val |https://github.com/eclipse/kuksa.val | KUKSA Vehicle Abstraction Layer, this is a COVESA/W3C compliant implementation of a VSS server provding access to in-vehicle signals using VISS or GRPC interfaces |
| Eclipse KUKSA.val.feeders |https://github.com/eclipse/kuksa.val.feeders | Multiple feeders to gathering vehicle data and transforming it to VSS suitable for KUKSA.val |
| Eclipse KUKSA.val.services |https://github.com/eclipse/kuksa.val.services | Set of example vehicle services |
| Eclipse KUKSA.hardware | https://github.com/eclipse/kuksa.hardware |Hardware schematics and manufacturinng files for the KUKSA SDV prototpying platform. This is a PI-compatible hardware providing access to CAN, OBD and cellular connectivity |
| Eclipse KUKSA.cloud | https://github.com/eclipse/kuksa.cloud | The cloud-backend of Eclipse KUKSA, including the App Store. Provides helmcharts for easy deployment of the KUKSA.cloud |
| Eclipse KUKSA.val |https://github.com/eclipse/kuksa.val | KUKSA Vehicle Abstraction Layer, this is a an implementation of a VSS server provding access to in-vehicle signals using VISS or GRPC interfaces |
| Eclipse KUKSA.val.feeders |https://github.com/eclipse/kuksa.val.feeders | Multiple data and actuation providers, gathering vehicle data and transforming it to VSS suitable for KUKSA.val |
| Eclipse KUKSA.val.services | https://github.com/eclipse/kuksa.val.services | Set of example vehicle services |
| Eclipse KUKSA Android SDK | https://github.com/eclipse/kuksa.val.services | SDK to develop KUKSA clients on Android using Kotlin or Java |
| Eclipse KUKSA Android Companion | https://github.com/eclipse-kuksa/kuksa-android-companion | Example App using the Android SDK to check and control temperature, tire pressure, doors etc. from your phone |
| Eclipse KUKSA Python SDK | https://github.com/eclipse-kuksa/kuksa-python-sdk | SDK to develop KUKSA applications and providers using Python. Also includes a versatile CLI client for testing/debugging |
| Eclipse KUKSA.hardware | https://github.com/eclipse-kuksa/kuksa-hardware |Hardware schematics and manufacturing files for the KUKSA SDV prototpying platform. This is a PI-compatible hardware providing access to CAN, OBD and cellular connectivity |
| KUKSA-website | https://github.com/eclipse-kuksa/kuksa-website | The sources for the website you are reading now |

{{< /table >}}

## Dormant projects
This repositories contain components that have been developed in the past, but are currently not actively maintained or whose functionality has been integrated into active components.



{{<table "table table-striped table-bordered">}}

| Component | Source | Description |
|--------------------------|--------------------------------------------|----------|
| Eclipse KUKSA.ide | https://github.com/eclipse/kuksa.ide | Browser-based IDE used by developers to create applications for the Eclipse Kuksa in-vehicle. If you are searching for an integrated way to build applications based on vehicle data provided by KUKSA.val, you may want to check the [Velocitas framework](https://eclipse-velocitas.github.io/velocitas-docs/). As first step you can have a look at the playground from [digital auto](https://digitalauto.netlify.app/). |
| KUKSA.Apps | https://github.com/eclipse/kuksa.apps | Contains applications to showcase use-cases of Eclipse KUKSA. Demos regarding vehicle signal access have been moved over to [KUKSA.val](https://github.com/eclipse/kuksa.val) |
| KUKSA.In-Vehicle | https://github.com/eclipse/kuksa.invehicle | The in-vehicle platform of Eclipse Kuksa. The KUKSA hardware has been moved to [KUKSA.hardware](https://github.com/eclipse/kuksa.hardware), the VISS dataserver for accessing in-vehicle data is further developed in [KUKSA.val](https://github.com/eclipse/kuksa.val ). For a modern integrated SDV distribution check [Eclipse LEDA](https://eclipse-leda.github.io/leda/) |
| Eclipse KUKSA.cloud | https://github.com/eclipse/kuksa.cloud | The cloud-backend of Eclipse KUKSA, including the App Store. Provides helmcharts for easy deployment of the KUKSA.cloud. For deploying software in a vehicle check [Eclipse Kanto](https://github.com/eclipse-kanto) or other pojects in [Eclipse SDV](https://sdv.eclipse.org/). For updated versions of the components utilized in KUKSA.cloud check [Eclipse IoT packages](https://github.com/eclipse/packages) |
{{< /table >}}