Tutorial By Silverfalconlp 3dStreamPi
Install hotspot
sudo apt-get install hostapd iproute2 iw net-tools dnsmasq iptables
git clone https://github.com/oblique/create_ap
cd create_ap
sudo make install
(opcional para iinput redirection)
sudo apt-get install mono-complete
Install FakeMii
sudo apt-get install Node.js
git clone https://github.com/Lectem/FakeMii
cd FakeMii
sudo node FakeMii.js
----------------------------------------------------------------------------------------
launching stream 3ds
----------------------------------------------------------------------------------------
Make ap (starthotspot.sh on zip make this command)
sudo create_ap -n wlan0 MiWifi yylaspalmasyy
Make on FakeMii
sudo node /home/pi/FakeMii/FakeMii.js
Launch CuteNTR
sudo cutentr
-------------------------------------------------------------------------------------------
On 3ds
-------------------------------------------------------------------------------------------
Search your access point connect an look your ip
(can connect whit your smarphone and look ip whiit this)
on 3ds ,take on proxy on wifi settings on 3ds and on here
its your ip but .1 ond the last number and port its 3000
Ok .only need launch ntr (wifi has ok)
-------------------------------------------------------------------------------------------
Opcional make hotspot on autostartup
-------------------------------------------------------------------------------------------
sudo create_ap -n wlan0 MiWifi yylaspalmasyy --mkconfig /etc/auto_ap.conf
Start the systemd service (can stop changing start for stop)
systemctl start create_ap
Enable the service for start on Boot (change enable for disable for disable on boot)
systemctl enable create_ap