serve osc from www: simple web OSC controller
- node.js
- npm
git clone git@github.com:atsukoba/osc-webapp.git
cd osc-webapp
npm installnpm startand 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.netsending 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.


