Skip to content

Command line tool to monitor and send OSC messages, written in c /openFrameworks

Notifications You must be signed in to change notification settings

thomasgeissl/ofOSCDebugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofOSCDebugger

Description

ofOSCDebugger is command line tool to monitor and send OSC messages.

Build status

Build Status

Installation

OSX

On OSX you can install it via brew.

brew tap thomasgeissl/tools
brew install ofoscdebugger
# brew upgrade ofoscdebugger

This will download the most recent version of the OSC debugger and add it to your search path.

Building

And as always you can clone it to your openFrameworks apps directory and build it by running make.

Usage

  • listen to incomig OSC messages: ofOSCDebugger -p 8000
  • send an OSC message: ofOSCDebugger -h localhost -p 8000 -m "/address 0 0.0 zero false"
  • add -i to send an OSC message and then go into the interactive mode to be able to enter a new message and send it to the specified receiver: ofOSCDebugger -h localhost -p 8000 -m "/address 0 0.0 zero false" -i
  • whitespaces in string args has to be written as ---, e.g.: ofOSCDebugger -h localhost -p 8000 -m "/address oneStringArg anotherStringArg first---second---third"
  • listen to incomig OSC messages and save OSC sequence as json: ofOSCDebugger -p 8000 -o data.json
  • replay an OSC sequence: ofOSCDebugger -h localhost -p 8000 -j data.json
  • broadcast incoming messages: ofOSCDebugger -p 8000 -b "localhost 8001 localhost 8002"

Changelog

1.2.0

  • added broadcast option

1.1.1

  • Fixed relative paths for input and output paths

1.1.0

  • Added support for string args that contain whitespaces
  • Added record and replay

1.0.0

  • First stable version

License

This software is distributed under the MIT License, please note that dependencies might be released differently.

Copyright (c) 2019 Thomas Geissl

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Command line tool to monitor and send OSC messages, written in c /openFrameworks

Resources

Stars

Watchers

Forks

Packages

No packages published