LocaPack is available as an Arduino library, to produce or decode locapack messages.
#### Installation
1. Clone the LocaPack project,
1. Copy the `Arduino/LocaPack` directory into the libraries directory (typically `~/Arduino/libraries`)
1. Launch Arduino IDE 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
### Node-RED
LocaPack is available as a Node-RED Palette, ie a collection of nodes to produce or decode locapack messages.

#### Installation
1. Clone the LocaPack project,
1. In your Node-RED user directory, typically ~/.node-red, run: `npm install <location of node module>` where location is the path to the `nodered` folder of the git cloned repository.
1. Restart Node-RED.
### JSON messages
### JSON messages
LocaPack messages are also available in JSON. Example of a Universal GNSS localisation packet:
LocaPack messages are also available in JSON. Example of a Universal GNSS localisation packet:
...
@@ -124,9 +171,9 @@ Transport of locally referenced 2D or 3D localisation. The "repère" is identifi
...
@@ -124,9 +171,9 @@ Transport of locally referenced 2D or 3D localisation. The "repère" is identifi