kedr icon indicating copy to clipboard operation
kedr copied to clipboard

Reduce use of Shell Scripts as much as possible to control KEDR

Open jinay1991 opened this issue 9 years ago • 0 comments

It is nice to have one helper Library which controls KEDR using some APIs rather than having SHELL or PYTHON scripts which uses max of Linux cmds.

It becomes very difficult to port these to some other framework, as in need to decode the shell command to respective C code. Which is always a extra effort which everyone needs to put. Hence it is advisable to have sort of Helper Library running on the top of KEDR which does same jobs as KEDR shell script but in more appropriate manner and systematic way.

hope this helps. This is enhancement suggestion.

jinay1991 avatar Sep 16 '16 09:09 jinay1991