Tutorial [HOW-TO] Have a homemade Streetpass Relay

What method you are using?

  • Linux

    Votes: 93 7.9%
  • Android

    Votes: 133 11.4%
  • Router

    Votes: 226 19.3%
  • Windows

    Votes: 426 36.4%
  • A pony with a wifi antenna O.o?

    Votes: 292 25.0%

  • Total voters
    1,170
Status
Not open for further replies.

Nintendo3dsDude

Well-Known Member
Member
Joined
Sep 12, 2013
Messages
120
Trophies
0
Age
29
XP
89
Country
United States
Why do i keep getting this message everytime i go in to Maccheck? im also flowing this giude http://digiex.net/guides-reviews/co...reetpass-over-internet-homepass-tutorial.html

4k5qHNq.png
 

Thadir

Member
Newcomer
Joined
Jan 19, 2015
Messages
8
Trophies
0
Age
42
XP
83
Country
Netherlands
Thadir Have you reinstalled script prof the previous attempt? If not, please do so, and then again cat /tmp/nzone

digipokemaster you do not need to start hosted network manually, nzone.exe does this for you.
Just check BSSID is changing with netsh wlan show hostednetwork afater nzone start was run



Done, updated and did the cat thing again here is the result:

Code:
#!/bin/sh
WLINT=$(nvram get wl0_ifname)
WLMAC=$(nvram get ${WLINT}_hwaddr)
WLSSID=$(nvram get ${WLINT}_ssid)
JOBS=$(nvram get cron_jobs)
HOSTAPDCONF=/tmp/${WLINT}_hostap.conf
HOSTAPDPID=/var/run/${WLINT}_hostapd.pid
PS=TAPDPIpsuot;/r
URL=http://nintendozone.no-ip.org?
MACS=/tmp/${0##*/}.macs
SPDELAY=480
MACNUM=0
setwl (){
    ifconfig $WLINT down hw ether $1 up
    sed -ri  $WLINs/^(bssid=).*?/$1/;s/^(ssid=).*?/$2/
    while ! hostapd -B -P $HOSTAPDPID $HOSTAPDCONF; do
        PID=$($PS | grep $HOSTAPDPID | grep -v grep | sed 's/^ *//' | cut -d ' ' -f 1)
        : ${PID:+$(kill $PID)}
        sleep 1
    done
}
case
start)
    echo starting ${0##*/}>&2
    if [ -z $2 ]; then
        nvram set cron_jobs=}>&2
    else
        nvram set cron_jobs=}>&2
    fi
;;
stop)
    echo stopping ${0##*/}>&2
    setwl $WLMAC $WLSSID
    nvram set cron_jobs=
;;
toggle)
    if $($0 status); then
        $0 stop
    else
        $0 start
    fi
;;
restart)
    $0 stop
    $0 start
