KUKSA Companion App
* Add Icon for F-Droid to Fastlane
* Improve Design of Settings Screen
* Optimize Views for Landscape
### Bug Fixes
* Fix Crash when using an invalid Databroker IP
The VSS defines the names and semantics of a large set of data entries that represent the current and/or intended state of a vehicle's sensors and actuators organized in a tree-like structure. For example, the vehicle's current speed is represented by the Vehicle.Speed entry.
However, VSS does not define how these signals are to be collected and managed within a vehicle, nor does it prescribe how other components in the vehicle can read or write signal values from and to the tree.
The KUKSA Databroker is a resource efficient implementation of the VSS signal tree and is intended to be run within a vehicle on a microprocessor based platform. It allows applications in the vehicle to interact with the vehicle's sensors and actuators using a uniform, high level gRPC API for querying signals, updating current and target values of sensors and actuators and getting notified about changes to signals of interest.
Showcases covered by the Companion App are:
- Door Control
- Temperature Control
- Light Control
- Tire Pressure Check
Find out more about KUKSA:
- Vehicle Signal Specification: https://covesa.github.io/vehicle_signal_specification/
- KUKSA Databroker: https://github.com/eclipse/kuksa.val/
- KUKSA Android SDK: https://github.com/eclipse-kuksa/kuksa-android-sdk/
- KUKSA Companion App: https://github.com/eclipse-kuksa/kuksa-android-companion/
- Автор: Eclipse Kuksa
- Лицензия: Apache License 2.0
- Сайт
- Отслеживание проблем
- Исходный код
- Список изменений
- Метаданные сборки
- Статус воспроизводимости
Версии
Можно выбрать загрузку приложения в виде APK (доступно по ссылкам ниже), однако следует помнить, что при такой установке вы не сможете получать уведомления об обновлениях, и что это менее безопасный способ скачивания. Советуем установить приложение F-Droid и использовать его.
Скачать-
arm64-v8aarmeabi-v7ax86x86_64Для этой версии требуется Android 8.1 или новее.
Cобрана и подписана оригинальным разработчиком и гарантированно соответствует этому исходному коду.
Скачать APK 71 МиБ Подпись PGP | Журнал сборки
-
arm64-v8aarmeabi-v7ax86x86_64Для этой версии требуется Android 8.1 или новее.
Cобрана и подписана оригинальным разработчиком и гарантированно соответствует этому исходному коду.
Скачать APK 68 МиБ Подпись PGP | Журнал сборки
### Features
* Upgrade Libraries to enable reproducible builds ([ef00208](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/ef00208649616e7b7d10336622ec5bde6fa6301d)), closes [#42](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/42)




