Using connectionless UDP protocol to send message using Python.

Опубликовано: 13 Октябрь 2024
на канале: Subhroneel Ganguly
3,402
18

This tutorial is about sending message from client to server using UDP connection-less protocol. This video tutorial includes 2 program.
1. socket_server_udp.py 2. socket_client_udp.py.
Server binds to an ip address with a random port waits to receive message from client using an infinite loop. Client send messages to server which is received by server and prints it.