From 0156b1645a201e44d5285c96d32cbfa5a9eb6814 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 30 May 2016 13:22:34 +0200 Subject: [PATCH] Improves the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iac5ee5c2ca014ced5fe836601e9afc362a9d4fda Signed-off-by: José Bollo --- doc/afb-application-writing.html | 68 ++++- doc/afb-application-writing.md | 52 +++- doc/afb-daemon.html | 171 +++++++++++ doc/afb-daemon.md | 158 ++++++++++ doc/afb-overview.html | 147 ++++++++- doc/afb-overview.md | 128 +++++++- doc/afb-plugin-writing.html | 640 ++++++++++++++++++--------------------- doc/afb-plugin-writing.md | 20 +- doc/afb-plugins-overview.html | 106 ++++++- doc/afb-plugins-overview.md | 14 +- 10 files changed, 1125 insertions(+), 379 deletions(-) create mode 100644 doc/afb-daemon.html create mode 100644 doc/afb-daemon.md diff --git a/doc/afb-application-writing.html b/doc/afb-application-writing.html index adb5ca7b..7c0278da 100644 --- a/doc/afb-application-writing.html +++ b/doc/afb-application-writing.html @@ -8,18 +8,63 @@

HOWTO WRITE an APPLICATION above AGL FRAMEWORK

version: 1
-Date:    29 mai 2016
+Date:    30 mai 2016
 Author:  José Bollo
 

+ +

Writing an HTML5 application

+ +

Developpers of HTML5 applications (client side) can easyly create +applications for AGL framework using their prefered +HTML framework.

+ +

Developpers can also create powerful server side plugins to improve +their application. This server side plugin should return the mime-type +application/json and can be accessed either by HTTP or by Websockets.

+ +

In a near future, the JSON-RPC protocol will be available together +with the current x-afb-json1 protocol.

+ +

Two examples of HTML5 applications are given:

+ + + + + +

Writing a Qt application

+ +

Writing Qt applications is also possible because Qt offers APIs to +make HTTP queries and to connect using WebSockets.

+ +

It is even possible to write a QML application. +It is demontrated by the sample application token-websock:

+ + + +

Writing a C application

@@ -36,5 +81,26 @@ Its source code is here

The current implementation use libsystemd and file descriptors. This may be changed in the future to also support secure sockets and being less dependant of libsystemd.

+ + +

Handling sessions within applications

+ + +

Exchanging tokens

+ +

Applications are communicating with their binder afb-daemon using +a network connection or a kind of network connection (unix domain +socket isn’t currently implemented but could be used in near future). +Also, HTTP protocol is not a connected protocol. It means that +the socket connection can not be used to authenticate a client.

+ +

For this reason, the binder should authenticate the application +by using a commonly shared secret named token.

+ +

At start, the framework communicate a common secret to both the binder +and its client: the application. When the application

+ + +

Handling sessions

