Skip to main content

links


user(sudo -i)
adduser kiosk

sudo apt install -y curl
curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash -
apt install -y libphidget22 phidget22networkserver
apt install -y libphidget22*
apt install -y phidget22*
apt install -y python3

apt install -y npm
apt install -y nodejs
systemctl enable --now phidget22networkserver
systemctl status phidget22networkserver --no-pager


$webserver = ???
python3 -m http.server $webserver