apply.cgi

Post new topic   Reply to topic    DD-WRT Forum Index -> Generic Questions
Author Message
ivoroes
DD-WRT Novice


Joined: 18 Mar 2009
Posts: 6

PostPosted: Wed Jul 15, 2009 23:23    Post subject: apply.cgi Reply with quote
Hi Guys,

I am using the Wiviz tool using the command line. The problem is that Wiviz command line only outputs every 30 seconds, while the wiviz GUI can update much faster (depending on the clients, the update can take < 10 seconds)

The Wiviz wireless status (Wiviz_Survey.asp) uses apply.cgi to send parameters to the Wiviz command line tool. I would therefore like to look at the apply.cgi source. I tried to unpack the firmware but could not find the file apply.cgi

Is there a way to look at the source of this file?

Tnx in advance.
Sponsor
ivoroes
DD-WRT Novice


Joined: 18 Mar 2009
Posts: 6

PostPosted: Sun Jul 19, 2009 9:59    Post subject: Reply with quote
Anyone?
TwoBeAss
DD-WRT Novice


Joined: 17 Nov 2015
Posts: 5

PostPosted: Tue Nov 17, 2015 12:09    Post subject: Reply with quote
something like that

Code:
1   #!/bin/sh
2   
3   WIVIZ_PATH=wiviz
4   
5   echo Content-type: text/html
6   echo
7   killall -USR1 wiviz >/dev/null 2>&1
8   if [ 0 -ne $? ]
9    then #### Wi-Viz daemon not running, start it
10     $WIVIZ_PATH >/dev/null </dev/null 2>&1 &
11     killall -USR1 wiviz > /dev/null
12    fi
13   echo "<html><head><script language='JavaScript1.2'>"
14   cat /tmp/wiviz-pipe
15   echo "</script></head><body></body></html>"
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Generic Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum