X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-overview.md;h=1bd83240e20cb561e82a995f0b3e2f2a2fd48513;hb=1131cbe80a0278dbfddca247162b6e51c86a3b8d;hp=37fdd0c35683ba2e109479af3369222f9e981aa3;hpb=ea682aac623181e6df8555c29cca52697460c22f;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-overview.md b/doc/afb-overview.md index 37fdd0c3..1bd83240 100644 --- a/doc/afb-overview.md +++ b/doc/afb-overview.md @@ -4,7 +4,7 @@ Overview of AFB-DAEMON Date: 30 mai 2016 Author: José Bollo -TABLE-OF-CONTENT-HERE + Roles of afb-daemon ------------------- @@ -166,6 +166,10 @@ In that case, the figure showing the whole aspects is . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +For this case, the binder afb-daemon takes care to attribute one single session +context to each client instance. It allows plugins to store and retrieve data +associated to each of its client. + The plugins of the binder afb-daemon ------------------------------------ @@ -181,7 +185,8 @@ This simple idea is declined to serves multiple purposes: 3. provide customers services -A specific document shows +A specific document explains how to write an afb-daemon binder plugin: +[HOWTO WRITE a PLUGIN for AFB-DAEMON](afb-plugin-writing.html) Launching the binder afb-daemon