simple command-line OSC messaging tool
- send/receive OSC packet over UDP
- support int32, float32 and string parameters
- sender supports IPv4 and IPv6 protocol
- receiver supports IPv4 protocol
- cross compiled executable binaries are available (MacOSX, Windows, Linux, RaspberryPi)
oscer host port /osc/address [args ...]
oscer receive port
oscer localhost 10000 /hello
oscer fe80::1%lo0 11000 /hello world
oscer 192.168.1.100 12000 /1/push1 1
oscer 192.168.1.101 13000 /accxyz 0.5 0.2 1.0
oscer receive 10000
oscer program is licensed under MIT License.
Contact: twitter @aike1000