I need a help to run a C codes in remote chip from PHP - TCP/IP socket connection request with some arguments?
Thanks in advance.
Regards,
A Kumar
I need a help to run a C codes in remote chip from PHP - TCP/IP socket connection request with some arguments? Thanks in advance. Regards, A Kumar |
|||
|
Using socket you can't run any c application directly .You need to call that executable to run . My idea is you can run another client application on remote and send some data to socket and in remote the client will receive the message based on which it can run he application. |
|||
|
Method 1: But i am not suggest you do that, as it may be dangerous, you never know what the code does. It may deletes all your files in the disk. What's more, the libs the code depend on may not be installed. Method2: |
|||
|