Skip to content
Snippets Groups Projects
Commit 892e4954 authored by Adrien van den Bossche's avatar Adrien van den Bossche
Browse files

Update README.md

parent a9854a4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
![Drag Racing](nodered/node-red-flow-example.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment