Harsh Pratap
Harsh Pratap

Reputation: 53

how to implement server client protocol using c

I have a project to implement server client protocol in our lab. I want to explain my project as there would two or more host and one administrator. on administrator screen all the information about host computer which log in by host users would be displayed as a icons. on clicking on particular icon administrator can see the all information about system details like (log in history etc.), and administrator can access the host screen remotely or can handle mouse of host users.

thank you.

Upvotes: 0

Views: 1060

Answers (1)

Iain
Iain

Reputation: 994

For working with sockets and client-server networking over TCP/IP, I recommend reading Beej's Guide to network Programming: http://beej.us/guide/bgnet/, free on the web.

Upvotes: 2

Related Questions