Doing assorted multimedia work I often need to check if this or that OSC server is doing what I expect.
osc-repl is a handy tool when you want to send assorted messages to a particular address and port.
It requires some set-up, though.
I wanted another way to send OSC, something simpler. So I wrote a short script.
The conversion of raw arguments to their (assumed) type is kind of simple and there are no tests for robustness, but so far, so good.