Account Options

  1. Sign in
Google Groups Home
« Groups Home
HTTP Set requests
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
alloyd  
View profile  
 More options Aug 17 2009, 12:37 pm
From: alloyd <a...@webstract.co.uk>
Date: Mon, 17 Aug 2009 09:37:22 -0700 (PDT)
Local: Mon, Aug 17 2009 12:37 pm
Subject: HTTP Set requests
I have the commandfusion controlling 232 and IR no problem with the
GC100, I would also like to control a Dynalite system that has a
Ethernet adaptor. If I send a HTTP request in a browser I can set the
lighting presets, level etc. I would like to send out the same HTTP
requests from Command Fusion. The code is for example http:\
\192.168.5.24\SetDyNet.cgi?a=1&p=2 (this is the IP address of the
Dynalite ethernet module)
Any assitance would be great even if confirmation that it cant be done
this way and we have to put a 232 module on the lighting system thats
controlled from the GC100

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jarrod  
View profile  
 More options Aug 18 2009, 3:43 am
From: Jarrod <jar...@guilink.com>
Date: Tue, 18 Aug 2009 00:43:49 -0700 (PDT)
Local: Tues, Aug 18 2009 3:43 am
Subject: Re: HTTP Set requests
Hi,

Our software does not support sending HTTP requests natively. But
perhaps you can generate the correct HTTP Request packet data and send
it as a custom command.

The typical format of a HTTP GET Request is like so:
GET /SetDyNet.cgi?a=1&p=2 HTTP/1.0\nHost: http://192.168.5.24\n\n

Send this on port 80 to 192.168.5.24 over TCP.

Come to think of it, you might have to change the \n's to the
equivalent hex char code \x0A

GET /SetDyNet.cgi?a=1&p=2 HTTP/1.0\x0AHost: http://192.168.5.24\x0A\x0A

This is basically what your browser would send to the device when you
request a page. You might be able to find a FireFox plugin (liveHTTP
Headers I think its called) which shows you exactly whats being sent
by your browser when you access any page.

Jarrod

On Aug 18, 2:37 am, alloyd <a...@webstract.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jarrod  
View profile  
 More options Aug 18 2009, 3:59 am
From: Jarrod <jar...@guilink.com>
Date: Tue, 18 Aug 2009 00:59:01 -0700 (PDT)
Local: Tues, Aug 18 2009 3:59 am
Subject: Re: HTTP Set requests
You probably dont need the http:// at the start of the host details
either:

GET /SetDyNet.cgi?a=1&p=2 HTTP/1.0\x0AHost: 192.168.5.24\x0A\x0A

Jarrod

On Aug 18, 5:43 pm, Jarrod <jar...@guilink.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »