-
Notifications
You must be signed in to change notification settings - Fork 0
EF 5 Connectivity
-
The system shall facilitate the connection to and from the car and the android application.
-
The system shall allow for differing types of information to be sent and received.
-
The system shall attempt to reconnect if it loses connection at any point other than a shutdown.
-
The system shall allow for the messages received to be interpreted as commands to execute, as well as data or information to be stored.
-
The vehicle shall receive commands on a just-in-time basis, where queued commands are stored and handled by the rest of the system.
-
The system shall stop but not fail or crash in the event of connection loss.
-
The system shall send and receive information at a reasonable rate so as to not impact overall connection quality, and mitigate erroneous information.