X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=doc%2Fafb-bindings-writing.html;h=20113a70d7acdbc6888eb88cce9c6c1bfffab51b;hb=836b3c0b74accc5494d7877a22b4a45b5450b6f3;hp=8017e190ff69815d1ef8add128a63d60a650aaab;hpb=7059e59cddc1c81321639875636e88895bc14309;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-bindings-writing.html b/doc/afb-bindings-writing.html index 8017e190..20113a70 100644 --- a/doc/afb-bindings-writing.html +++ b/doc/afb-bindings-writing.html @@ -35,7 +35,7 @@ code > span.er { color: #ff0000; font-weight: bold; }

HOWTO WRITE a BINDING for AFB-DAEMON

José Bollo

-

23 juin 2016

+

24 juin 2016

HOWTO WRITE a BINDING for AFB-DAEMON

-
version: 1
-Date:    09 juin 2016
-Author:  José Bollo

Summary

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 bindings are used to add API to afb-daemon. This part describes how to write a binding for afb-daemon.