Srinivas Rajgopal

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: How to create custom applications #20867
    Srinivas Rajgopal
    Participant

    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?

    in reply to: How to create custom applications #20862
    Srinivas Rajgopal
    Participant

    Hello Jeff,

    Any update on how to get this running?

    Srinivas

    in reply to: How to create custom applications #20824
    Srinivas Rajgopal
    Participant

    Yes, 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

    in reply to: How to create custom applications #20822
    Srinivas Rajgopal
    Participant

    To 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

    in reply to: How to create custom applications #20797
    Srinivas Rajgopal
    Participant

    What 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?

    in reply to: How to create custom applications #20794
    Srinivas Rajgopal
    Participant

    The 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?

    in reply to: How to create custom applications #20780
    Srinivas Rajgopal
    Participant

    Hi 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?

Viewing 7 posts - 1 through 7 (of 7 total)