vhs

command
v0.0.0-...-eb6d681 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

README

VHS

vhs is used to record OSC messages and to replay them at a later date

There are inputs and outputs.

Inputs currently supported are udp and recordings.

Outputs currently supported are udp and recordings.

Examples

Record data to only stdout, iu defines an input of udp

  • vhs iu :4201

Simple passthrough, ou defines an output of udp

  • vhs iu :4201 ou :4200

Recording for later, of defines an output of file.

  • vhs iu :4201 ou :4200 of recording.txt

List whats in a file to stdout, if defines an input of file.

  • vhs if recording.txt

Replay contents of a file to udp

  • vhs if recording.txt ou :4200

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL