<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>socket programming | Psyops Prime</title>
	<atom:link href="https://psyopsprime.com/tag/socket-programming/feed/" rel="self" type="application/rss+xml" />
	<link>https://psyopsprime.com</link>
	<description>An Idea Log</description>
	<lastBuildDate>Sat, 14 Nov 2015 10:46:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<site xmlns="com-wordpress:feed-additions:1">99640787</site>	<item>
		<title>Developing an Echo Server</title>
		<link>https://psyopsprime.com/computer-networks/developing-an-echo-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=developing-an-echo-server</link>
					<comments>https://psyopsprime.com/computer-networks/developing-an-echo-server/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 14 Nov 2015 10:41:50 +0000</pubDate>
				<category><![CDATA[Computer Networks]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Echo server]]></category>
		<category><![CDATA[Makefiles]]></category>
		<category><![CDATA[socket programming]]></category>
		<guid isPermaLink="false">http://psyopsprime.xyz/?p=1132</guid>

					<description><![CDATA[<p>In this assignment, all of you are expected to develop an echo server by yourself. We have gone through the code snippets concerning an echo</p>
The post <a href="https://psyopsprime.com/computer-networks/developing-an-echo-server/">Developing an Echo Server</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">In this assignment, all of you are expected to develop an echo server by yourself. We have gone through the code snippets concerning an echo server and a client in the class. We shall be using the same pieces of code to develop this assignment. Much of this assignment depends on the contents we covered in the class as well as on the previous assignment. Its a pity if you have not completed the previous assignment.</p>
<p style="text-align: justify;">Please take the following steps in order to complete this assignment. If you did the previous assignment concerning Makefiles, jump directly to step number 3. <a title="Makefiles" href="http://psyopsprime.com/education/playing-with-makefiles/" target="_blank">If you have not done it already, just do it</a>!</p>
<ol style="text-align: justify;">
<li><a title="Fork" href="https://github.com/adilraja/Echo-Oracle" target="_blank">Fork the source code of the Echo server from here</a> to your own account at Github.</li>
<li>Clone it now to you own local machine.</li>
<li>Develop the Echo server and the client applications now. You are free to take inspiration from the source code. But you are definitely not allowed to copy it verbatim. The idea in doing this assignment is to get familiar with client server programming using sockets.</li>
</ol>
<p style="text-align: justify;">If you have trouble understanding anything, please have a look at this article titled, <a title="Echo" href="http://psyopsprime.com/education/how-to-make-an-echo-server/" target="_blank">How to Make an Echo Server</a>.</p>
<p style="text-align: justify;"><small><a style="text-decoration: none;" title="Image inserted by the ImageInject WordPress plugin" href="http://wpinject.com/" rel="nofollow">Photo</a> by <a href="http://www.flickr.com/photos/18519136@N00/3064180867" target="_blank">kvn.jns</a> <a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank" rel="nofollow"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/psyopsprime.com/wp-content/plugins/wp-inject/images/cc.png?w=750" alt="" /></a></small></p>The post <a href="https://psyopsprime.com/computer-networks/developing-an-echo-server/">Developing an Echo Server</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></content:encoded>
					
					<wfw:commentRss>https://psyopsprime.com/computer-networks/developing-an-echo-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
				<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<post-id xmlns="com-wordpress:feed-additions:1">1132</post-id>	</item>
	</channel>
</rss>
