https://github.com/lora-net/node-red-contrib-loracloud-utils
Node-RED node allowing easy integration with LoRa Cloud
https://github.com/lora-net/node-red-contrib-loracloud-utils
Last synced: about 2 months ago
JSON representation
Node-RED node allowing easy integration with LoRa Cloud
- Host: GitHub
- URL: https://github.com/lora-net/node-red-contrib-loracloud-utils
- Owner: Lora-net
- Created: 2020-06-10T12:12:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:28:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T14:08:50.068Z (3 months ago)
- Language: JavaScript
- Size: 849 KB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This package is a collection of nodes for [Node-RED](https://nodered.org/)
which helps connection to [LoRa Cloud](https://www.loracloud.com/). An example
is included to demonstrate a LoRaWAN application server working with
[Semtech](https://www.semtech.com/) modems.Detailed instructions are provided on
[online documentation](https://lora-developers.semtech.com/resources/tools/lora-basics/lora-basics-for-end-nodes/developer-walk-through/).Provided nodes are:
* LoRa Network servers connectors, formatting payload from LNS for LoRa Cloud
Device & Application services. Compatible with
* TTN (V2, V3)
* Modem & Geolocation Services parser.This has been developed with Node v12.14.1
# Development installation
```
npm install --only=dev
```# Test
```
npm test
```# Install in local Node-RED
In Node-Red installation path, enter:
```
npm install /path/to/cloned/repository/node-red-contrib-loracloud-utils
```From Node-Red documentation:
```
In your node-red user directory, typically ~/.node-red, run:npm install
```# Security note
Node-RED has issued the security advisory [CVE-2021-21297](https://github.com/advisories/GHSA-xp9c-82x8-7f67). In result `node-red-contrib-loracloud-utils` has been updated in `v1.2.2` to set Node-RED minimal version to `v1.2.8`, which fix it. Please update your Node-RED installation.