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
apt install -y libphidget22*
apt install -y python3
python3 -m http.server
apt install -y npm
apt install -y nodejs
systemctl enable --now phidget22networkserver
systemctl status phidget22networkserver --no-pager

no