;;
reload|force-reload)
    echo ${0##*/} MAC lists reloaded>&2
    rm -f $MACS
;;
status)
    if $(echo S
        echo ${0##*/} is not running>&2
        exit 1
    else
        echo ${0##*/} is running>&2
        exit 0
    fi
;;
*)
    [ -f $MACS ] && MACNUM=$(grep -v ^x $MACS | wc -l) && DELAY=$((($(date +%s)-$(date -r $MACS +%s))/60))
    [ $MACNUM = 0 ] && NEWMACS=$(wget -q -O - $URL$1)
    [ $(echo -n 0 ] &&$NEWMACS=$(wge | wc -c) != 0 ] && echo AY=$(($NEWMACS+%s)-$ > $MACS && MACNUM=$(cat $MACS | wc -l)
    [ $MACNUM = 0 ] && sed -ri $(wge s/^x//c) !=  $MACS && MACNUM=$(grep -v ^x $MACS | wc -l)
    MACTOTAL=$(cat $MACS | wc -l)
    [ $MACNUM = 0 ] || ([ $MACTOTAL -lt $SPDELAY ] && [ ${DELAY:-$SPDELAY} -lt $(($SPDELAY/$MACTOTAL)) ]) && exit
    RANDOM=$(head /dev/urandom | hexdump -d | head -n 1 | sed -r $SPDELs/^([0-9]+ +0{0,4})+//ACTOTA)
    MAC=$(grep -v ^x $MACS | head -n $(($RANDOM%${MACNUM}+1)) | tail -n 1)
    sed -ri ep -v s/^$MAC/x&/head - $MACS
    SSID=$(echo $MAC | cut -d , -f 2 -s)
    MAC=$(echo $MAC | cut -d , -f 1)
    : ${SSID:=$WLSSID}
    setwl $MAC $SSID
;;
esac
stopservice cron
startservice cron
 

srwgin

Well-Known Member
Member
Joined
Aug 13, 2013
Messages
521
Trophies
1
XP
436
Country
China
I can use blew code homepass
but I can not use page 10 last code homepass
why?
p.s. I check code it looks like the same - -
Code:
echo -e "#!/bin/sh\nWLINT=\$(nvram get wl0_ifname)\nWLMAC=\$(nvram get \${WLINT}_hwaddr)\nWLSSID=\$(nvram get \${WLINT}_ssid)\nJOBS=\$(nvram get cron_jobs)\nHOSTAPDCONF=/tmp/\${WLINT}_hostap.conf\nHOSTAPDPID=/var/run/\${WLINT}_hostapd.pid\nPS=\"ps\"\nURL=http://nintendozone.no-ip.org?\nMACS=/tmp/\${0##*/}.macs\nSPDELAY=480\nMACNUM=0\nsetwl (){\n    ifconfig \$WLINT down hw ether \$1 up\n    sed -ri \"s/^bssid=.*/bssid=\$1/;s/^ssid=.*/ssid=\$2/\" \$HOSTAPDCONF\n    while ! hostapd -B -P \$HOSTAPDPID \$HOSTAPDCONF; do\n        PID=\$(\$PS | grep \$HOSTAPDPID | grep -v grep | sed 's/^ *//' | cut -d ' ' -f 1)\n        : \${PID:+\$(kill \$PID)}\n        sleep 1\n    done\n}\ncase \"\$1\" in\nstart)\n    echo starting \${0##*/}>&2\n    if [ -z \$2 ]; then\n        nvram set cron_jobs=\"\$(echo \"\$JOBS\" | sed -r s:#*\\(.*\$0.*\\):\\\\1:)\"\n    else\n        nvram set cron_jobs=\"\$(echo \"\$JOBS\" | grep -v \$1 | sed \"\\\$a* * * * * root \$0 \$2\")\"\n    fi\n;;\nstop)\n    echo stopping \${0##*/}>&2\n    setwl \$WLMAC \$WLSSID\n    nvram set cron_jobs=\"\$(echo \"\$JOBS\" | sed -r s:#*\\(.*\$0.*\\):#\\\\1:)\"\n;;\ntoggle)\n    if \$(\$0 status); then\n        \$0 stop\n    else\n        \$0 start\n    fi\n;;\nrestart)\n    \$0 stop\n    \$0 start\n;;\nreload|force-reload)\n    echo \${0##*/} MAC lists reloaded>&2\n    rm -f \$MACS\n;;\nstatus)\n    if \$(echo \"\$JOBS\" | grep \$0 | grep -qe '^#'); then\n        echo \${0##*/} is not running>&2\n        exit 1\n    else\n        echo \${0##*/} is running>&2\n        exit 0\n    fi\n;;\n*)\n    [ -f \$MACS ] && MACNUM=\$(grep -v ^x \$MACS | wc -l) && DELAY=\$(((\$(date +%s)-\$(date -r \$MACS +%s))/60))\n    [ \$MACNUM = 0 ] && NEWMACS=\$(wget -q -O - \$URL\$1)\n    [ \$(echo -n \"\$NEWMACS\" | wc -c) != 0 ] && echo \"\$NEWMACS\" > \$MACS && MACNUM=\$(cat \$MACS | wc -l)\n    [ \$MACNUM = 0 ] && sed -ri \"s/^x//\" \$MACS && MACNUM=\$(grep -v ^x \$MACS | wc -l)\n    MACTOTAL=\$(cat \$MACS | wc -l)\n    [ \$MACNUM = 0 ] || ([ \$MACTOTAL -lt \$SPDELAY ] && [ \${DELAY:-\$SPDELAY} -lt \$((\$SPDELAY/\$MACTOTAL)) ]) && exit\n    RANDOM=\$(head /dev/urandom | hexdump -d | head -n 1 | sed -r \"s/^([0-9]+ +0{0,4})+//\")\n    MAC=\$(grep -v ^x \$MACS | head -n \$((\$RANDOM%\${MACNUM}+1)) | tail -n 1)\n    sed -ri \"s/^\$MAC/x&/\" \$MACS\n    SSID=\$(echo \$MAC | cut -d , -f 2 -s)\n    MAC=\$(echo \$MAC | cut -d , -f 1)\n    : \${SSID:=\$WLSSID}\n    setwl \$MAC \$SSID\n;;\nesac\nstopservice cron\nstartservice cron\n" > /tmp/nzone; mkdir -p /tmp/etc/config; echo -e "#!/bin/sh\n/tmp/nzone toggle\n" > /tmp/etc/config/nzone.sesbutton; chmod +x /tmp/nzone /tmp/etc/config/nzone.sesbutton
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
I can use blew code homepass
but I can not use page 10 last code homepass
why?
p.s. I check code it looks like the same - -
Code:
echo -e "#!/bin/sh\nWLINT=\$(nvram get wl0_ifname)\nWLMAC=\$(nvram get \${WLINT}_hwaddr)\nWLSSID=\$(nvram get \${WLINT}_ssid)\nJOBS=\$(nvram get cron_jobs)\nHOSTAPDCONF=/tmp/\${WLINT}_hostap.conf\nHOSTAPDPID=/var/run/\${WLINT}_hostapd.pid\nPS=\"ps\"\nURL=http://nintendozone.no-ip.org?\nMACS=/tmp/\${0##*/}.macs\nSPDELAY=480\nMACNUM=0\nsetwl (){\n    ifconfig \$WLINT down hw ether \$1 up\n    sed -ri \"s/^bssid=.*/bssid=\$1/;s/^ssid=.*/ssid=\$2/\" \$HOSTAPDCONF\n    while ! hostapd -B -P \$HOSTAPDPID \$HOSTAPDCONF; do\n        PID=\$(\$PS | grep \$HOSTAPDPID | grep -v grep | sed 's/^ *//' | cut -d ' ' -f 1)\n        : \${PID:+\$(kill \$PID)}\n        sleep 1\n    done\n}\ncase \"\$1\" in\nstart)\n    echo starting \${0##*/}>&2\n    if [ -z \$2 ]; then\n        nvram set cron_jobs=\"\$(echo \"\$JOBS\" | sed -r s:#*\\(.*\$0.*\\):\\\\1:)\"\n    else\n        nvram set cron_jobs=\"\$(echo \"\$JOBS\" | grep -v \$1 | sed \"\\\$a* * * * * root \$0 \$2\")\"\n    fi\n;;\nstop)\n    echo stopping \${0##*/}>&2\n    setwl \$WLMAC \$WLSSID\n    nvram set cron_jobs=\"\$(echo \"\$JOBS\" | sed -r s:#*\\(.*\$0.*\\):#\\\\1:)\"\n;;\ntoggle)\n    if \$(\$0 status); then\n        \$0 stop\n    else\n        \$0 start\n    fi\n;;\nrestart)\n    \$0 stop\n    \$0 start\n;;\nreload|force-reload)\n    echo \${0##*/} MAC lists reloaded>&2\n    rm -f \$MACS\n;;\nstatus)\n    if \$(echo \"\$JOBS\" | grep \$0 | grep -qe '^#'); then\n        echo \${0##*/} is not running>&2\n        exit 1\n    else\n        echo \${0##*/} is running>&2\n        exit 0\n    fi\n;;\n*)\n    [ -f \$MACS ] && MACNUM=\$(grep -v ^x \$MACS | wc -l) && DELAY=\$(((\$(date +%s)-\$(date -r \$MACS +%s))/60))\n    [ \$MACNUM = 0 ] && NEWMACS=\$(wget -q -O - \$URL\$1)\n    [ \$(echo -n \"\$NEWMACS\" | wc -c) != 0 ] && echo \"\$NEWMACS\" > \$MACS && MACNUM=\$(cat \$MACS | wc -l)\n    [ \$MACNUM = 0 ] && sed -ri \"s/^x//\" \$MACS && MACNUM=\$(grep -v ^x \$MACS | wc -l)\n    MACTOTAL=\$(cat \$MACS | wc -l)\n    [ \$MACNUM = 0 ] || ([ \$MACTOTAL -lt \$SPDELAY ] && [ \${DELAY:-\$SPDELAY} -lt \$((\$SPDELAY/\$MACTOTAL)) ]) && exit\n    RANDOM=\$(head /dev/urandom | hexdump -d | head -n 1 | sed -r \"s/^([0-9]+ +0{0,4})+//\")\n    MAC=\$(grep -v ^x \$MACS | head -n \$((\$RANDOM%\${MACNUM}+1)) | tail -n 1)\n    sed -ri \"s/^\$MAC/x&/\" \$MACS\n    SSID=\$(echo \$MAC | cut -d , -f 2 -s)\n    MAC=\$(echo \$MAC | cut -d , -f 1)\n    : \${SSID:=\$WLSSID}\n    setwl \$MAC \$SSID\n;;\nesac\nstopservice cron\nstartservice cron\n" > /tmp/nzone; mkdir -p /tmp/etc/config; echo -e "#!/bin/sh\n/tmp/nzone toggle\n" > /tmp/etc/config/nzone.sesbutton; chmod +x /tmp/nzone /tmp/etc/config/nzone.sesbutton
Please post both nzone generated b above code and then by the newest script.
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Thadir looks very strange like tar archieve was uncompressed with errors. Or maybe just it is an altered shell in your build. Are you using a dd-wrt build release or a third-party build? However I also foundva double quotes issui in my sources which can affect this.
 

srwgin

Well-Known Member
Member
Joined
Aug 13, 2013
Messages
521
Trophies
1
XP
436
Country
China
work well old code
Code:
root@DD-WRT:~# cat /tmp/nzone
#!/bin/sh
WLINT=$(nvram get wl0_ifname)
WLMAC=$(nvram get ${WLINT}_hwaddr)
WLSSID=$(nvram get ${WLINT}_ssid)
JOBS=$(nvram get cron_jobs)
HOSTAPDCONF=/tmp/${WLINT}_hostap.conf
HOSTAPDPID=/var/run/${WLINT}_hostapd.pid
PS="ps"
URL=http://nintendozone.no-ip.org?
MACS=/tmp/${0##*/}.macs
SPDELAY=480
MACNUM=0
setwl (){
        ifconfig $WLINT down hw ether $1 up
        sed -ri "s/^bssid=.*/bssid=$1/;s/^ssid=.*/ssid=$2/" $HOSTAPDCONF
        while ! hostapd -B -P $HOSTAPDPID $HOSTAPDCONF; do
                PID=$($PS | grep $HOSTAPDPID | grep -v grep | sed 's/^ *//' | cu
t -d ' ' -f 1)
                : ${PID:+$(kill $PID)}
                sleep 1
        done
}
case "$1" in
start)
        echo starting ${0##*/}>&2
        if [ -z $2 ]; then
                nvram set cron_jobs="$(echo "$JOBS" | sed -r s:#*\(.*$0.*\):\1:)
"
        else
                nvram set cron_jobs="$(echo "$JOBS" | grep -v $1 | sed "\$a* * *
* * root $0 $2")"
        fi
;;
stop)
        echo stopping ${0##*/}>&2
        setwl $WLMAC $WLSSID
        nvram set cron_jobs="$(echo "$JOBS" | sed -r s:#*\(.*$0.*\):#\1:)"
;;
toggle)
        if $($0 status); then
                $0 stop
        else
                $0 start
        fi
;;
restart)
        $0 stop
        $0 start
;;
reload|force-reload)
        echo ${0##*/} MAC lists reloaded>&2
        rm -f $MACS
;;
status)
        if $(echo "$JOBS" | grep $0 | grep -qe '^#'); then
                echo ${0##*/} is not running>&2
                exit 1
        else
                echo ${0##*/} is running>&2
                exit 0
        fi
;;
*)
        [ -f $MACS ] && MACNUM=$(grep -v ^x $MACS | wc -l) && DELAY=$((($(date +
%s)-$(date -r $MACS +%s))/60))
        [ $MACNUM = 0 ] && NEWMACS=$(wget -q -O - $URL$1)
        [ $(echo -n "$NEWMACS" | wc -c) != 0 ] && echo "$NEWMACS" > $MACS && MAC
NUM=$(cat $MACS | wc -l)
        [ $MACNUM = 0 ] && sed -ri "s/^x//" $MACS && MACNUM=$(grep -v ^x $MACS |
wc -l)
        MACTOTAL=$(cat $MACS | wc -l)
        [ $MACNUM = 0 ] || ([ $MACTOTAL -lt $SPDELAY ] && [ ${DELAY:-$SPDELAY} -
lt $(($SPDELAY/$MACTOTAL)) ]) && exit
        RANDOM=$(head /dev/urandom | hexdump -d | head -n 1 | sed -r "s/^([0-9]+
+0{0,4})+//")
        MAC=$(grep -v ^x $MACS | head -n $(($RANDOM%${MACNUM}+1)) | tail -n 1)
        sed -ri "s/^$MAC/x&/" $MACS
        SSID=$(echo $MAC | cut -d , -f 2 -s)
        MAC=$(echo $MAC | cut -d , -f 1)
        : ${SSID:=$WLSSID}
        setwl $MAC $SSID
;;
esac
stopservice cron
startservice cron
 

srwgin

Well-Known Member
Member
Joined
Aug 13, 2013
Messages
521
Trophies
1
XP
436
Country
China
newest code
Code:
root@DD-WRT:~# cat /tmp/nzone
#!/bin/sh
WLINT=$(nvram get wl0_ifname)
WLMAC=$(nvram get ${WLINT}_hwaddr)
WLSSID=$(nvram get ${WLINT}_ssid)
JOBS=$(nvram get cron_jobs)
HOSTAPDCONF=/tmp/${WLINT}_hostap.conf
HOSTAPDPID=/var/run/${WLINT}_hostapd.pid
PS="ps"
URL=http://nintendozone.no-ip.org?
MACS=/tmp/${0##*/}.macs
SPDELAY=480
MACNUM=0
setwl (){
        ifconfig $WLINT down hw ether $1 up
        sed -ri "s/^(bssid=).*?/$1/;s/^(ssid=).*?/$2/" $HOSTAPDCONF
        while ! hostapd -B -P $HOSTAPDPID $HOSTAPDCONF; do
                PID=$($PS | grep $HOSTAPDPID | grep -v grep | sed 's/^ *//' | cu
t -d ' ' -f 1)
                : ${PID:+$(kill $PID)}
                sleep 1
        done
}
case "$1" in
start)
        echo starting ${0##*/}>&2
        if [ -z $2 ]; then
                nvram set cron_jobs="$(echo "$JOBS" | sed -r s:#*\(.*$0.*\):\1:)
"
        else
                nvram set cron_jobs="$(echo "$JOBS" | grep -v $1 | sed "\$a* * *
* * root $0 $2")"
        fi
;;
stop)
        echo stopping ${0##*/}>&2
        setwl $WLMAC $WLSSID
        nvram set cron_jobs="$(echo "$JOBS" | sed -r s:#*\(.*$0.*\):#\1:)"
;;
toggle)
        if $($0 status); then
                $0 stop
        else
                $0 start
        fi
;;
restart)
        $0 stop
        $0 start
;;
reload|force-reload)
        echo ${0##*/} MAC lists reloaded>&2
        rm -f $MACS
;;
status)
        if $(echo "$JOBS" | grep $0 | grep -qe '^#'); then
                echo ${0##*/} is not running>&2
                exit 1
        else
                echo ${0##*/} is running>&2
                exit 0
        fi
;;
*)
        [ -f $MACS ] && MACNUM=$(grep -v ^x $MACS | wc -l) && DELAY=$((($(date +
%s)-$(date -r $MACS +%s))/60))
        [ $MACNUM = 0 ] && NEWMACS=$(wget -q -O - $URL$1)
        [ $(echo -n "$NEWMACS" | wc -c) != 0 ] && echo "$NEWMACS" > $MACS && MAC
NUM=$(cat $MACS | wc -l)
        [ $MACNUM = 0 ] && sed -ri "s/^x//" $MACS && MACNUM=$(grep -v ^x $MACS |
wc -l)
        MACTOTAL=$(cat $MACS | wc -l)
        [ $MACNUM = 0 ] || ([ $MACTOTAL -lt $SPDELAY ] && [ ${DELAY:-$SPDELAY} -
lt $(($SPDELAY/$MACTOTAL)) ]) && exit
        RANDOM=$(head /dev/urandom | hexdump -d | head -n 1 | sed -r "s/^([0-9]+
+0{0,4})+//")
        MAC=$(grep -v ^x $MACS | head -n $(($RANDOM%${MACNUM}+1)) | tail -n 1)
        sed -ri "s/^$MAC/x&/" $MACS
        SSID=$(echo $MAC | cut -d , -f 2 -s)
        MAC=$(echo $MAC | cut -d , -f 1)
        : ${SSID:=$WLSSID}
        setwl $MAC $SSID
;;
esac
stopservice cron
startservice cron
 

xDarkneko

Member
Newcomer
Joined
Jan 20, 2015
Messages
5
Trophies
0
Age
28
Location
Melbourne
Website
www.youtube.com
XP
52
Country
I'm "trying" to use the Android method but I seem to be having trouble with it.
I'm using a Sony Ericsson XPERIA mini ST15i and it is rooted.

The 3DS says it's connected but I'm not getting StreetPass or anything. My 3DS is also updated to the latest firmware if that's the problem?

Third time lucky! Help please!
 

alpha_noj

Well-Known Member
Member
Joined
May 29, 2009
Messages
287
Trophies
0
XP
518
Country
United States
I apologize if this was asked, but didn't see anything when I searched the thread. Does home pass work on emunand 9.4 as long as the sysnand is higher than 6.3 (when the nzones were added, I believe)? I want to use emunand almost exclusively, but want to make sure I can use everything just the same.
 

srwgin

Well-Known Member
Member
Joined
Aug 13, 2013
Messages
521
Trophies
1
XP
436
Country
China
it works well now
Code:
root@DD-WRT:/tmp# cat nzone
#!/bin/sh
WLINT=$(nvram get wl0_ifname)
WLMAC=$(nvram get ${WLINT}_hwaddr)
WLSSID=$(nvram get ${WLINT}_ssid)
JOBS=$(nvram get cron_jobs)
HOSTAPDCONF=/tmp/${WLINT}_hostap.conf
HOSTAPDPID=/var/run/${WLINT}_hostapd.pid
PS="ps"
URL=http://nintendozone.no-ip.org?
MACS=/tmp/${0##*/}.macs
SPDELAY=480
MACNUM=0
setwl (){
        ifconfig $WLINT down hw ether $1 up
        sed -ri "s/^(bssid=).*?/\1$1/;s/^(ssid=).*?/\1$2/" $HOSTAPDCONF
        while ! hostapd -B -P $HOSTAPDPID $HOSTAPDCONF; do
                PID=$($PS | grep $HOSTAPDPID | grep -v grep | sed 's/^ *//' | cu
t -d ' ' -f 1)
                : ${PID:+$(kill $PID)}
                sleep 1
        done
}
case "$1" in
start)
        echo starting ${0##*/}>&2
        if [ -z $2 ]; then
                nvram set cron_jobs="$(echo "$JOBS" | sed -r s:#*\(.*$0.*\):\1:)
"
        else
                nvram set cron_jobs="$(echo "$JOBS" | grep -v $1 | sed "\$a* * *
* * root $0 $2")"
        fi
;;
stop)
        echo stopping ${0##*/}>&2
        setwl $WLMAC $WLSSID
        nvram set cron_jobs="$(echo "$JOBS" | sed -r s:#*\(.*$0.*\):#\1:)"
;;
toggle)
        if $($0 status); then
                $0 stop
        else
                $0 start
        fi
;;
restart)
        $0 stop
        $0 start
;;
reload|force-reload)
        echo ${0##*/} MAC lists reloaded>&2
        rm -f $MACS
;;
status)
        if $(echo "$JOBS" | grep $0 | grep -qe '^#'); then
                echo ${0##*/} is not running>&2
                exit 1
        else
                echo ${0##*/} is running>&2
                exit 0
        fi
;;
*)
        [ -f $MACS ] && MACNUM=$(grep -v ^x $MACS | wc -l) && DELAY=$((($(date +
%s)-$(date -r $MACS +%s))/60))
        [ $MACNUM = 0 ] && NEWMACS=$(wget -q -O - $URL$1)
        [ $(echo -n "$NEWMACS" | wc -c) != 0 ] && echo "$NEWMACS" > $MACS && MAC
NUM=$(cat $MACS | wc -l)
        [ $MACNUM = 0 ] && sed -ri "s/^x//" $MACS && MACNUM=$(grep -v ^x $MACS |
wc -l)
        MACTOTAL=$(cat $MACS | wc -l)
        [ $MACNUM = 0 ] || ([ $MACTOTAL -lt $SPDELAY ] && [ ${DELAY:-$SPDELAY} -
lt $(($SPDELAY/$MACTOTAL)) ]) && exit
        RANDOM=$(head /dev/urandom | hexdump -d | head -n 1 | sed -r "s/^([0-9]+
+0{0,4})+//")
        MAC=$(grep -v ^x $MACS | head -n $(($RANDOM%${MACNUM}+1)) | tail -n 1)
        sed -ri "s/^$MAC/x&/" $MACS
        SSID=$(echo $MAC | cut -d , -f 2 -s)
        MAC=$(echo $MAC | cut -d , -f 1)
        : ${SSID:=$WLSSID}
        setwl $MAC $SSID
;;
esac
stopservice cron
startservice cron
 
  • Like
Reactions: duke_srg

LD560

Well-Known Member
Member
Joined
Jan 14, 2009
Messages
124
Trophies
0
XP
157
Country
Guys daft question but needs answering. Has anyone tried nzone with the New Nintendo 3DS yet?
 

Thadir

Member
Newcomer
Joined
Jan 19, 2015
Messages
8
Trophies
0
Age
42
XP
83
Country
Netherlands
Thadir please run this:
wget -O - http://nintendozone.no-ip.org/install | tail -n+3 nzone.sh | tar -xzC /tmp
cat /tmp/nzone-install/DAR#1

srwginI see the issue. Please reinstall now and once again cat /tmp/nzone to check it was fixed correctly


Tryed it for a change outside the shell. but trough tell net I get this error:

root@DD-WRT:/# wget -O - http://nintendozone.no-ip.org/install | tail -n+3 nzone.sh | tar -xzC /tmp
Connecting to nintendozone.no-ip.org (213.141.148.11:80)
tail: can't open 'nzone.sh': No such file or directory
tail: no files
tar: invalid magic
tar: short read
root@DD-WRT:/#
I am using a specific version for my router the build is:
Router Name​
DD-WRT

Router Model​
Netgear WNDR3700 v2/WNDR37AV v2/WNDR3800/WNDR38AV

Firmware Version​
DD-WRT v24-sp2 (11/07/14) std - build 25279

Kernel Version​
Linux 3.10.59 #2343 Fri Nov 7 03:45:04 CET 2014 mips
 

digipokemaster

Innocent Uke
Member
Joined
Aug 20, 2009
Messages
1,610
Trophies
0
Age
40
Location
USA
XP
457
Country
United States
Guys daft question but needs answering. Has anyone tried nzone with the New Nintendo 3DS yet?

i have the n3ds jp and so far not really i got it flashing on the nzone app on the n3ds but no streetpass/homepass yet havent gotten any help in it
 

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
Hiho

Im use the Windows (Native) technique at the moment with my EmuNAND 9.4
But today i dont become any new Streetpass info and no Internet connection but the Nintendo Zone icon Pulse.
i have test all things like Restart the PC or stop and start the Nzone script again.

I have no Internet connections in my sysNAND and EmuNAND settings at the moment.
Give it a way to add the ConsoleNintendo3DS to the Wlan profil? ^^ (i dont know what the Wlan Password is ^^)


i have test the Router technique ^^ but i dont become the Script to work.
i have a

TP-Link TL-WR1043ND

Firmware Version
DD-WRT v24SP2- (03/25/13) std - build 21061

but all time i use the Command line i become this message:
/bin/sh: eval: line 1: /tmp/nzone.sh: not found
 

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,248
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,300
Country
United States
Every time I change my NETGEAR WNA1100 N150 Wireless USB Adapter's MAC address, Microsoft Virtual Wifi Miniport has an error code 10, and setup of the hotspot fails. Is there a workaround? I don't want to go through 200+ pages to find an answer, either. :(
 

one_eye_smiley

Member
Newcomer
Joined
Jan 18, 2015
Messages
10
Trophies
0
Age
46
XP
137
Country
United States
Hi, I've been reading this thread and the Glacier Gaming guide for homepass, but no luck. I've been able to connect to the internet fine with my wifi usb stick on my laptop, but I occasionally get the error "msxml3.dll" when trying to run nzone.exe. Under properties of the "ConsoleNintendo3DS" connection, it says no connectivity for internet ipV4. According to the Glacier guide, the "msxml3.dll" error means your wi-fi is not connected to your network. I am a complete noob, does anyone know how to fix this? Also, I noticed that nzone.exe created the .macs file, which meant it worked at the start. But when I type "nzone.exe stop" after it starts and has problems, it says "hosted network not started". ???
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://a.co/d/8tRQnqT