One thing you need to consider. For every HTTP GET you send that
will return feedback you want to parse you should create a seperate
system and make sure maintain connection is checked.
Say you have two commands and two feedbacks in a HTTP Get system.
If you call them too close together, the response from one will
truncate the response from the other.
If the HTTP GET request sent does not need to parse feedback put all
these types of commands under one seperate HTTP GET system and do not
maintain connection.
On May 19, 2:24 pm, stbluesrul <paul.l.cra...@gmail.com> wrote:
> I'm currently sending commands to a server program using HTTP GET
> requests. Using the Live HTTP headers addon in firefox I'm able to
> see what is sent back from the server.
>
> The HTTP header reads:
>
> HTTP/1.1 200 OK
> Server: Microsoft-HTTPAPI/2.0
> Current Date and Time
>
> Currently I'm able to parse the above feedback into iViewer just
> fine.
>
> Basically the server just sends back a webpage that simply reads
> "DEVICE" and that's all there is in the source code of the webpage.
> I'm wondering if there is a way to parse "DEVICE" into iViewer? If
> so, a few changes made to the zwave server program will allow for
> feedback of lighting levels, etc.
>
> Basically, I'm asking if iViewer is capable of using the source code
> of a webpage for feedback or is it only able to parse the HTTP
> Headers?
>
> Here is a link to the server program in question: http://melloware.com/products/zwave/
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.


Comments
0 comments to "Re: HTTP GET feedback"
Post a Comment