oscurl
simple command line utility for osc
a simple command line utility for sending osc messages, much like curl.
- get
node.js
- run
npm install oscurl -g
from the command line
oscurl localhost:8000 /hello 4
will send the number 4 to the /hello
osc address to the osc server running on localhost on udp port 8000.