Hi,
I am an absolute beginner with Node-RED. I know many other programming languages (C++, Java, PLC programming, etc.), but not Node-RED yet. Currently, I'm working on an application for communication between different devices. The main topic is data conversion. From what I understand, this should be possible using the "node-red-contrib-buffer-parser" module. However, when I try to install this library, I only get error messages. What am I doing wrong?
Hi,
thanks for the quick answer. I have a PC and a IoT2050 on which node red runs.
The PC is connected to the www and to the IoT2050. Is it necassary that the IoT ist also connected to the www ... ??
Best regards and thanks,
Dirk
You can use this strategy to create local npm caches on the edge if you have many IoT2050 in a certain place.
Verdaccio can also be used to whitelist/blacklist packages you don't want your node-red instances to install.
You could have global verdaccio proxy which all edge verdaccio instances connects to. The global one becomes a kind of firewall for packages installation.