You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2018-10-22-ece1018ese1218.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ Eclipse Kuksa and its latest development activities will be presented along with
12
12
13
13
## Embedded Software Engineering Kongress 2018
14
14
15
-
In addition to the EclipseCon Europe event, you can join us at the **ESE Kongress** in Sindelfingen, Germany, on December, 6th. The talk [Überwindung der Silos – Revolution für vernetzte Fahrzeuge](https://www.ese-kongress.de/paper/presentation/id/78), that means 'Overcoming the Silos - Revolution for Connected Vehicles', will be held at 16:45 o'clock (4:45pm) and will cover both a generic as well as detailed descriptions of the three Eclipse Kuksa platforms (a) In-Vehicle, (b) IDE, and ( c) Cloud.
15
+
In addition to the EclipseCon Europe event, you can join us at the **ESE Kongress** in Sindelfingen, Germany, on December, 6th. The talk "Überwindung der Silos – Revolution für vernetzte Fahrzeuge", that means 'Overcoming the Silos - Revolution for Connected Vehicles', will be held at 16:45 o'clock (4:45pm) and will cover both a generic as well as detailed descriptions of the three Eclipse Kuksa platforms (a) In-Vehicle, (b) IDE, and ( c) Cloud.
@@ -42,15 +32,13 @@ First, we have DoD for solved issues. Please check if you met all the items in t
42
32
43
33
* All tests pass
44
34
* Unit testing as it is already present
45
-
*You have more - use them!
35
+
*If you have more - contribute them!
46
36
47
37
* Documentation
48
38
* Provide the necessary technical documentation of your feature in the respective
49
39
Github repository that you contribute to. Documentation is in markdown and it either
50
40
included in the top-level README.md file of the Github repository, or linked from
51
41
there.
52
-
* Update the high-level overview of Kuksa in the [kuksa.integration Wiki at Github](https://github.com/eclipse/kuksa.integration/wiki).
53
-
From the wiki, provide links to relevant technical documentation in the Github repositories.
54
42
55
43
* Commit style
56
44
* Please write brief and useful commit messages: Separate the subject from body with a blank line because the subject line
@@ -70,7 +58,7 @@ First, we have DoD for solved issues. Please check if you met all the items in t
70
58
If you checked your code according to the DoD and you feel it can be merged to master, please create a PR to master.
71
59
Each PR that is merged to master has to pass all tests and needs a code review of some other person of the project that looks onto your contribution from another angle,
72
60
i.e. didn't work with you on the new feature. Probably a good idea is to have someone from another organization doing the review.
73
-
Maybe you already have someone in mind doing the review, then request a review from this person via the github review functionallity.
61
+
Eclipse Kuksa Committers regularly scan the repositories for new Pull Requests.
74
62
75
63
## Review
76
64
If you conduct a code review, please look at the following issues:
@@ -81,60 +69,36 @@ If you conduct a code review, please look at the following issues:
81
69
* Does the new feature fit the overall project goal, is it suitable for the community
82
70
83
71
## Manual Test
84
-
If applicable the new feature should at least be deployed and tested by someone before actually merged to master.
85
-
This could be done by the same person that is doing the review but could be performed by another person.
86
-
72
+
If applicable the new feature should at least be deployed and tested by someone before actually merged to master.
73
+
This could be done by the same person that is doing the review but could be performed by another person.
87
74
88
75
After review and tests are finished it should be documented who actually did the review and the test.
89
-
Do this with the following lines in the comments of the PR.
If you use third party content (import / include ...), you are required to list each third party content explicitly with its version number in the documentation or your pull-request comment.
101
-
Please note that GPL software cannot be approved for Eclipse Kuksa.
76
+
Use the GitHub review mechanism and give comment stating what you have done.
102
77
103
78
## Licensing and file header
104
79
105
80
All files contributed require headers - this will ensure the license and copyright clearing at the end.
106
81
Also, all contributions must have the same license as the original source.
107
82
108
-
If a file has relevant functionality add the official EPL-2.0 header as described here
| 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 |
31
-
| 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 |
32
-
| Eclipse KUKSA.val.services |https://github.com/eclipse/kuksa.val.services| Set of example vehicle services |
33
-
| Eclipse KUKSA Android SDK |https://github.com/eclipse-kuksa/kuksa-android-sdk| SDK to develop KUKSA clients on Android using Kotlin or Java |
34
-
| 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 |
35
-
| 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 |
36
-
| 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 |
37
-
| KUKSA-website |https://github.com/eclipse-kuksa/kuksa-website| The sources for the website you are reading now |
38
-
{{< /table >}}
39
-
40
-
## Dormant projects
41
-
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.
| 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/). |
50
-
| 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)|
51
-
| 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/)|
52
-
| 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)|
53
-
{{< /table >}}
54
-
26
+
Please visit [Eclipse Kuksa](https://github.com/eclipse-kuksa) on Github to explore all repositories!
0 commit comments