Path: blob/master/09-remote-command-execution-udp/README.md
137 views
Instructions
If you don't have knowledge of basics of UDP, please check previous topics
04-udp-echo-client-server
We are preparing to implement remote command execution.
Remote command execution : Handling command from one side and accessing it on other side (server side);
We have used
system(buffer)
for execution of the command line input, also remember to useinclude "stdlib.h"
header for this function.