-
Notifications
You must be signed in to change notification settings - Fork 0
TDM Connectivity app feature
JinaDawood edited this page May 30, 2021
·
10 revisions
The connectivity feature allows intertwinement between the car and the android application. When intertwinement has been achieved, requests can be sent between the car and the application. Additionally, all the commands that are going to be sent over will go through the MQTT server.
- The application and the vehicle should be able to connect to the MQTT broker.
- The application should send requests to the car for manual movement.
- The application should send requests to the car to initiate a cleaning pattern.
- The application should receive data from the vehicle containing information about the perfomed requests.
- The vehicle should be able to execute the commands given to it by the application.
- The car will respond to the application's command within three seconds.
- The application and the vehicle will successfully connect 95% of the time.
- The vehicle will 90 % of the time execute the given requests sent by the application.