X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-tests-overview.md;h=d6f619fec5289a3678f93bbc91c9997af2428522;hb=1791f725039e9404ae92c00711520155167d180e;hp=98d971fc1e483a679eb37aef649c0d085efb8897;hpb=8902bb356f6b67c31e54cb23c27cd375f2f4ccdb;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-tests-overview.md b/doc/afb-tests-overview.md index 98d971fc..d6f619fe 100644 --- a/doc/afb-tests-overview.md +++ b/doc/afb-tests-overview.md @@ -1,10 +1,9 @@ -# 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: @@ -15,11 +14,12 @@ Here are the tests shipped in the source tree: * ***.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: @@ -32,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 @@ -58,7 +58,7 @@ For installing Qt5 on **Ubuntu 16.04**: $ apt-get install qmlscene qml-module-qtwebsockets qml-module-qtquick-controls -For installing Qt5 on **Fedora 23** : +For installing Qt5 on **Fedora >= 22** : $ dnf install qt5-qtdeclarative-devel qt5-qtwebsockets-devel qt5-qtquickcontrols