X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-tests-overview.md;h=b70eda1263a2af0407659d739a875941818dfb60;hb=c9bb1cec405741d5721dfcafb35b187c6f182a6f;hp=4ea252753610ea6e8cba2c73fb4e72bf4c5c4330;hpb=ec667b3dfe10945dc6fa140ef5acaaf10a437db9;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-tests-overview.md b/doc/afb-tests-overview.md index 4ea25275..b70eda12 100644 --- a/doc/afb-tests-overview.md +++ b/doc/afb-tests-overview.md @@ -1,23 +1,25 @@ -# Overview of tests shipped with AFB-Daemon - Version: 1 - Date: 30 mai 2016 - Author: Manuel Bachmann +Overview of tests shipped with AFB-Daemon +========================================= -## List of tests +List of tests +------------- Here are the tests shipped in the source tree: * **afb-client-demo** (command-line WebSockets) + * **token-websock.qml** (Qt/QML WebSockets) + * ***.html** (HTML5/JS HTTP-REST & WebSockets) -## Detail of tests +Detail of tests +--------------- ### afb-client-demo (command-line WebSockets) -This clients interactively calls plugins APIs from the command line, using the binder +This clients interactively calls bindings APIs from the command line, using the binder [WebSockets](https://en.wikipedia.org/wiki/WebSocket) facility. If _afb-daemon_ has been launched with the following parameters: @@ -30,7 +32,7 @@ Then run the client with : afb-client-demo ws://localhost:1234/api?token=123456 [ []] -For instance, to initialize the Audio plugin from the command line : +For instance, to initialize the Audio binding from the command line : afb-client-demo ws://localhost:1234/api?token=123456 @@ -38,7 +40,7 @@ The command doesn't return. You should type requests of type [