node-red-contrib-ngsi-ld
v0.4.0
Published
Node-RED implementation for NGSI-LD
Downloads
54
Maintainers
Readme
node-red-contrib-NGSI-LD
Node-RED implementation for NGSI-LD
| :books: Documentation | :dart: Roadmap | |--------------------------------------------------------------------------|--------------------------------|
Supported custom nodes
- NGSI-LD Entity
- NGSI-LD Entities
- NGSI-LD Entity attribute
- NGSI-LD Entity attributes
- NGSI-LD Batch operations
- NGSI-LD Broker version
- NGSI-LD Encode
- NGSI-LD Decode
- NGSI-LD Broker
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
- https://flows.nodered.org/node/node-red-contrib-ngsi-ld
- https://www.npmjs.com/package/node-red-contrib-ngsi-ld
- Open Source Insights
Copyright and License
Copyright 2023 Kazuhito Suda Licensed under the MIT License.