lets-fiware / node-red-contrib-NGSI-LD

Node-RED implementation for NGSI-LD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-NGSI-LD Banner NGSI LD

platform NPM version License: MIT
Unit Tests Coverage Status E2E Tests
GitHub Discussions

node-red-contrib-NGSI-LD

Node-RED implementation for NGSI-LD

📚 Documentation 🎯 Roadmap

Supported custom nodes

Documentation

How to install

Run the following command on a command-line interface.

npm install node-red-contrib-ngsi-ld

Tutorial

First of all, clone this repository.

git clone https://github.com/lets-fiware/node-red-contrib-NGSI-LD.git

Move current directory to node-red-contrib-NGSI-LD/examples.

cd node-red-contrib-NGSI-LD/examples

Create docker containers for the tutorial.

./service create

Start the containers

./service start

Open Node-RED using the URL: http://<IP address:1880/. It is the IP address of your machine running the Docker engine.

To stop the containers, run the following command.

./service stop

Source code

Related links

Copyright and License

Copyright 2023-2024 Kazuhito Suda
Licensed under the MIT License.

About

Node-RED implementation for NGSI-LD

License:MIT License


Languages

Language:JavaScript 84.8%Language:HTML 14.5%Language:Shell 0.7%