Add the ability to access binding through tcp 43/17343/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 3 Aug 2018 13:10:53 +0000 (15:10 +0200)
committerJose Bollo <jose.bollo@iot.bzh>
Fri, 19 Oct 2018 12:13:02 +0000 (14:13 +0200)
commit24f0c203cc62f478b2759b184f1b4ed7a1c093ca
treeccf80589aea5d29ac6e0e810ba1a62737f949324
parent9e1d25b1ca04cf381a3a4fc96197c5545e55fc27
Add the ability to access binding through tcp

This commit introduce "tcp", a new type of
provided/required api. It appears in the config.xml
as below:

  <urn:AGL:widget:provided-api>
    <param "name"="HOST:PORT/API" "value"="tcp">

  <urn:AGL:widget:required-api>
    <param "name"="HOST:PORT/API" "value"="tcp">

This implementation is a draft. The service
exposed can not start automatically. Use it
with the permission urn:AGL:permission::system:run-by-default.

Change-Id: Ic593f0d891692ca0c777c49057ec54c37fc55cc0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
conf/unit/afm-unit-debug.conf.in
conf/unit/afm-unit.conf.in
conf/unit/generate-unit-conf/binder.inc
docs/2.2-config.xml.md