Page 1 of 1

Hey i want help with Socket programming through UDP. Python please. This will be a client----server app. Step 1: First

Posted: Mon May 02, 2022 12:11 pm
by answerhappygod
Hey i want help with Socket programming through UDP. Python
please. This will be a client----server app.
Step 1: First I want the client to be able to say “hi” to the
server through a message.
Step 2: Once the server receives the “hi” message
Step 3: then the server will be respond and ask “hey! what
is your name?” the client receives the message from the server and
will enter their name through the terminal and send their name to
the server.
Step 4. The server will respond and say “hello name, welcome!”
this should be then received to the client and be the name that
they had inputed previously.