From 892e4954e428e38bdba2926136ca2c6f4cdb5837 Mon Sep 17 00:00:00 2001 From: Adrien van den Bossche <vandenbo@univ-tlse2.fr> Date: Tue, 23 Jun 2020 17:03:35 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fef56f5..ecc8605 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,26 @@ Another localisation packet protocol to send/receive localisation data over networks. +LocaPack enables the transport of: +- universal GNSS localisation coordonates, +- locally referenced localisations, such as indoor environments, with automatic mapping of coordonates in a universal GNSS translation, +- inter-node proximity informations such as ranging data + +Several implementations are available: +- Embedded: C++ class (Arduino) +- Infrastrucure/IoT: Node-RED palette +- Portable: python + +A Json description of the messages. + ## Implementation ### Arduino +Load the LocaPack library and start with one of the examples: + +- tinygpsplus.ino: Make universal GNSS pakets with data from a hardware GPS receiver connected to the `Serial1` port + ### Node-RED  -- GitLab