# 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 .