Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 282 Bytes

File metadata and controls

6 lines (6 loc) · 282 Bytes

UDPSocketProgramming

UDP socket programming client server model Client will send string charecter to server, server will convert string to uppercase and send response back to client. Infinite loop will terminate when client send quit. To run code First run the server,next client