brata-hsdc / brata.station

Automatically exported from code.google.com/p/brata.station
Apache License 2.0
0 stars 0 forks source link

Create Dock test service with no graphics #34

Closed ellerychan closed 8 years ago

ellerychan commented 8 years ago

Create a simple REST service that teams can use for testing. It will accept BRATA messages containing Dock flight parameters, and will return the result of the simulation. There will be no display or graphics.

ellerychan commented 8 years ago

Done. Added flight_profile/FlightService.py plus two HTML page templates that it uses. It also uses DockSim.py to compute the simulation results. Also added flight_profile/ReadMe.md.