UDP Network Programming


UDP or user datagram protocol is an alternative protocol to its more common counterpart TCP. UDP like TCP is a protocol for packet transfer from 1 host to another, but has some important differences. UDP is a connectionless and non-stream oriented protocol. It means a UDP server just catches incoming packets from any and many hosts without establishing a reliable pipe kind of connection.


Developer: Abhishek Nandakumar
Licence: OpenSource
Platform/Language: Python
Download Server.py
Download Client.py


Popular posts from this blog

Sequential File Allocation

Calendar