Wiviz

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:04, 2 January 2006 (edit)
24.31.23.56 (Talk)
(Installation)
← Previous diff
Revision as of 07:48, 9 January 2006 (edit) (undo)
Togo (Talk | contribs)
(Note emphasis)
Next diff →
Line 27: Line 27:
'''rm wiviz-jffs.tar.gz''' ''This will remove the downloaded compressed file'' '''rm wiviz-jffs.tar.gz''' ''This will remove the downloaded compressed file''
- +<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0 1em 1em 1em; background-color:#FFE0E0; align:right;">
Note: The wiviz page only displays output - the input settings do not function with DD-WRT. Note: The wiviz page only displays output - the input settings do not function with DD-WRT.
Line 39: Line 39:
'''Remember: Channel hopping does NOT work when in AP mode.''' '''Remember: Channel hopping does NOT work when in AP mode.'''
 +<div style="margin: 0; border: 0px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#FFFFFF; align:left;">

Revision as of 07:48, 9 January 2006

Wi-viz on DD-WRT

Installation

First enable jffs2, and clean jffs2, found under the administration tab/management tab of the web DD-WRT Control Interface, if you have not done so already.

Use telnet or SSH (if enabled) to log in as root on the router. If using Windows XP, you can type 'telnet' from a run command, and use the command 'open 192.168.1.1' (assuming your router ip is 192.168.1.1), to gain access to the router. Type 'root' as username, and your router password, as the password.

Next type the following commands (in bold).

cd /jffs/ This puts us in the jffs directory from root directory

wget http://lament.rutka.net/wiviz-jffs.tar.gz This downloads the permanent (ie, stored in jffs file structure) program

tar -xvzf wiviz-jffs.tar.gz This extracts files

ln -s /jffs/www /tmp/ This makes the symlink. Please note that there are 3 spaces in this line

That should allow your browser to see the wiviz page at

http://192.168.1.1/user/wiviz/wiviz.html or http://routerip/user/wiviz/wiviz.html

Finally clean up by typing

rm wiviz-jffs.tar.gz This will remove the downloaded compressed file

Note: The wiviz page only displays output - the input settings do not function with DD-WRT.

In order to get around not being able to change to channel hopping, you can manually create a wiviz config file.

echo "channelsel=hop&hopseq=1,6,11" > /tmp/wiviz-cfg

channelsel = Either the word "hop" or the channel number to monitor. The default is to monitor the channel already in use by the card.

hopseq = A comma seperated list of channels to hop through in the order of your choice.

Remember: Channel hopping does NOT work when in AP mode.