From 6054aa9124c6e904704838b72d1708413a9247ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= <patrickelectric@gmail.com> Date: Fri, 31 Jan 2020 10:15:54 -0300 Subject: [PATCH] README: Improve examples section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3a7659a..3f4076b 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,19 @@ Add to your Cargo.toml: mavlink = "0.7" ``` +## Examples See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example. +It's also possible to install the working example via `cargo` command line: +```sh +cargo install mavlink +``` + +### Community projects +Check some projects built by the community: +- [mavlink2rest](https://github.com/patrickelectric/mavlink2rest): A REST server that provides easy and friendly access to mavlink messages. +- [mavlink-camera-manager](https://github.com/patrickelectric/mavlink-camera-manager): Extensible cross-platform camera server. + ## License Licensed under either of -- GitLab