summaryrefslogtreecommitdiff
path: root/voctocore/README.md
diff options
context:
space:
mode:
authorMarkus Otto <otto@fs.tum.de>2015-08-22 19:15:22 +0200
committerMaZderMind <git@mazdermind.de>2015-08-31 20:02:04 +0200
commit46aace37db5c035a6d6b432db261dc7c417456f4 (patch)
treecc98a569c8c02491ce59cbf5b9a5613c96fd78b2 /voctocore/README.md
parent5c243f1cac5cc489f3bbb821ab5064d9edf7d449 (diff)
make protocol work, some gui stuff
Diffstat (limited to 'voctocore/README.md')
-rw-r--r--voctocore/README.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/voctocore/README.md b/voctocore/README.md
index e9217e6..b5ad126 100644
--- a/voctocore/README.md
+++ b/voctocore/README.md
@@ -79,34 +79,34 @@ When another Client issues a Command and the Server executed it successfully, th
### Example Communication:
````
-< set_video_a cam1
-> ok
+< set video a cam1
+> ok cam1
-< set_composite_mode side_by_side_equal
-> ok
+< set composite side_by_side_equal
+> ok side_by_side_equal
-< get_output_port
+< get output port
> ok 11000
-< get_video_a
-> ok 0 cam1
+< get video a
+> ok cam1
-< set_composite_mode
+< get composite
> ok side_by_side_equal
-< set_video_a blafoo
+< set video a blafoo
> error "blafoo" is no known src
-< set_stream_blank pause
-> ok
+< set status blank pause
+> ok blank pause
-< set_stream_live
-> ok
+< set status live
+> ok live
-> signal set_video_a cam1
-> signal set_composite_mode side_by_side_equal
+> signal set video a cam1
+> signal set composite side_by_side_equal
````