summaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_binding.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-25agl-service-unicens: use shared lib of afb-helpershalibut_7.99.2halibut/7.99.27.99.2Tobias Jahnke1-1/+1
Change the usage of afb-helpers from git submodule to shared library. Removed also unused app-templates submodule. Bug-AGL: SPEC-2562 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> Change-Id: Iade8686aded8912d4dd203d1f74e171c13302a3e
2018-05-09agl-service-unicens: replace legacy sendmessageTobias Jahnke1-94/+1
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-09agl-service-unicens: support base64 Tx/RxTobias Jahnke1-23/+42
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-07agl-service-unicens: prepare control message transmission in b64 formatTobias Jahnke1-0/+4
Bug-AGL: SPEC-1177 Add new verb sendmessageb64. Change-Id: I4f7c67141ede4e5c5d5f60acb4dd93ca4b46c271 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-04-30agl-service-unicens: update submodules, app-templatesTobias Jahnke1-1/+1
Change-Id: Iefa1de14c6d744c40ba6f295276ba3b83df96395 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-20agl-service-unicens: Rx message eventTobias Jahnke1-4/+97
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-14ucs_binding.c: Fix compiler warningsTobias Jahnke1-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-12ucs_binding.c: Add control message transmissionTobias Jahnke1-22/+119
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-23UcsXml component use libxml2 instead of libmxmltkummermehr1-11/+23
Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
2017-11-15Fix build errorRonan Le Martret1-2/+2
* Some warning compile message is a error in yocto Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-11-11Remove trailing whitespaces in ucs_binding.cTobias Jahnke1-62/+62
Change-Id: I37857ddc83fa0d642328c18b13741832893f36d4 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-11enables automatic network setup on bindinginitTobias Jahnke1-21/+44
Change-Id: Ie0c9f8cf04647c315949f0f2cecf61bb08b69e6d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-11adds init function and getter for default cfg pathTobias Jahnke1-1/+40
Change-Id: I620d485bb935f984efcfeaf29399d184d3261e7d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-07Deliver network statusThorsten Kummermehr1-0/+4
2017-11-07Deliver network connection labelThorsten Kummermehr1-1/+1
2017-08-18removed volume APITobias Jahnke1-157/+46
2017-08-14fixes missing assignment in API 'listconfig' and removes unnecessary project ↵Tobias Jahnke1-1/+1
configuration
2017-08-03adds node-availibility event and subscribe functionTobias Jahnke1-4/+57
2017-08-02cleanup of API i2cwriteTobias Jahnke1-56/+43
2017-08-01adds async. result to i2c_writeTobias Jahnke1-15/+30
2017-08-01prepares asynchronous i2c_write resultTobias Jahnke1-1/+26
2017-08-01adds processing of data to i2c_writeTobias Jahnke1-19/+43
2017-08-01adds experimental i2cwrite commandTobias Jahnke1-0/+59
2017-07-27Merge pull request #14 from tkummermehr/I2C_and_GPIO_Supporttjahnk1-0/+8
Implement handling of GPIO, I2C, Routes
2017-07-26Implement handling of GPIO, I2C, RoutesThorsten Kummermehr1-0/+8
2017-07-25Update HTML test page to new template. Added Config file selection from UI.Fulup Ar Foll1-3/+55
2017-07-25Initial API-V2 ajusted HTML page to fit new commands namesFulup Ar Foll1-2/+7
2017-07-25First Compilation in V2 (work in Progress)Fulup Ar Foll1-12/+19
2017-07-14Merge branch 'master' into UCS_Interface_Cleanuptkummermehr1-54/+51
2017-07-13Merge pull request #4 from tkummermehr/EnableXmlReloadingFulup Ar Foll1-24/+26
Fix non working reloading of new XML files via WebSocket
2017-07-13Merge pull request #3 from tkummermehr/Fix_CDEV_WriteFulup Ar Foll1-5/+2
Fix crash of TX CDEV write, when there is many traffic
2017-07-13Merge pull request #7 from tkummermehr/CosmeticsFulup Ar Foll1-31/+23
Code cosmetics. Mainly comments
2017-07-13Removing last two warnings, when set to pedantic onlytkummermehr1-1/+1
2017-07-13Code cosmetics. Mainly commentstkummermehr1-31/+23
2017-07-13Added new features to ucs2-interface and cleaned up APItkummermehr1-36/+18
2017-07-13Fixed non working reloading of new XML files via WebSockettkummermehr1-25/+27
2017-07-13Fixed crash of TX CDEV write, when there was many traffictkummermehr1-7/+3
2017-06-27Change marketing stuffRomain Forlot1-85/+85
unicens -> UNICENS MicroChip -> Microchip Change-Id: I7a2f48ac62f44579831ed252b5e24dc918c09645 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-05-26Initial CommitFulup Ar Foll1-0/+488