Automobile

This is a automobile that has been registered to a Automotive Data Center. It will send telemetry from the car to the ADC every minute. The size of the telemetry package can vary but should be around 200K Bytes per message.

Activities

When a car is driving it will send telemetry about the conditions of the car’s sensors once every minute. The estimated packet size is about 200K. There are times when the car will have to switch from one data center to another. This may include moving across geographical boarders, downtime or congestion in a data center etc… This should be handled from data transport layer of the system.

../../_images/Activity2.png

Workflow

../../_images/Workflow2.png

User Interface

TBD

Command Line Interface

Register Car

# adc car register --url <url>

De-register Car

# adc car deregister --url <url>

Switch Data Center

# adc car switch-data-center --url <url> --data-center <new data center>

Transmit Telemetry

# adc car transmit --url <url> --file <transmit file>