<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.fossee.in/distributedsystems-course/</link>
    <language>en-us</language>

    <title>Distributed Systems in Python Changelog</title>
    <description>Distributed Systems in Python Changelog</description>
    <item>
    <title>[default] Added support for handling binary files.</title>
    <guid isPermaLink="true">https://hg.fossee.in/distributedsystems-course/rev/47438813ede2</guid>
    <link>https://hg.fossee.in/distributedsystems-course/rev/47438813ede2</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>47438813ede2</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td>default</td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td>tip</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#77;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#46;&#67;&#46;&#83;&#32;&#60;&#109;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#99;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Added support for handling binary files.<br/>
<br/>
The problem was I was using XDR strings for reading data, storing it<br/>
and transferring to the client from the server. But since this is no<br/>
better than null-terminated string, whenever data had \000 the data<br/>
used to become corrupt from that point. So now I changed all data to<br/>
be integer arrays so there is no question of corruption.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>ftp/Makefile<br />ftp/ftp.x<br />ftp/ftpc.c<br />ftp/ftps.c<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#77;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#46;&#67;&#46;&#83;&#32;&#60;&#109;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#99;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 18 Jan 2010 17:21:39 +0530</pubDate>
</item>
<item>
    <title>Solution to first assignment.</title>
    <guid isPermaLink="true">https://hg.fossee.in/distributedsystems-course/rev/30d751ac6d49</guid>
    <link>https://hg.fossee.in/distributedsystems-course/rev/30d751ac6d49</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>30d751ac6d49</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#77;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#46;&#67;&#46;&#83;&#32;&#60;&#109;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#99;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Solution to first assignment.<br/>
<br/>
First assignment was to implement a FTP Server and Client<br/>
using SUN RPC. This is in C. Doesn't support binary file<br/>
formats yet. Both binary file format transfer support and<br/>
Python equivalent of the code is to be added yet.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>ftp/Makefile<br />ftp/ftp.x<br />ftp/ftpc.c<br />ftp/ftps.c<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#77;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#46;&#67;&#46;&#83;&#32;&#60;&#109;&#97;&#100;&#104;&#117;&#115;&#117;&#100;&#97;&#110;&#99;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 18 Jan 2010 14:10:13 +0530</pubDate>
</item>

  </channel>
</rss>