Listing of CGI commands

rfeyer

Active Member
With the help of several, most recently LarsK, i am now able to communicate with WC8 not only via Linux but also VB (again, with LarsK's help today).
 
Q: Is there a listing of all the cgi commands anywhere?
 
I have been using gett1-8 with Linux to get temp and humidity reainsg (I think humidity was geth1.cgi - going by memory).
 
what about the rest? I would imagine there are cgi commands that allow the changing of TTL values?
Or the canging of variable and UROM's?
 
Rainer
 
You will find most cgi command in the WC8 manual. There are some more, I will have a peek inside my sourcecode.
 
Another way of sniffing the commands is using FireFox using Firebug.
 
Here is my list:

geta1.cgi 'Analog
geta3.cgi

geti1.cgi 'Digital
geti8.cgi

getvar1.cgi '32Bit Output
getvar8.cgi

geth1.cgi ' Humidity

gett1.cgi 'Temp
gett8.cgi

getts1.cgi 'Temp status
getts8.cgi

geto1.cgi ' TTL Output Status
geto8.cgi

getcounter.cgi ' Counter Value

getfcounter.cgi ' Frequency Value

Hope this helps!
 
If you're after more than a few, I find it easier to use getall.cgi and simply parse the results.
 
what about getall? the standard with other boards is a json reply with all variables and settings...
 
Back
Top