summaryrefslogtreecommitdiffstats
path: root/doc/afb-overview.html
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.html
parent5b5a2534e5effa69c800c2384c90dff4bc887c09 (diff)
update documentation
Change-Id: I64a28ead6a82658dd9a95c7d54742dbe018ef574 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-overview.html')
-rw-r--r--doc/afb-overview.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/afb-overview.html b/doc/afb-overview.html
index 8e03ff10..839d606c 100644
--- a/doc/afb-overview.html
+++ b/doc/afb-overview.html
@@ -198,6 +198,10 @@ API of its plugins.</p>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
</code></pre>
+<p>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.</p>
+
<a name="The.plugins.of.the.binder.afb-daemon"></a>
<h2>The plugins of the binder afb-daemon</h2>
@@ -214,7 +218,8 @@ written with any language through web technologies ala JSON RPC.</p>
</ol>
-<p>A specific document shows</p>
+<p>A specific document explains how to write an afb-daemon binder plugin:
+<a href="afb-plugin-writing.html">HOWTO WRITE a PLUGIN for AFB-DAEMON</a></p>
<a name="Launching.the.binder.afb-daemon"></a>
<h2>Launching the binder afb-daemon</h2>