--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/bacdd0da-3b89-4eb2-948d-e1d29af9c881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- Http request to camera (for image snapshot)
- Wait for http response (containing image)
- Http request to camera (for image snapshot)
- Wait for http response (containing image)
- ..........
Best way to get us to review proposed changes is to open a pull request against the code is question. We can then use GitHub's built in tools to provide feedback in context.
Nick
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/37f8c3e4-8195-4e92-a63c-dbc610e6c847%40googlegroups.com.
Hi Bill,I'm not aware of an HTTP Request node that supports that sort of chunked response. It would be something we could consider adding to the core HTTP Request node (which supports https and basic auth, so no real need to install the contrib-https node, unless I'm missing something about it).If you wanted to raise an issue on github, it would get onto the backlog so we don't forget about it. Can't guarantee when it would get done - but at least it would be in the mix. Of course if anyone wanted to pick it up and contribute the change, that would be welcome (just discuss the design/approach first...)Nick
On 3 February 2017 at 01:45, William Lindsay <tape...@gmail.com> wrote:
Hello Node-RED groupMy name is Bill Lindsay and I'm in California.I am a new Node-RED user and I'm doing various IoT application demos interfacing to a Wireless Sensor Network Gateway. The particular gateway I'm connecting to requires https with basic authentication. No problem there, I installed the contrib-https node and that's working perfectly. I can do a simple call-response GET and see the response in the debug pane so I know that's all working.The place where I'm stuck is getting sensor data notifications. This particular gateway is intended for reasonably high traffic, so the GET/notifications opens up a single, never ending connection. As I kind of expected, I do the get, and a little text message under my https node says 'sending request' because the response is never 'complete'. What I need is a way to handle each chunk. An individual wireless sensor data notification is its own JSON object with new line characters at the end. I imagine it like a worker at the noodle factory. Miles of noodle come slithering out the machine, and he chops them off every once in a while. I want a little noodle worker who will chop off this data every time it sees 0x0D0A and send that along for me to parse.Is there a standard or built-in way to take in a never ending chunked https response?thanksBill LindsayEl Cerrito, CA
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.