Skip to content

Server features

hultena edited this page Jun 1, 2019 · 2 revisions

Server features

The goal of server features is to be able to get a request and to process it.

Functional Requirements

  • The server shall be able to receive requests.
  • The server shall be able to calculate a route for a vehicle.
  • The server shall be able to send the calculated route to a vehicle.

Non-Functional Requirements

  • The calculated route shall be the shortest route possible.

Referenced in Basic server functionality!