From ede4d2c99ecbeb5b287f9274668869d40a6e8573 Mon Sep 17 00:00:00 2001 From: Luca Erbetta <lucaerbetta105@gmail.com> Date: Wed, 11 Sep 2019 18:00:43 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 9b9fc36..a488149 100755 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ # Mavdecoder -## Decoder for raw mavlink message sequences +## Decoder for binary mavlink messag sequences Mavdecoder is an utility used to parse binary files containg raw mavlink -messages and decode them into csv tables. +messages (eg. files containing every byte received by the Ground Station over the radio link with the rocket) and decode them into csv tables. ### Usage -- GitLab