0.0.6 • Published 8 months ago

sendosc v0.0.6

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
8 months ago

GitHub release (with filter) npm

sendosc

Simple NodeJS script for sending OSC via TCP or UDP inspired by this c++ utility of the same name.

Usage

  • using npx npx sendosc@latest host port address args...
  • install using npm install -g sendosc@latest and run sendosc host port address args...
  • use the precompiled binaries

Notes

  • args... is a list of arguments that will be parsed for basic types: 1.1 = float, 1 = integer, true = boolean. If a type can't be determined it will default to string.
  • the default protocol is UDP but can be changed to TCP using the -p flag

Examples

  • sendosc 127.0.0.1 8000 /test 1.0
  • sendosc 127.0.0.1 8000 /multi/part/address/with/boolean/arg true
  • sendosc -p tcp 127.0.0.1 8000 /this/is/sent/via/tcp
  • sendosc 127.0.0.1 8000 /test 1 2.0 three false
0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago