-
Notifications
You must be signed in to change notification settings - Fork 9
1. Receive with HTTPS nodes
MichielJol edited this page Sep 9, 2016
·
11 revisions
KPN LoRa requires a server to receive HTTPS Nodes.
- In Node Red you can add a HTTPS node by selecting the node under input (left hand-side) and dragging it to your flow editor.
- Double click on the node to edit the parameters:
- Method We should listen to a POST command
- URL is the destination where the POST messages should be sent to. For instance “/lorapost”
- Name is the name of the Node, so whatever you like, here I chose “LoRa Post Catcher”
- From the HTTPS Node, the post should go somewhere. Select and drag a debug Node from the output nodes. Select the dot on your HTTP node and drag a line towards your debug node to connect the 2.
Cannot GET /lorapost?query=example ![hoover]