From 5946e1130f04e2413ea730ae2f034d54abc3f0ee Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 28 Apr 2020 17:52:40 -0700 Subject: [PATCH] linkify to webpage --- .vscode/settings.json | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..70802fa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "Meshtastic" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 0243b64..f195f6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Meshtastic-python -A python client for using Meshtastic devices. This small library (and example application) provides an easy API for sending and receiving messages over mesh radios. It also provides access to any of the operations/data available in the device user interface or the Android application. Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in. +A python client for using [Meshtastic](https://www.meshtastic.org) devices. This small library (and example application) provides an easy API for sending and receiving messages over mesh radios. It also provides access to any of the operations/data available in the device user interface or the Android application. Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in. Full documentation including examples and installation instructions [here](https://meshtastic.github.io/Meshtastic-python/meshtastic/index.html).