0.7.0 • Published 10 years ago
osc-hub v0.7.0
OSC HUB
broadcast osc messages over the network
The hub receives osc messages from all clients connected to a server and broadcasts them. It is useful to share osc messages between some computers over the network.

Installation
npm install -g osc-hubHow to use
Run a osc-hub server.
osc-hub --serverRun a osc-hub client.
osc-hub -s 57121 -r 57122Have fun!

Run as a daemon
Run as a daemon with forever..
forever start -c osc-hub . --serverOptions
--server server mode
-h, --host String server host - default: localhost
-p, --port Int server port - default: 52885
-s, --send Int send port
-r, --receive Int receive port
-v, --version print the versionLicense
MIT