mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-17 21:14:00 +00:00
add readosc tool
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||

|
||||
|
||||
# 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 run `readosc`
|
||||
Reference in New Issue
Block a user