kedr
kedr copied to clipboard
Reduce use of Shell Scripts as much as possible to control KEDR
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.