Talk:Script examples

From DD-WRT Wiki

Jump to: navigation, search

[edit] DNS Setup

With the freedns.afraid.org, can't that be done using Inadyn? Alex 15:42, 3 Sep 2006 (CEST)

[edit] Small change to wireless scanner script for v24

I was getting bleed onto the second line using the provided (and very functional) script. I modified the code to shorten the length of the signal strength meter to fit nicely on one line

Change this:

       fmt = "%s%-15s %s%0"sigstrength"d "reset erase2end "\n    %s  %s%-4d %s%-4d %s%-4d %s%2s "  reset erase2end "\n" erase2end "\n";

To This:

       fmt = "%s%-15s %s%0"sigstrength/3"d "reset erase2end "\n    %s  %s%-4d %s%-4d %s%-4d %s%2s "  reset erase2end "\n" erase2end "\n";