Skip to content

Task:Extend kvp open function to also support URLs #98

@kanjoe24

Description

@kanjoe24

Goal

Extend the suport of the open function to support URL's.

https://github.com/rdkcentral/ut-control/blob/develop/include/ut_kvp.h

Transform function from

ut_kvp_status_t ut_kvp_open(ut_kvp_instance_t *pInstance, char *fileName);

to

ut_kvp_status_t ut_kvp_open(ut_kvp_instance_t *pInstance, char *fileNameOrUrl);

if the filename is prefixed with https/http:// then it's a url
if it's not prefixed then assume it's a file
if it's prefixed with file:// then assume it's a file.

Notes (Optional)

No response

Metadata

Metadata

Labels

enhancementNew feature or request

Type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions