Implement a simple client and server in pyton. Know how to help?
Implement a simple client and server in pyton. Know how to help?
Hey guys I have this programming assignment due and in need of help. Can you help with this? I'd be greatful for hints or ways to start if you could help out!
This assignment is to implement a simple client and a simple server in python (or perl, java, C or C++ though we will not mention these further here), using the socket module. Both will be run from the command line. A pair of instances of the client will communicate back and forth, through their connections to the server. Both clients will be sending and receiving concurrently. (Clients will not be connected directly, but only to the server.) In particular, you will need to use fork from the os module for concurrency (or threads --- in any event you will need two processes for a client and two for the server).
Thanks,
Duke
This assignment is to implement a simple client and a simple server in python (or perl, java, C or C++ though we will not mention these further here), using the socket module. Both will be run from the command line. A pair of instances of the client will communicate back and forth, through their connections to the server. Both clients will be sending and receiving concurrently. (Clients will not be connected directly, but only to the server.) In particular, you will need to use fork from the os module for concurrency (or threads --- in any event you will need two processes for a client and two for the server).
Thanks,
Duke
Originally Posted by RED WING NUT
I want to help sooooo badly but I have no idea what you're talking about. 



