Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
apsrcreatix
GitHub Repository: apsrcreatix/Socket-Programming-With-C
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 use include "stdlib.h" header for this function.