Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Kuksa"

 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[File:Kuksa mix.png|150px]]
 +
 
{{Kuksa}}  
 
{{Kuksa}}  
  
 
Welcome to the '''Eclipse KUKSA''' Wiki Page.  
 
Welcome to the '''Eclipse KUKSA''' Wiki Page.  
  
Today automotive software-intensive systems are developed in silos by each car manufacturer or original equipment manufacturer (OEM) in-house. This approach cannot meet the long-term challenges of the industry. One solution is to establish a standard car-to-cloud connection, open for external applications and the use of open source software wherever possible without compromising safety and security. The Eclipse KUKSA project implements the open source part of the [[https://itea3.org/project/appstacle.html APPSTACLE research project]]. It will include an open and secure cloud platform that interconnects a wide range of vehicles to the cloud via open in-car and Internet connection and is supported by an integrated open source software development ecosystem.
+
Today automotive software-intensive systems are developed in silos by each car manufacturer or original equipment manufacturer (OEM) in-house. This approach cannot meet the long-term challenges of the industry. One solution is to establish a standard car-to-cloud connection, open for external applications and the use of open source software wherever possible without compromising safety and security. The Eclipse KUKSA project implements the open source part of the [https://itea3.org/project/appstacle.html APPSTACLE research project]. It will include an open and secure cloud platform that interconnects a wide range of vehicles to the cloud via open in-car and Internet connection and is supported by an integrated open source software development ecosystem.
  
 
== Components  ==
 
== Components  ==
Line 9: Line 11:
 
Kuksa is divided into a series of components:  
 
Kuksa is divided into a series of components:  
  
* xxxx
+
* InVehicle
 +
* AGL build scripts
 +
** Vehicle2Cloud APP
 +
** ELM327 Data Feeder for w3c-visserver
 +
** Direct Access API
 +
** W3C-Visserver API
 +
** HawkBit Client
 +
* IDE
 +
** Eclipse Che based IDE
 +
** Yocto support
 +
** Target definition support
 +
* Cloud
 +
** Initial Appstore (requires HawkBit Server)
 +
** InfluxDBconnector
 +
** Skripts to setup Hono, HawkBit, InfluxDBconnector, and the Appstore
 +
* Integration
 +
** REST Tests for Hono, HawkBit, Appstore interaction
 +
* Apps
 +
* Website
  
 
== Quick Links  ==
 
== Quick Links  ==
  
 +
=== Documentation ===
 +
* [[Kuksa/Training_Material|Kuksa Training Material]]
 +
* [[Kuksa/Releases|Releases]]
  
 +
* AGL KUKSA Build and Run on Raspberry PI 3:
 +
** [https://github.com/eclipse/kuksa.invehicle/tree/master/agl-kuksa GH Readme In-Vehicle]
 +
** [https://agl-kuksa.readthedocs.io/en/latest/ Sphinx Build AGL-Kuksa]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/datalogger-http GH Readme Http Datalogger]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/datalogger-mqtt GH Readme MQTT Datalogger]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/direct-access-api GH Readme Direct Access API]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/elm327-visdatafeeder GH Readme VisDataFeeder]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/kuksa-hawkbit GH Readme Kuksa-hawkBit]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/remoteAccess GH Readme remote access]
 +
* [https://github.com/eclipse/kuksa.invehicle/tree/master/w3c-visserver-api GH Readme W3C-Visserver-API]
 +
* [https://github.com/eclipse/kuksa.cloud/tree/master/kuksa-appstore GH Readme Kuksa Appstore]
 +
* [https://kuksa-che-ide.readthedocs.io/en/latest/ Sphinx Build Kuksa IDE]
  
 
=== Web Sites  ===
 
=== Web Sites  ===
  
*[https://projects.eclipse.org/projects/iot.kuksa KUKSA Home Page] - The main KUKSA web site
+
*[https://projects.eclipse.org/projects/iot.kuksa Eclipse KUKSA Home Page] - The main Eclipse KUKSA web site
  
 
[[Category:Eclipse_Project]]
 
[[Category:Eclipse_Project]]
 +
[[Category:Research]]
 +
[[Category:IoT]]
 +
[[Category:Automotive]]

Latest revision as of 09:05, 9 May 2019

Kuksa mix.png

Template:Kuksa

Welcome to the Eclipse KUKSA Wiki Page.

Today automotive software-intensive systems are developed in silos by each car manufacturer or original equipment manufacturer (OEM) in-house. This approach cannot meet the long-term challenges of the industry. One solution is to establish a standard car-to-cloud connection, open for external applications and the use of open source software wherever possible without compromising safety and security. The Eclipse KUKSA project implements the open source part of the APPSTACLE research project. It will include an open and secure cloud platform that interconnects a wide range of vehicles to the cloud via open in-car and Internet connection and is supported by an integrated open source software development ecosystem.

Components

Kuksa is divided into a series of components:

  • InVehicle
  • AGL build scripts
    • Vehicle2Cloud APP
    • ELM327 Data Feeder for w3c-visserver
    • Direct Access API
    • W3C-Visserver API
    • HawkBit Client
  • IDE
    • Eclipse Che based IDE
    • Yocto support
    • Target definition support
  • Cloud
    • Initial Appstore (requires HawkBit Server)
    • InfluxDBconnector
    • Skripts to setup Hono, HawkBit, InfluxDBconnector, and the Appstore
  • Integration
    • REST Tests for Hono, HawkBit, Appstore interaction
  • Apps
  • Website

Quick Links

Documentation

Web Sites

Back to the top