1.2.1 ā€¢ Published 6 years ago

osc-debugger v1.2.1

Weekly downloads
3
License
The Unlicense
Repository
github
Last release
6 years ago

osc-debugger

Example of using osc-debugger

osc-debugger is a ā€“ šŸ„ ā€“ OSC debugger for the terminal. No results came up when I search for "osc debugger" on npm's website, so I figured there wasn't one.

It has two dazzlingly simple features:

  • Monitor OSC messages (over UDP) sent to a port
  • Send OSC messages (over UDP) to a port

Installation

This thingamajiggy is meant to live globally and happily in your terminal environment. So I would suggest you

npm i -g osc-debugger

with that shiny -g flag.

Usage

šŸŽ¶ Try with a little osc-debugger --help from my friends. šŸŽ¶

Interactive mode

If you were brave enough to install osc-debugger onto your system, then you are free to

osc-debugger

in your terminal. From there you will be escorted to your destination.

CLI commands

If you know where you are going and don't need that escort, you can

# Start a monitor
osc-debugger monitor -p 6666

# Start a sending session
osc-debugger send -p 6666 -a 192.168.0.666