aboutsummaryrefslogtreecommitdiffstats
path: root/doc/afb-overview.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-30 15:00:57 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-30 15:51:50 +0200
commitec667b3dfe10945dc6fa140ef5acaaf10a437db9 (patch)
tree8eff27cc0b2811061819861cc797051bfd25bdce /doc/afb-overview.md
parent5b5a2534e5effa69c800c2384c90dff4bc887c09 (diff)
update documentation
Change-Id: I64a28ead6a82658dd9a95c7d54742dbe018ef574 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-overview.md')
-rw-r--r--doc/afb-overview.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/afb-overview.md b/doc/afb-overview.md
index 37fdd0c3..2ae8e066 100644
--- a/doc/afb-overview.md
+++ b/doc/afb-overview.md
@@ -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