Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-04 | agl-service-unicens: support microphone front-end | Tobias Jahnke | 1 | -23/+23 | |
Bug-AGL: SPEC-1759 - updates app-templates - adds routing setup of microphone front-end - adds web-ui buttons to control microphone front-end Change-Id: Ie18ec2f40a1b1fce348d32d28c64a4a3b289d55f Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2018-08-08 | agl-service-unicens: move definition of api v2 | Tobias Jahnke | 1 | -5/+4 | |
Moves definition of AFB_BINDING_VERSION into config.cmake. Fixes an issue that different api versions seems to be defined for different code parts. Change-Id: If7325afe583ad6a8aa37cbd18dda473fbcba673b Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2018-05-09 | agl-service-unicens: replace legacy sendmessage | Tobias Jahnke | 3 | -159/+8 | |
Bug-AGL: SPEC-1177 Replace verb sendmessage using interger array by new new version now using base64 coded string. Change-Id: I1b06ad353a13b1e6b2f335c9567cd923960d8104 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2018-05-09 | agl-service-unicens: support base64 Tx/Rx | Tobias Jahnke | 2 | -23/+43 | |
Bug-AGL: SPEC-1177 Implement function to transmit control messages with base64 encoded payload string. Modify control message reception providing the payload as base64. Change-Id: I78fb600e75cef3083220da202d2274df729083d9 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2018-05-07 | agl-service-unicens: prepare control message transmission in b64 format | Tobias Jahnke | 3 | -31/+98 | |
Bug-AGL: SPEC-1177 Add new verb sendmessageb64. Change-Id: I4f7c67141ede4e5c5d5f60acb4dd93ca4b46c271 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2018-04-30 | agl-service-unicens: update submodules, app-templates | Tobias Jahnke | 1 | -1/+1 | |
Change-Id: Iefa1de14c6d744c40ba6f295276ba3b83df96395 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-12-20 | agl-service-unicens: Rx message event | Tobias Jahnke | 3 | -23/+138 | |
Bug-AGL: SPEC-1177 Implements /subscriberx function. Control Rx messages will be notified to subscribers. If no subscriber is assigned, then Rx messages are discarded. This avoids Rx stuck issues after receiving multiple messages. Change-Id: Idb71569b8ff6f651833d7d01c37a3eea866daf1d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-12-14 | ucs_binding.c: Fix compiler warnings | Tobias Jahnke | 1 | -12/+28 | |
Bug-AGL: SPEC-1177 Fix compiler warnings due to the use of deprecated json-c functions. Change-Id: I8fc783af7f1cbf436d9a979395b6f6cf3c5d511d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-12-12 | ucs_binding.c: Add control message transmission | Tobias Jahnke | 3 | -25/+179 | |
Bug-AGL: SPEC-1177 Support control message transmission to other network devices via json api. Change-Id: I22af427471a379f819e626ea4d746f78f3e37a6a Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-11-23 | UcsXml component use libxml2 instead of libmxml | tkummermehr | 1 | -11/+23 | |
Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de> | |||||
2017-11-15 | Fix build error | Ronan Le Martret | 1 | -2/+2 | |
* Some warning compile message is a error in yocto Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-11-11 | Remove trailing whitespaces in ucs_binding.c | Tobias Jahnke | 1 | -62/+62 | |
Change-Id: I37857ddc83fa0d642328c18b13741832893f36d4 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-11-11 | enables automatic network setup on bindinginit | Tobias Jahnke | 1 | -21/+44 | |
Change-Id: Ie0c9f8cf04647c315949f0f2cecf61bb08b69e6d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-11-11 | adds init function and getter for default cfg path | Tobias Jahnke | 4 | -42/+84 | |
Change-Id: I620d485bb935f984efcfeaf29399d184d3261e7d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> | |||||
2017-11-07 | Deliver network status | Thorsten Kummermehr | 1 | -0/+4 | |
2017-11-07 | Deliver network connection label | Thorsten Kummermehr | 1 | -1/+1 | |
2017-10-12 | External mXML project library inclusion | Romain Forlot | 2 | -31/+17 | |
Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | removed volume API | Tobias Jahnke | 4 | -191/+47 | |
2017-08-14 | fixes missing assignment in API 'listconfig' and removes unnecessary project ↵ | Tobias Jahnke | 1 | -1/+1 | |
configuration | |||||
2017-08-03 | adds node-availibility event and subscribe function | Tobias Jahnke | 4 | -50/+103 | |
2017-08-02 | cleanup of API i2cwrite | Tobias Jahnke | 3 | -68/+55 | |
2017-08-01 | adds async. result to i2c_write | Tobias Jahnke | 1 | -15/+30 | |
2017-08-01 | prepares asynchronous i2c_write result | Tobias Jahnke | 1 | -1/+26 | |
2017-08-01 | adds processing of data to i2c_write | Tobias Jahnke | 3 | -24/+63 | |
2017-08-01 | adds experimental i2cwrite command | Tobias Jahnke | 4 | -2/+93 | |
2017-07-27 | Merge pull request #14 from tkummermehr/I2C_and_GPIO_Support | tjahnk | 1 | -0/+8 | |
Implement handling of GPIO, I2C, Routes | |||||
2017-07-26 | Implement handling of GPIO, I2C, Routes | Thorsten Kummermehr | 1 | -0/+8 | |
2017-07-25 | Update HTML test page to new template. Added Config file selection from UI. | Fulup Ar Foll | 3 | -20/+103 | |
2017-07-25 | Initial API-V2 ajusted HTML page to fit new commands names | Fulup Ar Foll | 4 | -41/+47 | |
2017-07-25 | First Compilation in V2 (work in Progress) | Fulup Ar Foll | 4 | -62/+25 | |
2017-07-25 | Update Installation Documentation | fulup | 4 | -16/+158 | |
2017-07-25 | Moving to APIV2 Work in Progress | fulup | 1 | -74/+0 | |
2017-07-14 | Merge branch 'master' into UCS_Interface_Cleanup | tkummermehr | 2 | -55/+52 | |
2017-07-13 | Merge pull request #4 from tkummermehr/EnableXmlReloading | Fulup Ar Foll | 1 | -24/+26 | |
Fix non working reloading of new XML files via WebSocket | |||||
2017-07-13 | Merge pull request #3 from tkummermehr/Fix_CDEV_Write | Fulup Ar Foll | 1 | -5/+2 | |
Fix crash of TX CDEV write, when there is many traffic | |||||
2017-07-13 | Merge pull request #7 from tkummermehr/Cosmetics | Fulup Ar Foll | 1 | -31/+23 | |
Code cosmetics. Mainly comments | |||||
2017-07-13 | Removing last two warnings, when set to pedantic only | tkummermehr | 2 | -2/+2 | |
2017-07-13 | Code cosmetics. Mainly comments | tkummermehr | 1 | -31/+23 | |
2017-07-13 | Added new features to ucs2-interface and cleaned up API | tkummermehr | 1 | -36/+18 | |
2017-07-13 | Fixed non working reloading of new XML files via WebSocket | tkummermehr | 1 | -25/+27 | |
2017-07-13 | Fixed crash of TX CDEV write, when there was many traffic | tkummermehr | 1 | -7/+3 | |
2017-06-27 | Change marketing stuff | Romain Forlot | 3 | -98/+98 | |
unicens -> UNICENS MicroChip -> Microchip Change-Id: I7a2f48ac62f44579831ed252b5e24dc918c09645 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-06-09 | Revert "rename afb-service-itf.h to afb-service-v2.h" | Sebastien Douheret | 2 | -2/+2 | |
This reverts commit 8e11d17565ec6f38e8c5571c48a3e4a317758223. | |||||
2017-06-06 | rename afb-service-itf.h to afb-service-v2.h | Ronan Le Martret | 2 | -2/+2 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-05-26 | Initial Commit | Fulup Ar Foll | 7 | -0/+873 | |