Skip to content

halop/switch-lan-play-raspi

 
 

Repository files navigation

Lan Play Switch WebUI for Raspberry Pi

Screenshot of GUI

Small WebApp to manage Lan Play for Switch on a Raspberry Pi created with Flask.

Compiled lan-play for ARM32 & ARM64 is included.

It's still very much WIP.

Installation

git clone https://github.com/halop/switch-lan-play-raspi.git
sudo apt install libpcap0.8 libuv1
cd switch-lan-play-raspi
python3 -m venv myenv
source myenv/bin/activate
pip3 install -r requirements.txt
chmod +x lan-play
sudo setcap cap_net_raw,cap_net_admin=eip /home/<user>/switch-lan-play-raspi/lan-play

Start

cd switch-lan-play-raspi
/home/<user>/switch-lan-play-raspi/myenv/bin/flask run --host <ip of raspberry> 

It'll run on port 5000, so ip of raspberry:5000 in your web browser.

Thanks to

arthurkoch for originally developing this web GUI: https://github.com/arthurkoch/switch-lan-play-raspi

spacemeowx2 for creating lan-play: https://github.com/spacemeowx2/switch-lan-play

About

web gui for raspberry pi for switch lan play

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.9%
  • Python 36.8%
  • Shell 2.3%