serve osc from www: simple web OSC controller
- node.js
- npm
git clone [email protected]:atsukoba/osc-webapp.git
cd osc-webapp
npm install
npm start
and share generated qr code/URL of local ip address and ngrok url to participants.
or you may use servo
to publish your local port to www
ssh -R 80:localhost:7000 serveo.net
sending osc message by tapping tiles
sending osc message by flicking a bubble
changing QR code URL (append them to URL)
- messaging :
"mode": "/"
- Demo Tiles :
"mode": "/tiles"
- Demo Throwing :
"mode": "/throw"
fork this repo and use demo.ejs
as html template.