Georgi Chorbadzhiyski
f40b692f00
Add support for ALARM STATUS command
4 years ago
Georgi Chorbadzhiyski
d8974177cb
Add -t / --timeout option
4 years ago
Georgi Chorbadzhiyski
b426418951
Change hosting URLs
6 years ago
Georgi Chorbadzhiyski
f335adc78c
README: Update reporting bugs section
6 years ago
Georgi Chorbadzhiyski
42a6e7e3ac
Rename configuration parameters.
--list-vinputs -> --list-inputs
--list-voutputs -> --list-outputs
--list-moutputs -> --list-monitor
--vi-X -> --in-X
--vo-X -> --out-X
--mo-X -> --mon-X
--se-X -> --ser-X
10 years ago
Georgi Chorbadzhiyski
e8bfb2bf00
Add support for --vi-output and --vi-monitor parameters.
10 years ago
Georgi Chorbadzhiyski
dd92e76c94
Add support for setting device friendly name using --set-name
My Videohub Micro doesn't support this extra but I suppose the
bigger models do (at least the official software v6 reads this
value and shows it instead of the device model).
10 years ago
Georgi Chorbadzhiyski
c31790b153
Document --list-frames option.
10 years ago
Georgi Chorbadzhiyski
67e863fdfd
Text fix.
10 years ago
Georgi Chorbadzhiyski
3069564657
Improve documentation.
10 years ago
Georgi Chorbadzhiyski
d6f8eeeebe
Add support for frames (names, routing and locks)
It is not tested on a real hardware. The number of frame buffers
is assumed to be the same as number of serial ports (as good guess
as any).
10 years ago
Georgi Chorbadzhiyski
54b685d478
Add support for processing units (routing and locks).
It is not tested on a real hardware.
10 years ago
Georgi Chorbadzhiyski
7056b30fbc
README: Update introduction text.
10 years ago
Georgi Chorbadzhiyski
e00b706d8e
Keep lines shorter than 72 chars.
10 years ago
Georgi Chorbadzhiyski
8f3d0c9840
Update TODO list and move it into README file.
10 years ago
Georgi Chorbadzhiyski
9dadd08575
Increase white space in tables so they look ok with ports number > 99.
10 years ago
Georgi Chorbadzhiyski
55a391f6e8
Add support for undocumented "Thunderbolt" port status/type.
10 years ago
Georgi Chorbadzhiyski
6176fb9bfe
Add support for clearing serial port connections.
10 years ago
Georgi Chorbadzhiyski
e343c41631
Improve docs.
10 years ago
Georgi Chorbadzhiyski
dfc473a128
Text fixes.
10 years ago
Georgi Chorbadzhiyski
30a6246f79
Add support for serial ports (names, routing, locks and directions).
10 years ago
Georgi Chorbadzhiyski
65ef6bb237
README: Small text fixes.
10 years ago
Georgi Chorbadzhiyski
6af996c9c6
Add missing documentation for --list-moutputs parameter.
10 years ago
Georgi Chorbadzhiyski
74952e542a
Add full support for monitoring video outputs.
10 years ago
Georgi Chorbadzhiyski
9c2510d566
Improve documentation.
10 years ago
Georgi Chorbadzhiyski
96aab1363d
Rename --vo-route parameter to --vo-input.
10 years ago
Georgi Chorbadzhiyski
6688abc16d
Add simple test suite.
10 years ago
Georgi Chorbadzhiyski
f300e5c449
Add support for port statuses (types) reported by Univeral Videohub.
10 years ago
Georgi Chorbadzhiyski
e7d8e15880
Add support for reading commands from text file using -T / --test-input.
10 years ago
Georgi Chorbadzhiyski
f7eb956180
Display where each input is being routed.
Now both sides of a connection are seen:
input -> output(s)
output <- input
10 years ago
Georgi Chorbadzhiyski
e65ffebd59
Text fixes.
10 years ago
Georgi Chorbadzhiyski
8436f9c2ed
Reorder parameters in usage().
10 years ago
Georgi Chorbadzhiyski
258dd4f0ea
Add support for -b / --backup parameter.
This prints the device configuration as videohubctrl parameters thus
allowing the configuration to be restored later.
10 years ago
Georgi Chorbadzhiyski
f50aa122ab
README: Add usage examples.
10 years ago
Georgi Chorbadzhiyski
0abf91951b
README: Move development info text.
10 years ago
Georgi Chorbadzhiyski
549d4308d0
Improve usage text.
10 years ago
Georgi Chorbadzhiyski
4175b91230
Add support for VIDEOHUB_HOST and VIDEOHUB_PORT env variables.
10 years ago
Georgi Chorbadzhiyski
97e21b220e
Add --list-{device,vinputs,voutputs} parameters and change output formating.
10 years ago
Georgi Chorbadzhiyski
68716f6cda
Print program name and version only in help screen and when -V is set.
10 years ago
Georgi Chorbadzhiyski
20b533f5a8
Add configuration commands.
Add support for setting video input/output names, video output locking
and video output routing.
10 years ago
Georgi Chorbadzhiyski
79ae59d671
Change output formatting to better show port locks and numbers.
Show port numbers next to inputs and outputs and locks next to
outputs to better reflect the logic for their manipulation.
10 years ago
Georgi Chorbadzhiyski
851545ad9f
Rename -s parameter (host) to -h.
Now the short parameter is the first letter of the long parameter
which is much more natural.
10 years ago
Georgi Chorbadzhiyski
f2b76ec642
Rename -h parameter (help) to -H.
The short -h parameter will be used to set device host name.
10 years ago
Georgi Chorbadzhiyski
8e881d6d11
Rename -v / --verbose parameter to -d / --debug.
10 years ago
Georgi Chorbadzhiyski
6d913c888d
Change own lock symbol to 'O' and document the symbols.
10 years ago
Georgi Chorbadzhiyski
56ae756e57
Add support for exclusive and non-exclusive locks.
10 years ago
Georgi Chorbadzhiyski
15c33940e8
Use couple of -v / --verbose parameters to increase logging verbosity.
10 years ago
Georgi Chorbadzhiyski
80a15bb523
Add -m / --monitor parameter for live configuration monitoring.
10 years ago
Georgi Chorbadzhiyski
6c09abc053
Fix routing information.
The routing was completely reversed and buggy. It should be done by
output instead it was done by input.
10 years ago
Georgi Chorbadzhiyski
79cd08ca88
Word wrap README and change program output to fit 72 columns.
10 years ago