readosc
v0.2.0
Published
Simple NodeJS utility for parsing osc buffers from stdin
Downloads
33
Readme
readosc
Simple NodeJS script for parsing OSC bytes from stdin.
Usage
Usage: readosc [options]
simple util to read osc packets from stdin
Options:
-V, --version output the version number
-h, --help display help for command
- using npx
npx readosc@latest
- install using
npm install -g readosc@latest
and runreadosc