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
|
5a008c530a
|
Move commands enum into cmd.h
|
10 years ago |
Georgi Chorbadzhiyski
|
80d2a3d59e
|
Increase outputs and inputs to 288.
The biggest Videohub seems to have 288 inputs/outputs.
|
10 years ago |
Georgi Chorbadzhiyski
|
6ef51a7374
|
Move some checks out of parse_cmd().
It is not a good idea parse_cmd() to just die().
|
10 years ago |
Georgi Chorbadzhiyski
|
bcab8b796b
|
Improve some range checks.
|
10 years ago |
Georgi Chorbadzhiyski
|
6bdfe33ace
|
RELEASE: Version 0.2
|
10 years ago |
Georgi Chorbadzhiyski
|
a992db2581
|
Update TODO.
|
10 years ago |
Georgi Chorbadzhiyski
|
3adee6c91b
|
Use proper locks terminology.
|
10 years ago |
Georgi Chorbadzhiyski
|
a6d9bdbbf6
|
Add support for 'needs_update' device status.
|
10 years ago |
Georgi Chorbadzhiyski
|
37992c486a
|
Add proper protocol version checks.
|
10 years ago |
Georgi Chorbadzhiyski
|
6d913c888d
|
Change own lock symbol to 'O' and document the symbols.
|
10 years ago |
Georgi Chorbadzhiyski
|
34fad8c4bd
|
Increase MAX_{INPUTS,OUTPUTS} to 72.
|
10 years ago |
Georgi Chorbadzhiyski
|
d4079fb1f6
|
Include cmd.h where needed and fix the errors.
|
10 years ago |
Georgi Chorbadzhiyski
|
56ae756e57
|
Add support for exclusive and non-exclusive locks.
|
10 years ago |
Georgi Chorbadzhiyski
|
84c20a4ce4
|
Enable parsing of several commands in single buffer.
It is not guaranteed that each command will come in it's own buffer. In
fact when several changes are made at once the commands are not separated.
|
10 years ago |
Georgi Chorbadzhiyski
|
15c33940e8
|
Use couple of -v / --verbose parameters to increase logging verbosity.
|
10 years ago |
Georgi Chorbadzhiyski
|
6aa6835528
|
Locks are per output not per input.
|
10 years ago |
Georgi Chorbadzhiyski
|
80a15bb523
|
Add -m / --monitor parameter for live configuration monitoring.
|
10 years ago |
Georgi Chorbadzhiyski
|
d05509dbd9
|
Check if we are talking to Videohub device.
|
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
|
8ef5febf04
|
Fix build error under OS X.
|
10 years ago |
Georgi Chorbadzhiyski
|
79cd08ca88
|
Word wrap README and change program output to fit 72 columns.
|
10 years ago |
Georgi Chorbadzhiyski
|
09814bb426
|
VideoHub control initial commit.
|
10 years ago |