diff --git a/doc/afb-application-writing.md b/doc/afb-application-writing.md index a7099a86..7d2cd635 100644 --- a/doc/afb-application-writing.md +++ b/doc/afb-application-writing.md @@ -1,11 +1,42 @@ HOWTO WRITE an APPLICATION above AGL FRAMEWORK ============================================== version: 1 - Date: 29 mai 2016 + Date: 30 mai 2016 Author: José Bollo TABLE-OF-CONTENT-HERE +Writing an HTML5 application +---------------------------- + +Developpers of HTML5 applications (client side) can easyly create +applications for AGL framework using their prefered +HTML framework. + +Developpers can also create powerful server side plugins to improve +their application. This server side plugin should return the mime-type +application/json and can be accessed either by HTTP or by Websockets. + +In a near future, the JSON-RPC protocol will be available together +with the current x-afb-json1 protocol. + +Two examples of HTML5 applications are given: + +- [afb-client](https://github.com/iotbzh/afb-client) a simple "hello world" application + +- [afm-client](https://github.com/iotbzh/afm-client) a simple "Home screen" application + +Writing a Qt application +------------------------ + +Writing Qt applications is also possible because Qt offers APIs to +make HTTP queries and to connect using WebSockets. + +It is even possible to write a QML application. +It is demontrated by the sample application token-websock: + +- [token-websock](https://github.com/iotbzh/afb-daemon/blob/master/test/token-websock.qml) +a simple "hello world" application in QML Writing a C application ----------------------- @@ -24,4 +55,23 @@ The current implementation use libsystemd and file descriptors. This may be changed in the future to also support secure sockets and being less dependant of libsystemd. +Handling sessions within applications +------------------------------------- + +### Exchanging tokens + +Applications are communicating with their binder afb-daemon using +a network connection or a kind of network connection (unix domain +socket isn't currently implemented but could be used in near future). +Also, HTTP protocol is not a connected protocol. It means that +the socket connection can not be used to authenticate a client. + +For this reason, the binder should authenticate the application +by using a commonly shared secret named token. + +At start, the framework communicate a common secret to both the binder +and its client: the application. When the application + +### Handling sessions + diff --git a/doc/afb-daemon.html b/doc/afb-daemon.html new file mode 100644 index 00000000..85b24980 --- /dev/null +++ b/doc/afb-daemon.html @@ -0,0 +1,171 @@ + + + + + + + +

The binder AFB-DAEMON

+ +
version: 1
+Date:    30 mai 2016
+Author:  José Bollo
+
+ +

+ + +

Launching the binder afb-daemon

+ +

The launch options for binder afb-daemon are:

+ +
  --help
+
+        Prints help with available options
+
+  --version
+
+        Display version and copyright
+
+  --verbose
+
+        Increases the verbosity, can be repeated
+
+  --port=xxxx
+
+        HTTP listening TCP port  [default 1234]
+
+  --rootdir=xxxx
+
+        HTTP Root Directory [default $AFBDIR or else $HOME/.AFB]
+
+  --rootbase=xxxx
+
+        Angular Base Root URL [default /opa]
+
+        This is used for any application of kind OPA (one page application).
+        When set, any missing document whose url has the form /opa/zzz
+        is translated to /opa/#!zzz
+
+  --rootapi=xxxx
+
+        HTML Root API URL [default /api]
+
+        The plugins are available within that url.
+
+  --alias=xxxx
+
+        Maps a path located anywhere in the file system to the
+        a subdirectory. The syntax for mapping a PATH to the
+        subdirectory NAME is: --alias=/NAME:PATH.
+
+        Example: --alias=/icons:/usr/share/icons maps the
+        content of /usr/share/icons within the subpath /icons.
+
+        This option can be repeated.
+
+  --apitimeout=xxxx
+
+        Plugin API timeout in seconds [default 20]
+
+        Defines how many seconds maximum a method is allowed to run.
+        0 means no limit.
+
+  --cntxtimeout=xxxx
+
+        Client Session Timeout in seconds [default 3600]
+
+  --cache-eol=xxxx
+
+        Client cache end of live [default 100000 that is 27,7 hours]
+
+  --sessiondir=xxxx
+
+        Sessions file path [default rootdir/sessions]
+
+  --ldpaths=xxxx
+
+        Load Plugins from given paths separated by colons
+        as for dir1:dir2:plugin1.so:... [default = $libdir/afb]
+
+        You can mix path to directories and to plugins.
+        The sub-directories of the given directories are searched
+        recursively.
+
+        The plugins are the files terminated by '.so' (the extension
+        so denotes shared object) that contain the public entry symbol.
+
+  --plugin=xxxx
+
+        Load the plugin of given path.
+
+  --token=xxxx
+
+        Initial Secret token to authenticate.
+
+        If not set, no client can authenticate.
+
+        If set to the empty string, then any initial token is accepted.
+
+  --mode=xxxx
+
+        Set the mode: either local, remote or global.
+
+        The mode indicate if the application is run locally on the host
+        or remotely through network.
+
+  --readyfd=xxxx
+
+        Set the #fd to signal when ready
+
+        If set, the binder afb-daemon will write "READY=1\n" on the file
+        descriptor whose number if given (/proc/self/fd/xxx).
+
+  --dbus-client=xxxx
+
+        Transparent binding to a binder afb-daemon service through dbus.
+
+        It creates an API of name xxxx that is implemented remotely
+        and queried via DBUS.
+
+  --dbus-server=xxxx
+
+        Provides a binder afb-daemon service through dbus.
+
+        The name xxxx must be the name of an API defined by a plugin.
+        This API is exported through DBUS.
+
+  --foreground
+
+        Get all in foreground mode (default)
+
+  --daemon
+
+        Get all in background mode
+
+ + +

Working with afb-daemon

+ + +

Future of afb-daemon

+ + + + diff --git a/doc/afb-daemon.md b/doc/afb-daemon.md new file mode 100644 index 00000000..72d5eacb --- /dev/null +++ b/doc/afb-daemon.md @@ -0,0 +1,158 @@ +The binder AFB-DAEMON +===================== + version: 1 + Date: 30 mai 2016 + Author: José Bollo + +TABLE-OF-CONTENT-HERE + +Launching the binder afb-daemon +------------------------------- + +The launch options for binder **afb-daemon** are: + + --help + + Prints help with available options + + --version + + Display version and copyright + + --verbose + + Increases the verbosity, can be repeated + + --port=xxxx + + HTTP listening TCP port [default 1234] + + --rootdir=xxxx + + HTTP Root Directory [default $AFBDIR or else $HOME/.AFB] + + --rootbase=xxxx + + Angular Base Root URL [default /opa] + + This is used for any application of kind OPA (one page application). + When set, any missing document whose url has the form /opa/zzz + is translated to /opa/#!zzz + + --rootapi=xxxx + + HTML Root API URL [default /api] + + The plugins are available within that url. + + --alias=xxxx + + Maps a path located anywhere in the file system to the + a subdirectory. The syntax for mapping a PATH to the + subdirectory NAME is: --alias=/NAME:PATH. + + Example: --alias=/icons:/usr/share/icons maps the + content of /usr/share/icons within the subpath /icons. + + This option can be repeated. + + --apitimeout=xxxx + + Plugin API timeout in seconds [default 20] + + Defines how many seconds maximum a method is allowed to run. + 0 means no limit. + + --cntxtimeout=xxxx + + Client Session Timeout in seconds [default 3600] + + --cache-eol=xxxx + + Client cache end of live [default 100000 that is 27,7 hours] + + --sessiondir=xxxx + + Sessions file path [default rootdir/sessions] + + --ldpaths=xxxx + + Load Plugins from given paths separated by colons + as for dir1:dir2:plugin1.so:... [default = $libdir/afb] + + You can mix path to directories and to plugins. + The sub-directories of the given directories are searched + recursively. + + The plugins are the files terminated by '.so' (the extension + so denotes shared object) that contain the public entry symbol. + + --plugin=xxxx + + Load the plugin of given path. + + --token=xxxx + + Initial Secret token to authenticate. + + If not set, no client can authenticate. + + If set to the empty string, then any initial token is accepted. + + --mode=xxxx + + Set the mode: either local, remote or global. + + The mode indicate if the application is run locally on the host + or remotely through network. + + --readyfd=xxxx + + Set the #fd to signal when ready + + If set, the binder afb-daemon will write "READY=1\n" on the file + descriptor whose number if given (/proc/self/fd/xxx). + + --dbus-client=xxxx + + Transparent binding to a binder afb-daemon service through dbus. + + It creates an API of name xxxx that is implemented remotely + and queried via DBUS. + + --dbus-server=xxxx + + Provides a binder afb-daemon service through dbus. + + The name xxxx must be the name of an API defined by a plugin. + This API is exported through DBUS. + + --foreground + + Get all in foreground mode (default) + + --daemon + + Get all in background mode + + +Working with afb-daemon +----------------------- + + + +Future of afb-daemon +-------------------- + +- Integration of the protocol JSON-RPC for the websockets. + +- The binder afb-daemon would launch the applications directly. + +- The current setting of mode (local/remote/global) might be reworked to a +mechanism for querying configuration variables. + +- Implements "one-shot" initial token. It means that after its first +authenticated use, the initial token is removed and no client can connect +anymore. + + diff --git a/doc/afb-overview.html b/doc/afb-overview.html index 15331282..cfb5de75 100644 --- a/doc/afb-overview.html +++ b/doc/afb-overview.html @@ -8,7 +8,7 @@

Overview of AFB-DAEMON

version: 1
-Date:    29 mai 2016
+Date:    30 mai 2016
 Author:  José Bollo
 
@@ -16,6 +16,14 @@ Author: José Bollo
  • Overview of AFB-DAEMON
  • @@ -33,6 +41,8 @@ an application to the AGL framework and AGL system.

    On the following figure, you can use a typical use of afb-daemon:

    +

    Figure: binder afb-daemon, basis

    +
    . . . . . . . . . . . . . . . . . . . . . . . . . .
     .        Isolated security context                .
     .                                                 .
    @@ -45,6 +55,7 @@ of afb-daemon:

    . | . . +-------------------+----------------------+ . . | : | . +. | b i n d e r : | . . | A F B - D A E M O N : PLUGINS | . . | : | . . +-------------------+----------------------+ . @@ -68,5 +79,139 @@ system through the binder.

    to security enforcement for accessing hardware ressources or for speeding parts of algorithm.

    + + + +

    Use cases of the binder afb-daemon

    + +

    This section tries to give a better understanding of the binder +usage through several use cases.

    + + +

    Remotely running application

    + +

    One of the most interresting aspect of using the binder afb-daemon +is the ability to run applications remotely. This feature is +possible because the binder afb-daemon implements native web +protocols.

    + +

    So the figure binder, basis would become +when the application is run remotely:

    + +

    Figure: binder afb-daemon and remotely running application

    + +
                 +------------------------------+
    +             |                              |
    +             |    A P P L I C A T I O N     |
    +             |                              |
    +             +--------------+---------------+
    +                            |
    +                       ~ ~ ~ ~ ~ ~
    +                      :  NETWORK  :
    +                       ~ ~ ~ ~ ~ ~
    +                            |
    +. . . . . . . . . . . . . . | . . . . . . . . . . . . . .
    +. Isolated security         |                           .
    +.   context                 |                           .
    +.                           |                           .
    +.     . . . . . . . . . . . . . . . . . . . . . . . .   .
    +.     .                                             .   .
    +.     .               F I R E W A L L               .   .
    +.     .                                             .   .
    +.     . . . . . . . . . . . . . . . . . . . . . . . .   .
    +.                           |                           .
    +.       +-------------------+----------------------+    .
    +.       |                            :             |    .
    +.       |    A F B - D A E M O N     :   PLUGINS   |    .
    +.       |                            :             |    .
    +.       +-------------------+----------------------+    .
    +.                           |                           .
    +. . . . . . . . . . . . . . | . . . . . . . . . . . . . .
    +                            |
    +                            v
    +                       AGL SYSTEM
    +
    + + +

    Adding native features to HTML5/QML applications

    + +

    Applications can provide with their packaged delivery a plugin. +That plugin will be instanciated for each application instance. +The methods of the plugin will be accessible by applications and +will be excuted within the security context.

    + + +

    Offering services to the system

    + +

    It is possible to run the binder afb-daemon as a daemon that provides the +API of its plugins.

    + +

    This will be used for:

    + +
      +
    1. offering common APIs

    2. +
    3. provide application’s services (services provided as application)

    4. +
    + + +

    In that case, the figure showing the whole aspects is

    + +

    Figure: binder afb-daemon for services

    + +
    . . . . . . . . . . . . . . . . . . . . . . 
    +.  Isolated security context application  . 
    +.                                         . 
    +.    +------------------------------+     . 
    +.    |                              |     . 
    +.    |    A P P L I C A T I O N     |     . 
    +.    |                              |     . 
    +.    +--------------+---------------+     .     . . . . . . . . . . . . . . . . . . . . . .
    +.                   |                     .     .        Isolated security context A      .
    +.                   |                     .     .                                         .
    +. +-----------------+------------------+  .     . +------------------------------------+  .
    +. |                        :           |  .     . |                        :           |  .
    +. |      b i n d e r       :           |  .     . |      b i n d e r       :  service  |  .
    +. |  A F B - D A E M O N   :  PLUGINS  |  .     . |  A F B - D A E M O N   :  PLUGINS  |  .
    +. |                        :           |  .     . |                        :     A     |  .
    +. +-----------------+------------------+  .     . +-----------------+------------------+  .
    +.                   |                     .     .                   |                     .
    +. . . . . . . . . . | . . . . . . . . . . .     . . . . . . . . . . | . . . . . . . . . . .
    +                    |                                               |
    +                    v                                               v
    +         ================================================================================
    +                                     D - B U S   &   C Y N A R A
    +         ================================================================================
    +                    ^                                               ^
    +                    |                                               |
    +. . . . . . . . . . | . . . . . . . . . . .     . . . . . . . . . . | . . . . . . . . . . .
    +.                   |                     .     .                   |                     .
    +. +-----------------+------------------+  .     . +-----------------+------------------+  .
    +. |                        :           |  .     . |                        :           |  .
    +. |      b i n d e r       :  service  |  .     . |      b i n d e r       :  service  |  .
    +. |  A F B - D A E M O N   :  PLUGINS  |  .     . |  A F B - D A E M O N   :  PLUGINS  |  .
    +. |                        :     B     |  .     . |                        :     C     |  .
    +. +------------------------------------+  .     . +------------------------------------+  .
    +.                                         .     .                                         .
    +.        Isolated security context B      .     .        Isolated security context C      .
    +. . . . . . . . . . . . . . . . . . . . . .     . . . . . . . . . . . . . . . . . . . . . .
    +
    + + +

    The plugins of the binder afb-daemon

    + +

    The binder can instanciate plugins. The primary use of plugins +is to add native methods that can be accessed by applications +written with any language through web technologies ala JSON RPC.

    + +

    This simple idea is declined to serves multiple purposes:

    + +
      +
    1. add native feature to applications

    2. +
    3. add common API available by any applications

    4. +
    5. provide customers services

    6. +
    + + +

    A specific document shows

    diff --git a/doc/afb-overview.md b/doc/afb-overview.md index a5b19231..a5dcdf0b 100644 --- a/doc/afb-overview.md +++ b/doc/afb-overview.md @@ -1,7 +1,7 @@ Overview of AFB-DAEMON ====================== version: 1 - Date: 29 mai 2016 + Date: 30 mai 2016 Author: José Bollo TABLE-OF-CONTENT-HERE @@ -19,6 +19,8 @@ an application to the AGL framework and AGL system. On the following figure, you can use a typical use of afb-daemon: +

    Figure: binder afb-daemon, basis

    + . . . . . . . . . . . . . . . . . . . . . . . . . . . Isolated security context . . . @@ -31,6 +33,7 @@ of afb-daemon: . | . . +-------------------+----------------------+ . . | : | . + . | b i n d e r : | . . | A F B - D A E M O N : PLUGINS | . . | : | . . +-------------------+----------------------+ . @@ -54,5 +57,128 @@ The binder afb-daemon serves multiple purposes: to security enforcement for accessing hardware ressources or for speeding parts of algorithm. +Use cases of the binder afb-daemon +---------------------------------- + +This section tries to give a better understanding of the binder +usage through several use cases. + +### Remotely running application + +One of the most interresting aspect of using the binder afb-daemon +is the ability to run applications remotely. This feature is +possible because the binder afb-daemon implements native web +protocols. + +So the [figure binder, basis](#binder-fig-1) would become +when the application is run remotely: + +

    Figure: binder afb-daemon and remotely running application

    + + +------------------------------+ + | | + | A P P L I C A T I O N | + | | + +--------------+---------------+ + | + ~ ~ ~ ~ ~ ~ + : NETWORK : + ~ ~ ~ ~ ~ ~ + | + . . . . . . . . . . . . . . | . . . . . . . . . . . . . . + . Isolated security | . + . context | . + . | . + . . . . . . . . . . . . . . . . . . . . . . . . . . + . . . . + . . F I R E W A L L . . + . . . . + . . . . . . . . . . . . . . . . . . . . . . . . . . + . | . + . +-------------------+----------------------+ . + . | : | . + . | A F B - D A E M O N : PLUGINS | . + . | : | . + . +-------------------+----------------------+ . + . | . + . . . . . . . . . . . . . . | . . . . . . . . . . . . . . + | + v + AGL SYSTEM + +### Adding native features to HTML5/QML applications + +Applications can provide with their packaged delivery a plugin. +That plugin will be instanciated for each application instance. +The methods of the plugin will be accessible by applications and +will be excuted within the security context. + +### Offering services to the system + +It is possible to run the binder afb-daemon as a daemon that provides the +API of its plugins. + +This will be used for: + +1. offering common APIs + +2. provide application's services (services provided as application) + +In that case, the figure showing the whole aspects is + +

    Figure: binder afb-daemon for services

    + + . . . . . . . . . . . . . . . . . . . . . . + . Isolated security context application . + . . + . +------------------------------+ . + . | | . + . | A P P L I C A T I O N | . + . | | . + . +--------------+---------------+ . . . . . . . . . . . . . . . . . . . . . . . + . | . . Isolated security context A . + . | . . . + . +-----------------+------------------+ . . +------------------------------------+ . + . | : | . . | : | . + . | b i n d e r : | . . | b i n d e r : service | . + . | A F B - D A E M O N : PLUGINS | . . | A F B - D A E M O N : PLUGINS | . + . | : | . . | : A | . + . +-----------------+------------------+ . . +-----------------+------------------+ . + . | . . | . + . . . . . . . . . . | . . . . . . . . . . . . . . . . . . . . . | . . . . . . . . . . . + | | + v v + ================================================================================ + D - B U S & C Y N A R A + ================================================================================ + ^ ^ + | | + . . . . . . . . . . | . . . . . . . . . . . . . . . . . . . . . | . . . . . . . . . . . + . | . . | . + . +-----------------+------------------+ . . +-----------------+------------------+ . + . | : | . . | : | . + . | b i n d e r : service | . . | b i n d e r : service | . + . | A F B - D A E M O N : PLUGINS | . . | A F B - D A E M O N : PLUGINS | . + . | : B | . . | : C | . + . +------------------------------------+ . . +------------------------------------+ . + . . . . + . Isolated security context B . . Isolated security context C . + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + +The plugins of the binder afb-daemon +------------------------------------ + +The binder can instanciate plugins. The primary use of plugins +is to add native methods that can be accessed by applications +written with any language through web technologies ala JSON RPC. + +This simple idea is declined to serves multiple purposes: + +1. add native feature to applications + +2. add common API available by any applications +3. provide customers services +A specific document shows diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index 1864cfdf..84a23573 100644 --- a/doc/afb-plugin-writing.html +++ b/doc/afb-plugin-writing.html @@ -8,7 +8,7 @@

    HOWTO WRITE a PLUGIN for AFB-DAEMON

    version: 1
    -Date:    29 mai 2016
    +Date:    30 mai 2016
     Author:  José Bollo
     
    @@ -28,9 +28,9 @@ Author: José Bollo
  • Plugin Contend
  • @@ -42,16 +42,16 @@ Author: José Bollo
  • Choosing names
  • -
  • Writing a synchronous verb implementation +
  • Writing a synchronous method implementation
  • Getting argument of invocation @@ -61,7 +61,7 @@ Author: José Bollo
  • Arguments as a JSON object
  • -
  • Initialisation of the plugin and declaration of verbs
  • +
  • Initialisation of the plugin and declaration of methods
  • Sending messages to the log system
  • Sending events
  • -
  • Writing an asynchronous verb implementation
  • +
  • Writing an asynchronous method implementation
  • How to build a plugin
    • Example for cmake meta build system
    • @@ -85,14 +85,14 @@ Author: José Bollo

      Summary

      -

      The binder afb-daemon serves files through HTTP protocol -and offers to developers the capability to expose application APIs through +

      Afb-daemon binders serve files through HTTP protocol +and offers to developers the capability to expose application API methods through HTTP or WebSocket protocol.

      Binder plugins are used to add API to afb-daemon. -This part describes how to write a plugin for afb-daemon. -Excepting this summary, this part is intended to be read -by developers.

      +This part describes how to write a plugin for afb-daemon.

      + +

      Excepting this summary, this document target developers.

      Before moving further through an example, here after a short overview of binder plugins fundamentals.

      @@ -100,38 +100,38 @@ a short overview of binder plugins fundamentals.

      Nature of a plugin

      -

      A plugin is an independent piece of software, self contain and expose as a dynamically loadable library. -A plugin is loaded by afb-daemon that exposes contained API dynamically at runtime.

      +

      A plugin is an independent piece of software. A plugin is self contain and exposes application logic as sharable library. +A plugin is intended to be dynamically loaded by afb-daemon to expose application API.

      -

      Technically, a binder plugins does not reference and is not linked with any library from afb-daemon.

      +

      Technically, a binder plugin does not reference and is not linked with any afb-daemon library.

      Class of plugins

      -

      Application binder supports two kinds of plugins: application plugins and service -plugins. Technically both class of plugin are equivalent and coding API is shared. Only sharing mode and security context diverge.

      +

      Application binder supports two kinds of plugins: application plugins and service plugins. +Technically both class of plugin are equivalent are use the same coding convention. Only sharing mode and security context diverge.

      Application-plugins

      Application-plugins implements the glue in between application’s UI and services. Every AGL application has a corresponding binder that typically activates one or many plugins to interface the application logic with lower platform services. -When an application is started by AGL application framework, a dedicate binder is started that loads/activates application plugin(s). -The API expose by application-plugin are executed within corresponding application security context.

      +When an application is started by the AGL application framework, a dedicate binder is started that loads/activates application plugin(s). +API expose by application-plugin are executed within corresponding application security context.

      Application plugins generally handle a unique context for a unique client. As the application framework start a dedicated instance of afb_daemon for each AGL application, if a given plugin is used within multiple application each of those -application get a new and private instance of this “shared” plugin.

      +application get a new and private instance of eventually “shared” plugin.

      Service-plugins

      Service-plugins enable API activation within corresponding service security context and not within calling application context. -Service-plugins are intended to run as a unique instance that is shared in between multiple clients.

      +Service-plugins are intended to run as a unique instance. Service-plugins can be shared in between multiple clients.

      Service-plugins can either be stateless or manage client context. When managing context each client get a private context.

      -

      Sharing may either be global to the platform (ie: GPS service) or dedicated to a given user (ie: preference management)

      +

      Sharing may either be global to the platform (ie: GPS service) or dedicated to a given user (ie: user preferences)

      Live cycle of plugins within afb-daemon

      @@ -141,11 +141,11 @@ Service-plugins are intended to run as a unique instance that is shared in betwe

      At launch time, every loaded plugin initialise itself. If a single plugin initialisation fail corresponding instance of afb-daemon self aborts.

      -

      Conversely, when plugin initialisation succeeds, it should register -its unique name and the list of API verbs it exposes.

      +

      Conversely, when a plugin initialisation succeeds, it should register +its unique name as well as the list of verbs attached to the methods it exposes.

      -

      When initialised, on request from clients plugin’s function corresponding to expose API verbs -are activated by the afb-daemon instance attached to the application or service.

      +

      When initialised, on request from application clients to the right API/verb, plugin methods +are activated by the afb-daemon attached to the application or service.

      At exit time, no special action is enforced by afb-daemon. When a specific actions is required at afb-daemon stop, developers should use ‘atexit/on_exit’ during plugin initialisation sequence to register a custom exit function.

      @@ -156,100 +156,85 @@ developers should use ‘atexit/on_exit’ during plugin initialisation

      Afb-daemon’s plugin register two classes of objects: names and functions.

      Plugins declare categories of names: - - A unique plugin name, - - Multiple API verb’s names.

      + - A unique plugin name to access all API expose by this plugin, + - One name for each methods/verbs provided by this plugin.

      Plugins declare two categories of functions: - - initialisation function - - API functions implementing verbs

      + - function use for the initialisation + - functions implementing exposed API methods

      -

      Afb-daemon parses URI requests to extract plugin name and API verb. -As an example, URI foo/bar translates to API verb named bar within plugin named foo. -To serve such a request, afb-daemon looks for an active plugin named foo and then within this plugin for an API verb named bar. -When find afb-daemon calls corresponding function with attached parameter if any.

      +

      Afb-daemon parses URI requests to extract the API(plugin name) and the VERB(method to activate). +As an example, URI foo/bar translates to plugin named foo and method named bar. +To serve such a request, afb-daemon looks for an active plugin named foo and then within this plugin for a method named bar. +When find afb-daemon calls corresponding method with attached parameter if any.

      Afb-daemon ignores letter case when parsing URI. Thus TicTacToe/Board and tictactoe/board are equivalent.

      The name of the plugin

      -

      The name of the plugin is also known as the name -of the API that defines the plugin.

      - -

      This name is also known as the prefix.

      - -

      The name of a plugin MUST be unique within afb-daemon.

      +

      The name of a given plugin is also known as the name +of the API prefix that defines the plugin.

      -

      For example, when a client of afb-daemon -calls a method named foo/bar. Afb-daemon -extracts the prefix foo and the suffix bar. -foo is the API name and must match a plugin name, -the plugin that implements the verb bar.

      +

      The name of a plugin SHOULD be unique within a given afb-daemon instance.

      - -

      Names of verbs

      +

      For example, when a client of afb-daemon calls a URI named foo/bar. Afb-daemon +extracts the prefix foo and the suffix bar. foo must match a plugin name and bar a VERB attached to some method.

      -

      Each plugin exposes a set of verbs that can be called -by client of afb-daemon.

      + +

      Names of methods

      -

      The name of a verb MUST be unique within a plugin.

      +

      Each plugin exposes a set of methods that can be called +by the clients of a given afb-daemon.

      -

      Plugins link verbs to functions that are called -when clients emit requests for that verb.

      +

      VERB’s name attached to a given plugin (API) MUST be unique within a plugin.

      -

      For example, when a client of afb-daemon -calls a method named foo/bar.

      +

      Plugins static declaration link VERBS to corresponding methods. +When clients emit requests on a given API/VERB corresponding method is called by afb-daemon.

      - -

      The initialisation function

      + +

      Initialisation function

      -

      The initialisation function serves several purposes.

      +

      Plugin’s initialisation function serves several purposes.

        -
      1. It allows afb-daemon to check the version -of the plugin using the name of the initialisation -functions that it found. Currently, the initialisation -function is named pluginAfbV1Register. It identifies -the first version of plugins.

      2. -
      3. It allows the plugin to initialise itself.

      4. -
      5. It serves to the plugin to declare names, descriptions, -requirements and implmentations of the verbs that it exposes.

      6. +
      7. It allows afb-daemon to control plugin version depending on initialisation function name. +As today, the only supported initialisation function is pluginAfbV1Register. This identifies +version “one” of plugins.

      8. +
      9. It allows plugins to initialise itself.

      10. +
      11. It enables names declarations: descriptions, requirements and implementations of exposed API/VERB.

      - -

      Functions implementing verbs

      + +

      Functions instantiation of API/VERBs

      -

      When a method is called, afb-daemon constructs a request -object and pass it to the implementation function for verb -within the plugin of the API.

      +

      When an API/VERB is called, afb-daemon constructs a request object. Then it +passes this request object to the implementation function corresponding to requested method, this +within attached API plugin.

      An implementation function receives a request object that -is used to get arguments of the request, to send -answer, to store session data.

      +is used to: get arguments of the request, send +answer, store session data.

      -

      A plugin MUST send an answer to the request.

      +

      A plugin MUST set an answer to every received requests.

      -

      But it is not mandatory to send the answer -before to return from the implementing function. -This behaviour is important for implementing -asynchronous actions.

      +

      Nevertheless it is not mandatory to set the answer +before returning from API/VERB implementing function. +This behaviour is important for asynchronous actions.

      -

      Implementation functions that always reply to the request -before returning are named synchronous implementations. -Those that don’t always reply to the request before -returning are named asynchronous implementations.

      +

      API/VERB implementation that set an answer before returning are called synchronous implementations. +Those that do not systematically set an answer before returning are called asynchronous implementations.

      -

      Asynchronous implementations typically initiate an -asynchronous action and record to send the reply -on completion of this action.

      +

      Asynchronous implementations typically launch asynchronous actions. They record some context at +request time and provide answer to the request only at completion of asynchronous actions.

      The Tic-Tac-Toe example

      This part explains how to write an afb-plugin. -For the sake of being practical we will use many -examples from the tic-tac-toe example. +For the sake of being practical it uses many +examples based on tic-tac-toe. This plugin example is in plugins/samples/tic-tac-toe.c.

      This plugin is named tictactoe.

      @@ -263,7 +248,7 @@ Typing the command

      pkg-config --cflags afb-daemon
       
      -

      will print the flags to use for compiling, like this:

      +

      Print flags use for compilation:

      $ pkg-config --cflags afb-daemon
       -I/opt/local/include -I/usr/include/json-c 
      @@ -275,27 +260,24 @@ Typing the command

      -ljson-c
      -

      As you see, afb-daemon automatically includes dependency to json-c. -This is done through the Requires keyword of pkg-config -because almost all plugin will use json-c.

      - -

      If this behaviour is a problem, let us know.

      +

      Afb-daemon automatically includes dependency to json-c. +This is activated through Requires keyword in pkg-config. +While almost every plugin replies on json-c this is not a must have dependency.

      -

      Internally, afb-daemon uses libsystemd for its event loop -and for its binding to D-Bus. -Plugins developpers are encouraged to also use this library. -But it is a matter of choice. -Thus there is no dependency to libsystemd.

      +

      Internally, afb-daemon relies on libsystemd for its event loop, as well +as for its binding to D-Bus. +Plugins developers are encouraged to leverage libsystemd when possible. +Nevertheless there is no hard dependency to libsystemd if ever +you rather not use it, feel free to do so.

      -

      Afb-daemon provides no library for plugins. -The functions that the plugin need to have are given -to the plugin at runtime through pointer using read-only -memory.

      +

      Afb-daemon plugin are fully self contain. They do not enforce dependency on any libraries from the application framework. +Afb-daemon dependencies requirer to run AGL plugins are given at runtime through pointers leveraging read-only +memory feature.

      Header files to include

      -

      The plugin tictactoe has the following lines for its includes:

      +

      Plugin tictactoe has following includes:

      #define _GNU_SOURCE
       #include <stdio.h>
      @@ -304,39 +286,39 @@ memory.

      #include <afb/afb-plugin.h>
      -

      The header afb/afb-plugin.h includes all the features that a plugin -needs except two foreign header that must be included by the plugin -if it needs it:

      +

      Header afb/afb-plugin.h is the only hard dependency, it includes all features +that a plugin MUST HAVE. Outside of includes used to support application logic, +common external headers used within plugins are:

        -
      • json-c/json.h: this header must be include to handle json objects;
      • -
      • systemd/sd-event.h: this must be include to access the main loop;
      • -
      • systemd/sd-bus.h: this may be include to use dbus connections.
      • +
      • json-c/json.h: should be include to handle json objects;
      • +
      • systemd/sd-event.h: should be include to access event main loop;
      • +
      • systemd/sd-bus.h: should be include for dbus connections.
      -

      The tictactoe plugin does not use systemd features so it is not included.

      +

      The tictactoe plugin does not leverage systemd features, also only json.h +is used on top of mandatory afb/afb-plugin.h.

      -

      When including afb/afb-plugin.h, the macro _GNU_SOURCE must be +

      When including afb/afb-plugin.h, the macro _GNU_SOURCE MUST be defined.

      Choosing names

      -

      The designer of a plugin must defines names for its plugin -(or its API) and for the verbs of its API. He also -must defines names for arguments given by name.

      +

      Designers of plugins should define a unique name for every API plugin +as well as for methods VERBs. They should also define names for request +arguments passed as name/value pair in URI.

      -

      While forging names, the designer should take into account -the rules for making valid names and some rules that make -the names easy to use across plaforms.

      +

      While forging names, designers should respect few rules to +ensure that created names are valid and easy to use across platforms.

      -

      The names and strings used ALL are UTF-8 encoded.

      +

      All names and strings are UTF-8 encoded.

      Names for API (plugin)

      -

      The names of the API are checked. +

      Plugin API name are checked. All characters are authorised except:

        @@ -350,30 +332,27 @@ All characters are authorised except:

        { \u0000..\u0020, \u0022, \u0023, \u0025..\u0027, \u002f, \u003f, \u0060, \u007f }.

        -

        Afb-daemon make no distinction between lower case -and upper case when searching for an API by its name.

        +

        Afb-daemon makes no distinction between lower case +and upper case when searching for API/VERB.

        - -

        Names for verbs

        + +

        Names for methods

        -

        The names of the verbs are not checked.

        +

        The names of methods VERBs are totally free and not checked.

        -

        However, the validity rules for verb’s names are the -same as for API names except that the dot (.) character +

        However, the validity rules for method’s VERB name are the +same as for Plugin API name except that the dot(.) character is forbidden.

        -

        Afb-daemon make no distinction between lower case -and upper case when searching for an API by its name.

        +

        Afb-daemon makes no case distinction when searching for an API by name.

        Names for arguments

        -

        The names for arguments are not restricted and can be -anything.

        +

        Argument’s name are not restricted and can be everything you wish.

        -

        The arguments are searched with the case sensitive -string comparison. Thus the names “index” and “Index” -are not the same.

        +

        Warning arguments search is case sensitive and “index” and “Index” +are not two different arguments.

        Forging names widely available

        @@ -384,25 +363,24 @@ anything using the arrayed notation:

        object[key] = value
         
        -

        That is not the case with the dot notation:

        +

        Nevertheless this is not the case with javascript dot notation:

        object.key = value
         

        Using the dot notation, the key must be a valid javascript -identifier.

        +identifier and dash(-) as well as few other reserved characters cannot be used.

        -

        For this reason, the chosen names should better be -valid javascript identifier.

        +

        For this reason, we advise developper to chose name compatible with both javascript and HTML notation.

        -

        It is also a good practice, even for arguments, to not -rely on the case sensitivity and to avoid the use of -names different only by the case.

        +

        It is a good practice, even for arguments not to rely on case sensitivity. +This may reduce headache strength at debug time, especially with interpreted language like +javascript that may not warn you that a variable was not defined.

        - -

        Writing a synchronous verb implementation

        + +

        Writing a synchronous method implementation

        -

        The verb tictactoe/board is a synchronous implementation. +

        The method tictactoe/board is a synchronous implementation. Here is its listing:

        /*
        @@ -425,8 +403,8 @@ static void board(struct afb_req req)
         }
         
        -

        This examples show many aspects of writing a synchronous -verb implementation. Let summarize it:

        +

        This example shows many aspects of a synchronous +method implementation. Let summarise it:

        1. The function board_of_req retrieves the context stored @@ -460,12 +438,12 @@ struct afb_req { };

  • -

    It contains two pointers: one, itf, points to the functions needed -to handle the internal request represented by the second pointer, closure.

    +

    It contains two pointers: first one itf, points to functions used +to handle internal request. Second one closure point onto function closure.

    The structure must never be used directly. -Insted, use the intended functions provided -by afb-daemon and described here.

    +Instead developer should use the intended functions provided +by afb-daemon as described here after.

    req is used to get arguments of the request, to send answer, to store session data.

    @@ -473,39 +451,36 @@ answer, to store session data.

    This object and its interface is defined and documented in the file names afb/afb-req-itf.h

    -

    The above example uses 2 times the request object req.

    +

    The above example uses twice req object request.

    -

    The first time, it is used for retrieving the board attached to -the session of the request.

    +

    The first time, to retrieve the board attached to the session of the request.

    -

    The second time, it is used to send the reply: an object that -describes the current board.

    +

    The second time, to send the reply: an object that describes the current board.

    - -

    Associating a context to the session

    + +

    Associating a client context to a session

    -

    When the plugin tic-tac-toe receives a request, it musts regain -the board that describes the game associated to the session.

    +

    When tic-tac-toe plugin receives a request, it musts get +the board describing the game associated to the session.

    -

    For a plugin, having data associated to a session is a common case. -This data is called the context of the plugin for the session. -For the plugin tic-tac-toe, the context is the board.

    +

    For a plugin, having data associated to a session is common. +This data is called “plugin context” for the session. +Within tic-tac-toe plugin the context is the board.

    -

    The requests afb_req offer four functions for -storing and retrieving the context associated to the session.

    +

    Requests afb_req offer four functions for storing and retrieving session associated context.

    These functions are:

    @@ -521,10 +496,10 @@ static inline struct board *board_of_req(struct afb_req req) } -

    The function afb_req_context ensure an existing context +

    The function afb_req_context ensures an existing context for the session of the request. -Its two last arguments are functions. Here, the casts are required -to avoid a warning when compiling.

    +Its two last arguments are functions to allocate and free context. +Note function type casts to avoid compilation warnings.

    Here is the definition of the function afb_req_context

    @@ -547,18 +522,16 @@ static inline void *afb_req_context(struct afb_req req, void *(*create_context)(

    The second argument if the function that creates the context. -For the plugin tic-tac-toe it is the function get_new_board. -The function get_new_board creates a new board and set its -count of use to 1. The boards are counting their count of use -to free there ressources when no more used.

    +For plugin tic-tac-toe (function get_new_board). +The function get_new_board creates a new board and set usage its count to 1. +The boards are checking usage count to free resources when not used.

    -

    The third argument if the function that frees the context. -For the plugin tic-tac-toe it is the function release_board. -The function release_board decrease the the count of use of -the board given as argument. If the use count decrease to zero, -the board data are freed.

    +

    The third argument is a function that frees context resources. +For plugin tic-tac-toe (function release_board). +The function release_board decrease usage count of the board passed in argument. +When usage count falls to zero, data board are freed.

    -

    The definition of the other functions for dealing with contexts are:

    +

    Definition of other functions dealing with contexts:

    /*
      * Gets the pointer stored by the plugin for the session of 'req'.
    @@ -585,16 +558,14 @@ static inline void afb_req_context_clear(struct afb_req req)
     }
     
    - -

    Sending the reply to a request

    + +

    Sending reply to a request

    -

    Two kinds of replies can be made: successful replies and -failure replies.

    +

    Two kinds of replies: successful or failure.

    -

    Sending a reply to a request must be done at most one time.

    +

    Sending a reply to a request MUST be done once and only once.

    -

    The two functions to send a reply of kind “success” are -afb_req_success and afb_req_success_f.

    +

    It exists two functions for “success” replies: afb_req_success and afb_req_success_f.

    /*
      * Sends a reply of kind success to the request 'req'.
    @@ -619,17 +590,16 @@ void afb_req_success(struct afb_req req, struct json_object *obj, const char *in
     void afb_req_success_f(struct afb_req req, struct json_object *obj, const char *info, ...);
     
    -

    The two functions to send a reply of kind “failure” are -afb_req_fail and afb_req_fail_f.

    +

    It exists two functions for “failure” replies: afb_req_fail and afb_req_fail_f.

    /*
      * Sends a reply of kind failure to the request 'req'.
      * The status of the reply is set to 'status' and an
    - * informationnal comment 'info' (can also be NULL) can be added.
    + * informational comment 'info' (can also be NULL) can be added.
      *
      * Note that calling afb_req_fail("success", info) is equivalent
      * to call afb_req_success(NULL, info). Thus even if possible it
    - * is strongly recommanded to NEVER use "success" for status.
    + * is strongly recommended to NEVER use "success" for status.
      *
      * For conveniency, the function calls 'json_object_put' for 'obj'.
      * Thus, in the case where 'obj' should remain available after
    @@ -648,21 +618,21 @@ void afb_req_fail(struct afb_req req, const char *status, const char *info);
     void afb_req_fail_f(struct afb_req req, const char *status, const char *info, ...);
     
    -

    For conveniency, these functions call json_object_put to release the object obj -that they send. Then obj can not be used after calling one of these reply functions. -When it is not the expected behaviour, calling the function json_object_get on the object obj -before cancels the effect of json_object_put.

    +

    For conveniency, these functions automatically call json_object_put to release obj. +Because obj usage count is null after being passed to a reply function, it SHOULD not be used anymore. +If exceptionally obj needs to remain usable after reply function then using json_object_get on obj +to increase usage count and cancels the effect the json_object_put is possible.

    Getting argument of invocation

    -

    Many verbs expect arguments. Afb-daemon let plugins -retrieve their arguments by name not by position.

    +

    Many methods expect arguments. Afb-daemon’s plugins +retrieve arguments by name and not by position.

    -

    Arguments are given by the requests either through HTTP -or through WebSockets.

    +

    Arguments are passed by requests through either HTTP +or WebSockets.

    -

    For example, the verb join of the plugin tic-tac-toe +

    For example, the method join of plugin tic-tac-toe expects one argument: the boardid to join. Here is an extract:

    /*
    @@ -684,18 +654,17 @@ static void join(struct afb_req req)
             ...
     
    -

    The function afb_req_value search in the request req -for an argument whose name is given. When no argument of the -given name was passed, afb_req_value returns NULL.

    +

    The function afb_req_value searches in the request req +for argument name passed in the second argument. When argument name +is not passed, afb_req_value returns NULL.

    -

    The search is case sensitive. So the name boardid is not the -same name than BoardId. But this must not be assumed so two -expected names of argument should not differ only by case.

    +

    The search is case sensitive and boardid is not equivalent to BoardId. +Nevertheless having argument names that only differ by name case is not a good idea.

    Basic functions for querying arguments

    -

    The function afb_req_value is defined as below:

    +

    The function afb_req_value is defined here after:

    /*
      * Gets from the request 'req' the string value of the argument of 'name'.
    @@ -711,7 +680,7 @@ static inline const char *afb_req_value(struct afb_req req, const char *name)
     

    It is defined as a shortcut to call the function afb_req_get. -That function is defined as below:

    +That function is defined here after:

    /*
      * Gets from the request 'req' the argument of 'name'.
    @@ -754,8 +723,7 @@ struct afb_arg {
     
     

    The structure returns the data arguments that are known for the request. This data include a field named path. This path -can be accessed using the function afb_req_path defined as -below:

    +can be accessed using the function afb_req_path defined here after:

    /*
      * Gets from the request 'req' the path for file attached to the argument of 'name'.
    @@ -775,10 +743,9 @@ static inline const char *afb_req_path(struct afb_req req, const char *name)
     
     

    Arguments for received files

    -

    As it is explained just above, clients can send files using -HTTP/POST requests.

    +

    As it is explained above, clients can send files using HTTP/POST requests.

    -

    Received files are attached to a arguments. For example, the +

    Received files are attached to “file” argument name. For example, the following HTTP fragment (from test/sample-post.html) will send an HTTP/POST request to the method post/upload-image with 2 arguments named file and @@ -793,28 +760,25 @@ will send an HTTP/POST request to the method </form>

    -

    In that case, the argument named file has its value and its -path defined and not NULL.

    +

    Argument named file should have both its value and path defined.

    -

    The value is the name of the file as it was -set by the HTTP client and is generally the filename on the -client side.

    +

    The value is the name of the file as it was set by the HTTP client. +Generally it is the filename on client side.

    -

    The path is the path of the file saved on the temporary local storage -area of the application. This is a randomly generated and unic filename -not linked in any way with the original filename on the client.

    +

    The path is the effective path of saved file on the temporary local storage +area of the application. This is a randomly generated and unique filename. +It is not linked with the original filename as used on client side.

    -

    The plugin can use the file at the given path the way that it wants: +

    After success the plugin can use the uploaded file directly from local storage path with no restriction: read, write, remove, copy, rename… -But when the reply is sent and the query is terminated, the file at -this path is destroyed if it still exist.

    +Nevertheless when request reply is set and query terminated, the uploaded temporary file at +path is destroyed.

    Arguments as a JSON object

    -

    Plugins can get all the arguments as one single object. -This feature is provided by the function afb_req_json -that is defined as below:

    +

    Plugins may also request every arguments of a given call as one single object. +This feature is provided by the function afb_req_json defined here after:

    /*
      * Gets from the request 'req' the json object hashing the arguments.
    @@ -823,15 +787,12 @@ that is defined as below:

    struct json_object *afb_req_json(struct afb_req req);
    -

    It returns a json object. This object depends on how the request was -made:

    +

    It returns a json object. This object depends on how the request was built:

      -
    • For HTTP requests, this is an object whose keys are the names of the -arguments and whose values are either a string for common arguments or -an object like { “file”: “…”, “path”: “…” }

    • -
    • For WebSockets requests, the returned object is the object -given by the client transparently transported.

    • +
    • For HTTP requests, this json object uses key names mapped on argument name. +Values are either string for common arguments or object ie: { “file”: “…”, “path”: “…” }

    • +
    • For WebSockets requests, returned directly the object as provided by the client.

    @@ -839,36 +800,34 @@ given by the client transparently transported.

    can be seen as a shortcut to json_object_get_string(json_object_object_get(afb_req_json(req), name))

    - -

    Initialisation of the plugin and declaration of verbs

    + +

    Initialisation of the plugin and declaration of methods

    -

    To be active, the verbs of the plugin should be declared to -afb-daemon. And even more, the plugin itself must be recorded.

    +

    To be active, plugin’s methods should be declared to +afb-daemon. Furthermore, the plugin itself must be recorded.

    -

    The mechanism for doing this is very simple: when afb-need starts, -it loads the plugins that are listed in its argument or configuration.

    +

    The registration mechanism is very basic: when afb-need starts, +it loads all plugins listed in: command line or configuration file.

    Loading a plugin follows the following steps:

      -
    1. It loads the plugin using dlopen.

    2. -
    3. It searchs for the symbol named pluginAfbV1Register using dlsym. +

    4. Afb-daemon loads the plugin with dlopen.

    5. +
    6. Afb-daemon searches for a symbol named pluginAfbV1Register using dlsym. This symbol is assumed to be the exported initialisation function of the plugin.

    7. -
    8. It build an interface object for the plugin.

    9. -
    10. It calls the found function pluginAfbV1Register and pass it the pointer -to its interface.

    11. -
    12. The function pluginAfbV1Register setup the plugin, initialize it.

    13. -
    14. The function pluginAfbV1Register returns the pointer to a structure -that describes the plugin: its version, its name (prefix or API name), and the -list of its verbs.

    15. +
    16. Afb-daemon builds an interface object for the plugin.

    17. +
    18. Afb-daemon calls the found function pluginAfbV1Register with interface pointer +as parameter.

    19. +
    20. Function pluginAfbV1Register setups the plugin and initialises it.

    21. +
    22. Function pluginAfbV1Register returns the pointer to a structure +describing the plugin: version, name (prefix or API name), and list of methods.

    23. Afb-daemon checks that the returned version and name can be managed. -If it can manage it, the plugin and its verbs are recorded and can be used -when afb-daemon finishes it initialisation.

    24. +If so, plugin and its methods are register to become usable as soon as +afb-daemon initialisation is finished.

    -

    Here is the listing of the function pluginAfbV1Register of the plugin -tic-tac-toe:

    +

    Here after the code used for pluginAfbV1Register from plugin tic-tac-toe:

    /*
      * activation function for registering the plugin called by afb-daemon
    @@ -880,11 +839,12 @@ const struct AFB_plugin *pluginAfbV1Register(const struct AFB_interface *itf)
     }
     
    -

    This is a very small function because the tic-tac-toe plugin doesn’t have initialisation step. -It merely record the daemon’s interface and returns its descritption.

    +

    It is a very minimal initialisation function because tic-tac-toe plugin doesn’t +have any application related initialisation step. It merely record daemon’s interface +and returns its description.

    -

    The variable afbitf is a variable global to the plugin. It records the -interface to afb-daemon and is used for logging and pushing events. +

    The variable afbitf is a plugin global variable. It keeps the +interface to afb-daemon that should be used for logging and pushing events. Here is its declaration:

    /*
    @@ -893,12 +853,12 @@ Here is its declaration:

    const struct AFB_interface *afbitf;
    -

    The description of the plugin is defined as below.

    +

    The description of the plugin is defined here after.

    /*
    - * array of the verbs exported to afb-daemon
    + * array of the methods exported to afb-daemon
      */
    -static const struct AFB_verb_desc_v1 plugin_verbs[] = {
    +static const struct AFB_method_desc_v1 plugin_methods[] = {
        /* VERB'S NAME     SESSION MANAGEMENT          FUNCTION TO CALL  SHORT DESCRIPTION */
        { .name= "new",   .session= AFB_SESSION_NONE, .callback= new,   .info= "Starts a new game" },
        { .name= "play",  .session= AFB_SESSION_NONE, .callback= play,  .info= "Asks the server to play" },
    @@ -921,40 +881,39 @@ static const struct AFB_plugin plugin_description =
        .v1= {               /* fills the v1 field of the union when AFB_PLUGIN_VERSION_1 */
           .prefix= "tictactoe",     /* the API name (or plugin name or prefix) */
           .info= "Sample tac-tac-toe game", /* short description of of the plugin */
    -      .verbs = plugin_verbs     /* the array describing the verbs of the API */
    +      .methods = plugin_methods     /* the array describing the methods of the API */
        }
     };
     

    The structure plugin_description describes the plugin. -It declares the type and version of the plugin, its name, a description -and a list of its verbs.

    +It declares the type and version of the plugin, its name, a short description +and its methods list.

    -

    The list of verbs is an array of structures describing the verbs and terminated by a marker: -a verb whose name is NULL.

    +

    The list of methods is an array of structures describing the methods and terminated by a NULL marker.

    -

    The description of the verbs for this version is made of 4 fields:

    +

    In version one of afb-damon plugin, a method description contains 4 fields:

      -
    • the name of the verbs,

    • +
    • the name of the method,

    • the session management flags,

    • -
    • the implementation function to be call for the verb,

    • +
    • the implementation function to be call for the method,

    • a short description.

    -

    The structure describing verbs is defined as follows:

    +

    The structure describing methods is defined as follows:

    /*
    - * Description of one verb of the API provided by the plugin
    + * Description of one method of the API provided by the plugin
      * This enumeration is valid for plugins of type 1
      */
    -struct AFB_verb_desc_v1
    +struct AFB_method_desc_v1
     {
    -       const char *name;                       /* name of the verb */
    -       enum AFB_session_v1 session;            /* authorisation and session requirements of the verb */
    -       void (*callback)(struct afb_req req);   /* callback function implementing the verb */
    -       const char *info;                       /* textual description of the verb */
    +       const char *name;                       /* name of the method */
    +       enum AFB_session_v1 session;            /* authorisation and session requirements of the method */
    +       void (*callback)(struct afb_req req);   /* callback function implementing the method */
    +       const char *info;                       /* textual description of the method */
     };
     
    @@ -1040,22 +999,22 @@ enumeration but the wrapper of constant definitions that can be mixed using bitw -

    If any of this flags is set, afb-daemon requires the token authentification -as if the flag AFB_SESSION_CHECK had been set.

    +

    If any of this flag is set, afb-daemon requires an authentication token +as if AFB_SESSION_CHECK flag was also set.

    -

    The special value AFB_SESSION_NONE is zero and can be used to avoid any check.

    +

    The special value AFB_SESSION_NONE is zero and can be used to bypass token check.

    Note that AFB_SESSION_CREATE and AFB_SESSION_CLOSE might be removed in later versions.

    Sending messages to the log system

    -

    Afb-daemon provides 4 levels of verbosity and 5 verbs for logging messages.

    +

    Afb-daemon provides 4 levels of verbosity and 5 methods for logging messages.

    The verbosity is managed. Options allow the change the verbosity of afb-daemon and the verbosity of the plugins can be set plugin by plugin.

    -

    The verbs for logging messages are defined as macros that test the +

    The methods for logging messages are defined as macros that test the verbosity level and that call the real logging function only if the message must be output. This avoid evaluation of arguments of the formatting messages if the message must not be output.

    @@ -1063,7 +1022,7 @@ formatting messages if the message must not be output.

    Verbs for logging messages

    -

    The 5 logging verbs are:

    +

    The 5 logging methods are:

    @@ -1109,21 +1068,21 @@ formatting messages if the message must not be output.

    -

    You can note that the 2 verbs WARNING and INFO have the same level +

    You can note that the 2 methods WARNING and INFO have the same level of verbosity. But they don’t have the same syslog level. It means that they are output with a different level on the logging system.

    -

    All of these verbs have the same signature:

    +

    All of these methods have the same signature:

    void ERROR(const struct AFB_interface *afbitf, const char *message, ...);
     

    The first argument afbitf is the interface to afb daemon that the -plugin received at its initialisation when pluginAfbV1Register was called.

    +plugin received at initialisation time when pluginAfbV1Register is called.

    The second argument message is a formatting string compatible with printf/sprintf.

    -

    The remaining arguments are arguments of the formating message like for printf.

    +

    The remaining arguments are arguments of the formating message like with printf.

    Managing verbosity

    @@ -1210,17 +1169,17 @@ The prefixes are:

    -

    The message is issued to the standard error. -The final destination of the message depends on how the systemd service -was configured through the variable StandardError: It can be +

    The message is pushed to standard error. +The final destination of the message depends on how systemd service +was configured through its variable StandardError. It can be journal, syslog or kmsg. (See man sd-daemon).

    Sending events

    Since version 0.5, plugins can broadcast events to any potential listener. -This kind of bradcast is not targeted. Event targeted will come in a future -version of afb-daemon.

    +As today only unattended even are supported. Targeted events are expected for next +coming version.

    The plugin tic-tac-toe broadcasts events when the board changes. This is done in the function changed:

    @@ -1244,12 +1203,12 @@ static void changed(struct board *board, const char *reason)

    The description of the changed board is pushed via the daemon interface.

    -

    Within the plugin tic-tac-toe, the reason indicates the origin of -the change. For the function afb_daemon_broadcast_event, the second -parameter is the name of the broadcasted event. The third argument is the +

    Within plugin tic-tac-toe, reason indicates the origin of +the change. In function afb_daemon_broadcast_event the second +parameter is the name of broadcasted event. The third argument is the object that is transmitted with the event.

    -

    The function afb_daemon_broadcast_event is defined as below:

    +

    Function afb_daemon_broadcast_event is defined here after:

    /*
      * Broadcasts widely the event of 'name' with the data 'object'.
    @@ -1263,30 +1222,30 @@ object that is transmitted with the event.

    void afb_daemon_broadcast_event(struct afb_daemon daemon, const char *name, struct json_object *object);
    -

    Be aware, as for reply functions, the object is automatically released using -json_object_put by the function. Then call json_object_get before +

    Be aware, as with reply functions object is automatically released using +json_object_put when using this function. Call json_object_get before calling afb_daemon_broadcast_event to keep object available -after the returning of the function.

    +after function returns.

    -

    In fact the event name received by the listener is prefixed with -the name of the plugin. So when the change occurs after a move, the -reason is move and then the clients receive the event tictactoe/move.

    +

    Event name received by listeners is prefixed with plugin name. +So when a change occurs after a move, the reason is move and every clients +receive an event tictactoe/move.

    -

    Note that nothing is said about the case sensitivity of event names. +

    Note that nothing is said about case sensitivity of event names. However, the event is always prefixed with the name that the plugin declared, with the same case, followed with a slash /. Thus it is safe to compare event using a case sensitive comparison.

    - -

    Writing an asynchronous verb implementation

    + +

    Writing an asynchronous method implementation

    The tic-tac-toe example allows two clients or more to share the same board. -This is implemented by the verb join that illustrated partly the how to +This is implemented by the method join that illustrated partly how to retrieve arguments.

    When two or more clients are sharing a same board, one of them can wait -until the state of the board changes. (This coulded also be implemented using -events because an even is generated each time the board changes).

    +until the state of the board changes, but this could also be implemented using +events because an even is generated each time the board changes.

    In this case, the reply to the wait is sent only when the board changes. See the diagram below:

    @@ -1307,10 +1266,10 @@ See the diagram below:

    Here, this is an invocation of the plugin by an other client that unblock the suspended wait call. -But in general, this will be a timer, a hardware event, the sync with +Nevertheless in most case this should be a timer, a hardware event, a sync with a concurrent process or thread, …

    -

    So the case is common, this is an asynchronous implementation.

    +

    Common case of an asynchronous implementation.

    Here is the listing of the function wait:

    @@ -1332,18 +1291,17 @@ a concurrent process or thread, …

    }
    -

    After retrieving the board, the function adds a new waiter to the -current list of waiters and returns without sending a reply.

    +

    After retrieving the board, the function adds a new waiter to +waiters list and returns without setting a reply.

    -

    Before returning, it increases the reference count of the -request req using the function afb_req_addref.

    +

    Before returning, it increases req request’s reference count using afb_req_addref function.

    -

    When the implentation of a verb returns without sending a reply, -it MUST increment the reference count of the request -using afb_req_addref. If it doesn’t bad things can happen.

    +

    When a method returns without setting a reply, +it MUST increment request’s reference count +using afb_req_addref. If unpredictable behaviour may pop up.

    -

    Later, when the board changes, it calls the function changed -of tic-tac-toe with the reason of the change.

    +

    Later, when a board changes, it calls tic-tac-toe changed function +with reason of change in parameter.

    Here is the full listing of the function changed:

    @@ -1373,21 +1331,21 @@ static void changed(struct board *board, const char *reason)

    The list of waiters is walked and a reply is sent to each waiter. -After the sending the reply, the reference count of the request -is decremented using afb_req_unref to allow its resources to be freed.

    +After sending the reply, the reference count of the request +is decremented using afb_req_unref to allow resources to be freed.

    -

    The reference count MUST be decremented using afb_req_unref because, -otherwise, there is a leak of resources. -It must be decremented AFTER the sending of the reply, because, otherwise, +

    The reference count MUST be decremented using afb_req_unref to free +resources and avoid memory leaks. +This usage count decrement should happen AFTER setting reply or bad things may happen.

    How to build a plugin

    Afb-daemon provides a pkg-config configuration file that can be -queried by the name afb-daemon. +queried by providing afb-daemon in command line arguments. This configuration file provides data that should be used -for compiling plugins. Examples:

    +for plugins compilation. Examples:

    $ pkg-config --cflags afb-daemon
     $ pkg-config --libs afb-daemon
    @@ -1465,8 +1423,8 @@ target to build.

    add_library(afm-main-plugin MODULE afm-main-plugin.c)
     
    -

    This line asks to create a shared library having only the -source file afm-main-plugin.c (that is compiled). +

    This line asks to create a shared library having a single +source file named afm-main-plugin.c to be compiled. The default name of the created shared object is libafm-main-plugin.so.

    @@ -1480,15 +1438,13 @@ The default name of the created shared object is
    1. It renames the built library from libafm-main-plugin.so to afm-main-plugin.so -by removing the implicitely added prefix lib. This step is not mandatory -at all because afb-daemon doesn’t check names of files when loading it. -The only convention that use afb-daemon is that extension is .so -but this convention is used only when afb-daemon discovers plugin -from a directory hierarchy.

    2. -
    3. It applies a version script at link to only export the conventional name -of the entry point: pluginAfbV1Register. See below. By default, the linker -that creates the shared object exports all the public symbols (C functions that -are not static).

    4. +by removing the implicitly added prefix lib. This step is not mandatory +because afb-daemon doesn’t check names of files at load time. +The only filename convention used by afb-daemon relates to .so termination. +*.so pattern is used when afb-daemon automatically discovers plugin from a directory hierarchy.

      +
    5. It applies a version script at link time to only export the reserved name +pluginAfbV1Register for registration entry point. By default, when building +a shared library linker exports all the public symbols (C functions that are not static).

    @@ -1504,9 +1460,9 @@ to configure the compiler and the linker.

    Exporting the function pluginAfbV1Register

    -

    The function pluginAfbV1Register must be exported. This can be achieved -using a version script when linking. Here is the version script that is -used for tic-tac-toe (plugins/samples/export.map).

    +

    The function pluginAfbV1Register MUST be exported. This can be achieved +using a version script at link time. Here after is a version script used for +tic-tac-toe (plugins/samples/export.map).

    { global: pluginAfbV1Register; local: *; };
     
    @@ -1517,7 +1473,7 @@ other symbols.

    This version script is added to the link options using the option –version-script=export.map is given directly to the -linker or using th option -Wl,–version-script=export.map +linker or using the option -Wl,–version-script=export.map when the option is given to the C compiler.

    diff --git a/doc/afb-plugin-writing.md b/doc/afb-plugin-writing.md index 54f153c5..f5966092 100644 --- a/doc/afb-plugin-writing.md +++ b/doc/afb-plugin-writing.md @@ -1,7 +1,7 @@ HOWTO WRITE a PLUGIN for AFB-DAEMON =================================== version: 1 - Date: 29 mai 2016 + Date: 30 mai 2016 Author: José Bollo TABLE-OF-CONTENT-HERE @@ -826,13 +826,13 @@ The special value **AFB_SESSION_NONE** is zero and can be used to bypass token c Sending messages to the log system ---------------------------------- -Afb-daemon provides 4 levels of methodosity and 5 methods for logging messages. +Afb-daemon provides 4 levels of verbosity and 5 methods for logging messages. -The methodosity is managed. Options allow the change the methodosity of afb-daemon -and the methodosity of the plugins can be set plugin by plugin. +The verbosity is managed. Options allow the change the verbosity of afb-daemon +and the verbosity of the plugins can be set plugin by plugin. The methods for logging messages are defined as macros that test the -methodosity level and that call the real logging function only if the +verbosity level and that call the real logging function only if the message must be output. This avoid evaluation of arguments of the formatting messages if the message must not be output. @@ -849,7 +849,7 @@ INFO | 2 | Informational | 6 DEBUG | 3 | Debug-level messages | 7 You can note that the 2 methods **WARNING** and **INFO** have the same level -of methodosity. But they don't have the same *syslog level*. It means that +of verbosity. But they don't have the same *syslog level*. It means that they are output with a different level on the logging system. All of these methods have the same signature: @@ -863,13 +863,13 @@ The second argument **message** is a formatting string compatible with printf/sp The remaining arguments are arguments of the formating message like with printf. -### Managing methodosity +### Managing verbosity -Depending on the level of methodosity, the messages are output or not. +Depending on the level of verbosity, the messages are output or not. The following table explains what messages will be output depending -ont the methodosity level. +ont the verbosity level. -Level of methodosity | Outputed macro +Level of verbosity | Outputed macro :-----------------:|-------------------------- 0 | ERROR 1 | ERROR + WARNING + NOTICE diff --git a/doc/afb-plugins-overview.html b/doc/afb-plugins-overview.html index f67826b9..b3236886 100644 --- a/doc/afb-plugins-overview.html +++ b/doc/afb-plugins-overview.html @@ -4,16 +4,18 @@ +

    Overview of plugins shipped with AFB-Daemon

    Version: 1
    -Date:    30 May 2016
    +Date:    30 mai 2016
     Author:  Manuel Bachmann
     
    +

    List of plugins

    -

    Here are the plugins shipped in the source tree: +

    Here are the plugins shipped in the source tree: * Hello World * Authentication * Tic Tac Toe @@ -23,60 +25,132 @@ Author: Manuel Bachmann

    All plugins may not be built, depending on the development libraries present on the system at build time.

    +

    Detail of plugins

    -

    ### Hello World

    + +

    Hello World

    A sample Hello World plugin for demonstration and learning purposes.

    -

    This plugin provides a few unauthenticated requests, all beginning with "ping" ("pingSample", "pingJson", "pingFail"...) to demonstrate basic binder capabilities.

    +

    This plugin provides a few unauthenticated requests, all beginning with “ping”, to demonstrate basic binder capabilities.

    -

    ### Authentication

    +

    Verbs: +* ping: returns a success response +* pingfail: returns a failure response +* pingnull: returns a success response, with an empty JSON response field +* pingbug: does a memory violation (intercepted by the binder) +* pingJson: returns a success response, with a complex JSON response field +* pingevent: broadcasts a global event

    + +


    + + +

    Authentication

    An sample Authentication plugin for demonstration purposes.

    -

    This plugin provides a few requests to demonstrate the binder's token-based security mechanism.

    +

    This plugin provides a few requests to demonstrate the binder’s token-based security mechanism.

    + +

    Calling “connect” with a security token will initiate a session, calling “refresh” will issue a new token and invalidate the previous one, calling “logout” will invalidate all tokens and close the session.

    + +

    Verbs: +* ping: returns a success response +* connect: creates a session and returns a new token +* refresh: returns a new token +* check: verifies the passed token is valid +* logout: closes the session

    -

    Calling "connect" with a security token will initiate a session, calling "refresh" will issue a new token and invalidate the previous one, calling "logout" will invalidate all tokens and close the session.

    +


    -

    ### Tic Tac Toe

    + +

    Tic Tac Toe

    A sample Tic Tac Toe game plugin.

    -

    This plugin provides an interactive Tic Tac Toe game where the binder returns the grid as a JSON response.

    +

    This plugin provides an interactive Tic Tac Toe game where the binder returns the grid as a JSON response.

    + +

    Verbs: +* new: starts a new game +* play: asks the server to play +* move: gives a client move +* board: gets the current board state, as a JSON structure +* level: sets the server level +* join: joins an existing board +* undo: undo the last move +* wait: wait for a move

    -

    ### Audio

    +


    + + +

    Audio

    A sample Audio plugin with 2 backends: * ALSA (mandatory) * PulseAudio (optional)

    -

    This plugin is able to initialize a specific soundcard, define volume levels, channels (mono/stereo...), mute sound, and play a 22,050 Hz PCM stream.

    +

    This plugin is able to initialize a specific soundcard, define volume levels, channels (mono/stereo…), mute sound, and play a 22,050 Hz PCM stream.

    + +

    Verbs: +* ping: returns a success response +* init: initializes backend, on the “default” sound card +* volume: gets or sets volume, in % (0-100) +* channels: gets or sets channels count (1-8) +* mute: gets or sets the mute status (on-off) +* play: gets or sets the playing status (on-off)

    (if PulseAudio development libraries are not found at build time, only ALSA will be available)

    (if a PulseAudio server is not found at runtime, the plugin will dynamically fall back to ALSA)

    -

    (a specifc backend can be forced by using this syntax before running afb-daemon : $ export AFBAUDIOOUTPUT=Alsa)

    +

    (a specifc backend can be forced by using this syntax before running afb-daemon : $ export AFB_AUDIO_OUTPUT=Alsa)

    -

    ### Radio

    +


    + + +

    Radio

    A sample AM/FM Radio plugin with 1 backend: * RTLSDR - Realtek RTL2832U dongles (mandatory)

    This plugin is able to initialize specific RTL2832U dongles, switch between AM/FM modes, define frequency, mute sound, and play sound (if combining with the audio plugin).

    +

    Verbs: +* ping: returns a success response +* init: initializes backend, looking for plugged-in devices +* power: sets device power status (on-off) +* mode: sets device reception mode (AM-FM) +* freq: sets device frequency (in Hz) +* mute: sets device mute status (on-off) +* play: sets device playing status (on-off)

    +

    (if rtlsdr development libraries are not found at build time, this plugin will not be built)

    -

    ### Media

    +


    + + +

    Media

    A sample Media Server plugin with 1 backend: * Rygel

    -

    (if GUPnP/GSSDP development libraries are not found at build time, this plugin will not be built)

    -

    This plugin is able to detect a local Rygel UPnP media server, list audio files, select an audio file for playback, play/pause/seek in this file, upload an audio file to the server.

    +

    Verbs: +* ping: returns a success response +* init: initializes backend, looking for an active local UPnP server +* list: returns list of audio files, as a JSON structure +* select: select an audio files, by index number (001-…) +* play: plays the currently selected audio file +* stop: stops the currently selected audio file +* pause: pauses the currently selected audio file +* seek: seeks in the currently selected audio file, in seconds +* upload: uploads an audio file, with a POST request

    + +

    (if GUPnP/GSSDP development libraries are not fund at build time, this plugin will not be built)

    + +


    +


    diff --git a/doc/afb-plugins-overview.md b/doc/afb-plugins-overview.md index 544a0308..7e351b6a 100644 --- a/doc/afb-plugins-overview.md +++ b/doc/afb-plugins-overview.md @@ -1,6 +1,6 @@ # Overview of plugins shipped with AFB-Daemon Version: 1 - Date: 30 May 2016 + Date: 30 mai 2016 Author: Manuel Bachmann @@ -18,7 +18,7 @@ All plugins may not be built, depending on the development libraries present on ## Detail of plugins - ### Hello World +### Hello World A sample Hello World plugin for demonstration and learning purposes. @@ -35,7 +35,7 @@ This plugin provides a few unauthenticated requests, all beginning with "ping",
    - ### Authentication +### Authentication An sample Authentication plugin for demonstration purposes. @@ -53,7 +53,7 @@ Calling "_connect_" with a security token will initiate a session, calling "_ref
    - ### Tic Tac Toe +### Tic Tac Toe A sample Tic Tac Toe game plugin. @@ -72,7 +72,7 @@ This plugin provides an interactive Tic Tac Toe game where the binder returns th
    - ### Audio +### Audio A sample Audio plugin with 2 backends: * ALSA (mandatory) @@ -97,7 +97,7 @@ _(a specifc backend can be forced by using this syntax before running afb-daemon
    - ### Radio +### Radio A sample AM/FM Radio plugin with 1 backend: * RTLSDR - Realtek RTL2832U dongles (mandatory) @@ -118,7 +118,7 @@ _(if rtlsdr development libraries are not found at build time, this plugin will
    - ### Media +### Media A sample Media Server plugin with 1 backend: * Rygel -- 2.16.6