uvic-aero / onboard-computer

0 stars 1 forks source link

Remove Tornado Server from OBC #17

Closed dragonprevost closed 5 years ago

dragonprevost commented 5 years ago

In the past we have used an http server to interface with applications running on OBC. You can view the documentation for the library used here. This year we will be making an effort to transition over to sockets in order to transmit data from obc. This means we will no longer be needing the tornado server on OBC. For this issue, the developer should go into obc and remove any code related to the tornado server and http routes.

Notes: