aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-03-21 16:48:32 +0100
committerJakob Odersky <jodersky@gmail.com>2015-03-21 16:48:32 +0100
commitfb8d541b34349dbee194febef38aa47be30007be (patch)
tree9a457470a3df2db84411b04f4bc7d7df05a1d109
parent68506291fb99108fd0d9305cff28dba4cd0a51f2 (diff)
downloadmavigator-fb8d541b34349dbee194febef38aa47be30007be.tar.gz
mavigator-fb8d541b34349dbee194febef38aa47be30007be.tar.bz2
mavigator-fb8d541b34349dbee194febef38aa47be30007be.zip
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e953639..cd29385 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-b# Virtual Flight Deck for UAVs
+# Virtual Flight Deck for UAVs
Web interface simulating a cockpit of an unmanned aerial vehicle, built with Akka, Play and ScalaJS.
@@ -28,7 +28,7 @@ The flow of such data can be summarized in a few points:
- These messages are then transferred through vfd-main to the interface via websockets.
- Messages are parsed by the front-end (the interface) and used to display virtual instrumentation.
- Currently, a custom set of MAVLink messages are used. Their definition is in mavlink/concise.xml
-- The dialect definition is translated from xml into useable scala code by a plugin during the build (plugin is contained in /project).
+- The dialect definition is translated from xml into useable scala code by a [plugin](https://github.com/jodersky/sbt-mavlink) during the build.
Details on the dashboard interface:
- the frontend is a pure scalajs application using [scalatags](https://github.com/lihaoyi/scalatags) templating