This is Connected Vehicle Application (Android).
It Provides users with basic information about the vehicle, such as battery, driving range and most recent driving directions.
In addition, the user's driving style is analyzed and provided based on safety, time, and fuel efficiency.
This application is also for the OTA part of the Autonomous-Driving-System project. It was developed with QT6, Android SDK Tools and MQTT.
OTA Detailed Architecture
Recommend using Dockerfile in repository
-
Ubuntu 22.04
-
QT packages
-
Android SDK Tools
-
MQTT
# Go to docker folder in repository
# Run docker container
docker compose up -d
docker exec -it docker-me_app /bin/bash # Enter Application Container
docker exec -it docker-me_server /bin/bash # Enter Server Container
# Install Qt6 and Android SDK Tools using apt or official website in Application container