Talk:Wiviz

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:08, 9 July 2006 (edit)
200.117.61.237 (Talk)
(Drifting hosts)
← Previous diff
Current revision (08:36, 17 July 2007) (edit) (undo)
Tempnegro (Talk | contribs)

 
(26 intermediate revisions not shown.)
Line 1: Line 1:
-It appears that the Linksys WRT54G V4 does not have enough memory to download the file.+==Does DD-WRT v23 SP2 (09/15/06) mini - build 3932 breaks wiviz ?==
-This is what I get:<br /><br />+It does so for me! [[User:Togo|togo]] 23:27, 4 Oct 2006 (CEST)
-/jffs # wget http://lament.rutka.net/wiviz-jffs.tar.gz <br />+
-wget: wiviz-jffs.tar.gz: No space left on device+
-<br /><br />+
---~~rh+
---+
-== Drifting hosts ==+:What hardware version are you having Wiviz problems with?
 +:: I have a WRT54G version 3 ... Meanwhile I found that
 +::ln -s /jffs/www/wiviz/ /tmp/www/wiviz
 +::makes it possible to see the page, HOWEVER Wiviz does not seem able to connect to the [[wl]] interface that gives it data! This interface seems to be acomplished by means of a Wi-Viz daemon that is being woken and called by the wiviz-get.sh CGI which is called by the wiviz.js invoked by the loaded wiviz.html page...
 +I can currently not see any evidence of the demon (which is probably usr/sbin/wiviz) runs while the wiviz page is open! However executing usr/sbin/wiviz manually works and deliver usefull output to the console. [[User:Togo|togo]] 08:05, 8 Oct 2006 (CEST)
-If there are alot of hosts on the screen it seems that one (or more) of them will drift away, pushing the rest of the hosts off the opposite edge of the screen so you end up with a blank screen because all the hosts ran away.+I suspect something is wrong in the www/cgi-bin/wiviz-get.sh shell script which says:
-805101304866787545500431+ #!/bin/sh
 + WIVIZ_PATH=/jffs/usr/sbin/wiviz
 + echo Content-type: text/html
 + echo
 + killall -USR1 wiviz >/dev/null 2>

Current revision

[edit] Does DD-WRT v23 SP2 (09/15/06) mini - build 3932 breaks wiviz ?

It does so for me! togo 23:27, 4 Oct 2006 (CEST)

What hardware version are you having Wiviz problems with?
I have a WRT54G version 3 ... Meanwhile I found that
ln -s /jffs/www/wiviz/ /tmp/www/wiviz
makes it possible to see the page, HOWEVER Wiviz does not seem able to connect to the wl interface that gives it data! This interface seems to be acomplished by means of a Wi-Viz daemon that is being woken and called by the wiviz-get.sh CGI which is called by the wiviz.js invoked by the loaded wiviz.html page...

I can currently not see any evidence of the demon (which is probably usr/sbin/wiviz) runs while the wiviz page is open! However executing usr/sbin/wiviz manually works and deliver usefull output to the console. togo 08:05, 8 Oct 2006 (CEST)

I suspect something is wrong in the www/cgi-bin/wiviz-get.sh shell script which says:

#!/bin/sh
WIVIZ_PATH=/jffs/usr/sbin/wiviz
echo Content-type: text/html
echo 
killall -USR1 wiviz >/dev/null 2>