Srinivas Rajgopal
Forum Replies Created
-
AuthorPosts
-
Srinivas RajgopalParticipant
So the repository needs to be cloned into /opt/node-red? And after that the command to install should work correct?
What about updating npm, how do I update it with the gateway?
Srinivas RajgopalParticipantHello Jeff,
Any update on how to get this running?
Srinivas
Srinivas RajgopalParticipantYes, that is the package I’m talking about. the command I’m using is
first:
cd /opt/node-red
npm install node-red-node-{filename of node I want}
I do all of this after cloning the repo into my PC
- This reply was modified 7 years, 3 months ago by Srinivas Rajgopal.
Srinivas RajgopalParticipantTo elaborate, I am trying to add a node to node red within the AEP where the source code is on GitHub. It is the node-red-nodes file. How can I install this? When I try to install it on my pc and then ssh into the AEP and then cd to /opt/node-red and do an npm install, I get many errors. Don’t I have to somehow clone the repo within the AEP?
Thanks
Srinivas RajgopalParticipantWhat about custom nodes within Node red on the AEP model? Is it possible to somehow add custom nodes to the node red software within the AEP? for eg a BLE input node created and added to the list of available input nodes?
Srinivas RajgopalParticipantThe network server will run the custom application, which aims to do the following;
If it receives a BLE packet with some data, It will send this BLE data on LORA.
My question is, how do I create such an application? What are the function calls or commands (library/framewwork) in python to build such an application?
Srinivas RajgopalParticipantHi Jeff,
How would my application communicate with the conduit itself? For e.g., If I wanted to send a packet of data through the conduit if some conditional was satisfied, what would be the python function call or command to do this? Is there some sort of built in SDK or framework or library to do this?
-
AuthorPosts