From 95930700bbf6062083080043fd38c525f22b8b4c Mon Sep 17 00:00:00 2001 From: Matthew Kelly <mkelly2@iastate.edu> Date: Sun, 28 Jan 2018 11:17:52 -0600 Subject: [PATCH] Updated formatting in getting started --- .../documentation/getting_started.md | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/groundStation/documentation/getting_started.md b/groundStation/documentation/getting_started.md index a084a8220..b05f34bef 100644 --- a/groundStation/documentation/getting_started.md +++ b/groundStation/documentation/getting_started.md @@ -4,10 +4,10 @@ Getting Started - Ground Station The Ground Station as a whole allows all the different systems and hardware to communicate with each other. The Ground Station has four main components including: - * Command Line Interface (CLI) - * Graphical User Interface (GUI) - * Frontend - * Backend + - Command Line Interface (CLI) + - Graphical User Interface (GUI) + - Frontend + - Backend Both the CLI and GUI are user interfaces. The GUI uses all the same commands as the CLI but has extra functionality. The GUI shows the controls graph, provides extra @@ -40,13 +40,16 @@ the Crazyflies to work with the MicroCART system. Ground Station Commands ----------------------- -- getsource -- setsource -- getparam -- setparam -- getouput -- getnodes -- addnode +All commands can be used directly when using the CLI rather than the GUI. Shown below are the main commands +as symbolic links, they can also be used by the CLI like follows './Cli getsource'. + +- './getsource' +- './setsource' +- './getparam' +- './setparam' +- './getouput' +- './getnodes' +- './addnode' Example Command and Flow through Ground Station -- GitLab