Use a Raspberry pi as a Teknik lan-play access point !
Use a Raspberry pi as a Teknik lan-play access point !
Join the ARG discord server today with this link : https://discord.gg/u34jEgZ5Jv
Software you need for windows pc, mac version's are also available.
Raspberry pi imager: https://downloads.raspberrypi.org/imager/imager_latest.exe
Putty: https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.78-installer.msi
Commands to run in the order below:
Sudo apt-get update
sudo apt-get install libpcap-dev libuv-dev gcc g++ cmake # download dependencies
Sudo apt install git
git clone https://github.com/spacemeowx2/switch-lan-play.git
cd switch-lan-play
sudo mkdir build
cd build
sudo cmake ..
sudo make
cd src
sudo chmod +x lan-play
cp lan-play $HOME
cd ~
sudo ./lan-play --relay-server-addr lan.teknik.app:11451