aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Updated READMERomain Forlot1-48/+62
Change-Id: Ic5aa7a887cd796b551ed60b5f3c3695400f84671 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Fulup Error Message at Lua levelFulup Ar Foll2-9/+88
2018-12-13Fix include issue on pluginFulup Ar Foll2-6/+24
2018-12-13Cleanup in reop namesfulup11-91/+23
2018-12-13Clean up module namingFulup Ar Foll6-151/+232
2018-12-13MD linting and merge json.d README to the root oneRomain Forlot2-14/+39
Change-Id: I1fd36c2f23743d746b91d61084bea0a39a1ce074 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Update .gitignoreRomain Forlot1-0/+1
Change-Id: I1eaf22401e27647fcd4ba86ebbfda1a8b683dc4d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13FormatRomain Forlot1-4/+4
Change-Id: I16191ded40a96d7803ccf0631fee2afbedefe4e1 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Update README (fix md format and renaming project)Romain Forlot1-76/+92
Change-Id: I94221384207b5e103247adbbbd97b97cf2184b65 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Added sample for synchronous control request and update documentationFulup Ar Foll5-7/+17
to support monitoring.
2018-12-13conf.d/cmake: use 00-default-osconfig.cmake for all distro except debian-basedStephane Desneux4-1/+0
Change-Id: I4bf5b9c13d42a26d8116a81fe1eb1b366056b19e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-12-13Fix: missing linked default librariesRomain Forlot1-0/+1
Change-Id: I07d2004dcf1511b0502c52a65f291f5374f69ab2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Fix: link dependency issue with afb-utilitiesRomain Forlot1-0/+5
Change-Id: Iabea3e725a65575b53133f7963b1f7ffda6bb326 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Format: Remove spaces at EOLRomain Forlot14-183/+183
Change-Id: I50bbf17cfa913b40caf0cb6752a902fb626ec1ad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Moved Sample Plugin in an independant directoryFulup Ar Foll3-30/+52
2018-12-13Restore Basic HTML5 testing Scenario as a Standalone ControllerFulup Ar Foll34-1992/+443
2018-12-13Adding control panel sample HTML5 UIRomain Forlot8-0/+483
Change-Id: Id7cb7e3f1a817000c9054139922bdf9e3e21a0a8 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Separated afb-utilities submodule usedRomain Forlot4-1/+26
filescan adn wrap-=json now separated. Change-Id: Ie8006b43625173b0c91056c61c394a2804cb3542 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Fixed Lua Table to Json parsingRomain Forlot1-226/+249
Change-Id: I423ca987d0647b8985172aa03510927d75af4e0d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Import missing project files.Romain Forlot15-8/+866
Change-Id: I157131b2a08024f795d289d0357f55a0032117d7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Reapply lost CMakeLists.txt filesRomain Forlot2-4/+75
Change-Id: I6b47826cb35b31b6f531465971df679d0c98b133 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Minor Fix on LUA script search pathFulup Ar Foll5-121/+43
2018-12-13Added .gitignoreRomain Forlot1-0/+5
Change-Id: Ic69af841a4184c2bd455abebe8293f6d3aa5ab2b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Missing LUA module checking specific by distroRomain Forlot4-0/+3
Change-Id: I99dcdccdcfb34eaf7a03c4acaad454b8cc05be8c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Controller binding extraction from Audio-bindingsRomain Forlot16-28/+1835
Change-Id: I494bf5163c218a6d499b8321797f5de693c284c2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Documentation and LUA for UbuntuFulup Ar Foll1-2/+2
2018-12-13Fix Controller APIFulup Ar Foll3-33/+37
2018-12-13Updated to latest App TemplateFulup Ar Foll5-10/+15
2018-12-13Remove BINDING_INSTALL_PREFIX/DIR variableRomain Forlot1-4/+4
Use CMAKE_INSTALL_PREFIX by default. Change-Id: I16f8018779b624842026ff401857e198c6436ddd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Change how to define compile optionsRomain Forlot1-1/+15
Move specific compilation options to the target it is related keep global compilation option in config.cmake then variable can be correctly evaluated and use with the correct values (CMAKE_INSTALL_PREFIX isn't the same before common.cmake inclusion and after.) Change-Id: Ia3c3fe6bc6fcdcb79858f233b108b9ee1e071131 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Latest app-templates features integrationRomain Forlot1-17/+2
- CMake >= 3.6 mandatory - Change DATA and HTDOCS targets methods to use macro add_input_files() - header generated from OpenAPI file using BINDINGV2 label and set_openapi_filename() macro. - Adjusted README to reflect new cmake requirement Change-Id: I8da515b98c1877d5be5e51f2bf94d691ac3cefb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Integrate OpenAPI .h file generation.Romain Forlot1-0/+1
Change-Id: I166d5019893308f239c3485ae03e87bf4a05cc5d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # Controler-afb/CMakeLists.txt
2018-12-13Documented Controller standalone mode and provided a sample config.Fulup Ar Foll1-0/+11
2018-12-13Integration with Alsa HookPlugin is now working. Fulup Ar Foll12-0/+3147
2018-12-13Initial commitForlot Romain [IoT.bzh]1-0/+201
2018-10-24Initial empty repositoryguppy_6.99.2guppy_6.99.1guppy/6.99.2guppy/6.99.16.99.26.99.1Jan-Simon Moeller0-0/+0