aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: cb5f39779d62d3cd6e3d3080641a5b6fd8504c62 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

                              













                                                                                           

         
                           











                                                                    
# Virtual Flight Deck for UAVs

Web interface simulating a cockpit of an unmanned aerial vehicle, built with Akka and Play.

This project is made of several subprojects:
 - `vfd-backend` contains the play application that runs the actual interface
 - `vfd-frontend` dynamic interface built with scalajs that is served by `vfd-backend`
 - `vfd-uav` library for communicating with UAVs

# Run
First, switch to project `vfd-backend` and then `run`

    project vfd-backend
    run

Calling `vfd-backend/run` directly will not work.

# License
Copyright (C) Jakob Odersky

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.