oscurl
v0.0.2
Published
simple command line utility for osc
Readme
oscurl
a simple command line utility for sending osc messages, much like curl.
installing it
- get
node.js - run
npm install oscurl -gfrom the command line
using it
oscurl localhost:8000 /hello 4will send the number 4 to the /hello osc address to the osc server running on localhost on udp port 8000.
