0.7.0 • Published 9 years ago

osc-hub v0.7.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

OSC HUB

broadcast osc messages over the network

Build Status NPM Version License

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.

architecture

Installation

npm install -g osc-hub

How to use

Run a osc-hub server.

osc-hub --server

Run a osc-hub client.

osc-hub -s 57121 -r 57122

Have fun!

demo

Run as a daemon

Run as a daemon with forever..

forever start -c osc-hub . --server

Options

    --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 version

License

MIT

0.7.0

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago