gcivil-nyu-org / spring2020-cs-gy-9223-backend

0 stars 2 forks source link

User Story: Communication method for hardware #11

Open VentusXu09 opened 4 years ago

VentusXu09 commented 4 years ago

User story As the hardware team, I want an API so that we can send data from telemetry to the local server. If we decide to use the 4G connector as a sender on the telemetry board, such as a web server, we need to provide an interface to receive data from the board. There should a protocol used for connection in order to guarantee the transmission is stable and have error detection ability.

Acceptance criteria

  1. A stable connection between the vehicle and the local server.
  2. The local server is able to receive data from the vehicle.
  3. The local server can save data with time sequences in the local database.
  4. Complete all test cases

Definition of Done

  1. Pass all automated and user testing at developer level
  2. Is this feature deployed to the Heroku folder
  3. Pass all testing on real vehicles.