<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>udp sockets Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/tag/udp-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tag/udp-sockets/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Wed, 04 Jan 2023 11:59:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to Program UDP sockets in Python &#8211; Client and Server Code Example</title>
		<link>https://www.binarytides.com/programming-udp-sockets-in-python/</link>
					<comments>https://www.binarytides.com/programming-udp-sockets-in-python/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 16 Oct 2012 04:53:39 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[python sockets]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[udp sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=3156</guid>

					<description><![CDATA[<p>UDP sockets 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 connection-less and non-stream oriented protocol. It means a UDP server just catches incoming packets from any... <span class="read-more"><a href="https://www.binarytides.com/programming-udp-sockets-in-python/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/programming-udp-sockets-in-python/">How to Program UDP sockets in Python &#8211; Client and Server Code Example</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/programming-udp-sockets-in-python/feed/</wfw:commentRss>
			<slash:comments>24</slash:comments>
		
		
			</item>
		<item>
		<title>Udp Socket Programming in Java &#8211; How to Code Client and Server</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-java/</link>
					<comments>https://www.binarytides.com/udp-socket-programming-in-java/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 15 Sep 2012 06:48:12 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java sockets]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[udp sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2932</guid>

					<description><![CDATA[<p>UDP - User Datagram Protocol sockets UDP is an alternative protocol to the more commonly used TCP protocol. It is a connection-less protocol where you directly send packets without have to establish a proper connection. UDP packets have smaller headers compared to TCP headers. Also data communication is faster since no acknowledgement is exchanged for... <span class="read-more"><a href="https://www.binarytides.com/udp-socket-programming-in-java/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/udp-socket-programming-in-java/">Udp Socket Programming in Java &#8211; How to Code Client and Server</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/udp-socket-programming-in-java/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>UDP Socket programming in winsock &#8211; How to code Client and Server</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-winsock/</link>
					<comments>https://www.binarytides.com/udp-socket-programming-in-winsock/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 05:26:08 +0000</pubDate>
				<category><![CDATA[Winsock]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[udp sockets]]></category>
		<category><![CDATA[winsock]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2778</guid>

					<description><![CDATA[<p>UDP sockets UDP stands for User Datagram Protocol and is an alternative protocol to TCP the most common protocol used for data transfer over the internet. UDP is different from TCP in a number of ways. Most importantly UDP is a connectionless protocol. TCP vs UDP In the TCP protocol first a connection is established... <span class="read-more"><a href="https://www.binarytides.com/udp-socket-programming-in-winsock/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/udp-socket-programming-in-winsock/">UDP Socket programming in winsock &#8211; How to code Client and Server</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/udp-socket-programming-in-winsock/feed/</wfw:commentRss>
			<slash:comments>18</slash:comments>
		
		
			</item>
		<item>
		<title>Programming UDP sockets in C on Linux &#8211; Client and Server example</title>
		<link>https://www.binarytides.com/programming-udp-sockets-c-linux/</link>
					<comments>https://www.binarytides.com/programming-udp-sockets-c-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 06:49:40 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c sockets]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[udp sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2736</guid>

					<description><![CDATA[<p>UDP sockets This article describes how to write a simple echo server and client using udp sockets in C on Linux/Unix platform. UDP sockets or Datagram sockets are different from the TCP sockets in a number of ways. The most important difference is that UDP sockets are not connection oriented. More technically speaking, a UDP... <span class="read-more"><a href="https://www.binarytides.com/programming-udp-sockets-c-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/programming-udp-sockets-c-linux/">Programming UDP sockets in C on Linux &#8211; Client and Server example</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/programming-udp-sockets-c-linux/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
			</item>
	</channel>
</rss>
