π Version 4.0.0 - Web App & Mobile Touch Controls
The Raspberry Pi server now includes an embedded web server with the same interface as the PC clients:
- Desktop Control Panel β virtual gamepad with keyboard bindings and browser Gamepad API support
- Mobile Touch Controls β touch-optimized on-screen gamepad with virtual joysticks for phones and tablets
- Layout Editor β drag/pinch to customize the mobile control layout
No client installation needed β The web interface is compiled into the ns-backend binary, no extra files required.
How to use
# Enable the web server (default port 8080)
sudo chrt -f 99 ./ns-backend -w
# Or with a custom port
sudo chrt -f 99 ./ns-backend -w 3000