comp-manger: Send/Receive buffered data instead of string
authorSaurav Babu <saurav.babu@samsung.com>
Wed, 11 Apr 2018 09:19:01 +0000 (14:49 +0530)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:49 +0000 (19:38 +0900)
commitc5df109d0c7c715c120004cf976555ebf0db91fe
tree7535390e025c5b52e21390d818da661d851f7f28
parent68c68ab4001892eec0f63f3cf368d012e6c87659
comp-manger: Send/Receive buffered data instead of string

Application can send buffered data with length, sending it as string
incomplete data would be received. This patch sends data as string after
encoding it to Base64 and on receiver side decodes it before providing
data to upper layer

Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
src/companion-manager/include/comp_gdbus_group.h
src/companion-manager/include/comp_group.h
src/companion-manager/include/comp_iot.h
src/companion-manager/src/comp_gdbus_group.c
src/companion-manager/src/comp_group.c
src/companion-manager/src/comp_iot.cpp
src/companion-manager/src/companion_gdbus.xml