I am begginer in C so please be easy on me.....:-)
Anyways....my query is I have a server and a Client program written in C(attached below) for test in UNIX/LINUX in which the client sends a request to the server and the server then sends back the request to the client.
What I am looking for is bascially Punch in a request to the server for
GET/test.html /HTTP1.0
and in return get the contents of the test.html file which would be something along the lines on motor status(on or off) and the value of 4 temperature sensors......
So any ideas then please let me know
Thanks