<?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>gHacks technology news &#187; peer to peer</title>
	<atom:link href="http://www.ghacks.net/tag/peer-to-peer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>P2P: The Owner Free File System</title>
		<link>http://www.ghacks.net/2009/04/10/p2p-the-owner-free-file-system/</link>
		<comments>http://www.ghacks.net/2009/04/10/p2p-the-owner-free-file-system/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:29:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[P2p]]></category>
		<category><![CDATA[file distribution]]></category>
		<category><![CDATA[file-sharing]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[off-system]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[peer to peer]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/10/p2p-the-owner-free-file-system/</guid>
		<description><![CDATA[Peer to peer networks are often associated with the dark side of the Internet as they became widely known for containing large amounts of copyrighted files accessible to anyone with the right client software. File sharing on standard p2p networks like Bittorrent is not anonymous as IPs are visible once a connection has been established. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/off_system.jpg" alt="off system" title="off system" width="128" height="140" class="alignleft size-full wp-image-11874" />Peer to peer networks are often associated with the dark side of the Internet as they became widely known for containing large amounts of copyrighted files accessible to anyone with the right client software. File sharing on standard p2p networks like Bittorrent is not anonymous as IPs are visible once a connection has been established. </p>
<p>The <a href="http://offsystem.sourceforge.net/">OFF-System</a> is a peer to peer networking system that is using a different approach than darknets like Freenet. Darknets anonymize user data while the Off-System creates randomized multi-used data blocks which means that it is not possible to map a data block to a single file on the network.</p>
<p>To retrieve data from the peer to peer network one would need to download all required blocks plus the so called retrieval url which is created when files are added to the network. Each block on its own is nothing but a set of random data which means that this data is not copyrighted by anyone.</p>
<p><span id="more-11875"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/p2p_off_system-500x256.jpg" alt="p2p off system" title="p2p off system" width="500" height="256"  /></p>
<p>The developers have a <a href="http://offsystem.sourceforge.net/">multi-page</a> article on their website describing it in great detail. Users on the other hand can simply download the Open Source client of the Off-System which comes with a comfortable search function build in. </p>
<p>The options are quite extensive ranging from incoming and outgoing filters, security settings like trusted nodes to networking and advanced options. There is usually a overhead involved when replicating files which can range from a 50%-200% file increase on the receiving end. </p>

	Tags: <a href="http://www.ghacks.net/tag/file-distribution/" title="file distribution" rel="tag">file distribution</a>, <a href="http://www.ghacks.net/tag/file-sharing/" title="file-sharing" rel="tag">file-sharing</a>, <a href="http://www.ghacks.net/tag/networks/" title="Networks" rel="tag">Networks</a>, <a href="http://www.ghacks.net/tag/off-system/" title="off-system" rel="tag">off-system</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/p2p/" title="P2p" rel="tag">P2p</a>, <a href="http://www.ghacks.net/tag/peer-to-peer/" title="peer to peer" rel="tag">peer to peer</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/07/03/wireless-network-scanner-inssider/" title="Wireless Network Scanner inSSIDer (July 3, 2009)">Wireless Network Scanner inSSIDer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/22/windows-tabbed-browsing/" title="Windows Tabbed Browsing (November 22, 2008)">Windows Tabbed Browsing</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/05/windows-run-aliases/" title="Windows Run Aliases (May 5, 2009)">Windows Run Aliases</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/05/12/windows-management-super-maximize-windows/" title="Windows Management: Super Maximize Windows (May 12, 2009)">Windows Management: Super Maximize Windows</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/10/p2p-the-owner-free-file-system/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Downloading Torrents with Transmission</title>
		<link>http://www.ghacks.net/2009/01/12/downloading-torrents-with-transmission/</link>
		<comments>http://www.ghacks.net/2009/01/12/downloading-torrents-with-transmission/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:37:42 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[P2p]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bitorrent]]></category>
		<category><![CDATA[peer to peer]]></category>
		<category><![CDATA[transmission]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9848</guid>
		<description><![CDATA[Torrents are a regular part of a geeks life. Whether it is downloading ISO images, your favorite non-licensed anime, or large-scale backups, torrents are a simple way to manage massive downloads. But how do you manage torrents in Linux? There are a number of possible clients, some command-line and some full-on graphical clients. The torrent [...]]]></description>
			<content:encoded><![CDATA[<p>Torrents are a regular part of a geeks life. Whether it is downloading ISO images, your favorite non-licensed anime, or large-scale backups, torrents are a simple way to manage massive downloads. But how do you manage torrents in Linux? There are a number of possible clients, some command-line and some full-on graphical clients. The torrent client that I prefer is called Transmission. It&#8217;s the default client in the GNOME desktop and it makes &#8220;torrenting&#8221; a breeze.</p>
<p>Naturally we&#8217;re not going to get into the legality of torrents.  But I will make this disclaimer that copywritten materials should not be downloaded unless you have express permission to do so.  With that being said, let&#8217;s take a look at how to get your &#8220;torrent on&#8221; with Trasmission.</p>
<p><span id="more-9848"></span>Transmission can be started in one of two ways. The first is to go to the Internet sub-menu of the Applications menu where you will find the Transmission entry. The second method is to click on a torrent link from a web site which will prompt you if you want to automatically open the link with Transmission.</p>
<div id="attachment_9849" class="wp-caption alignleft" style="width: 328px"><a href="http://www.ghacks.net/wp-content/uploads/2009/01/transmission_open_with.png"><img class="size-full wp-image-9849" src="http://www.ghacks.net/wp-content/uploads/2009/01/transmission_open_with.png" alt="Open With..." width="318" height="228" /></a><p class="wp-caption-text">Open With...</p></div>
<p>If you know you are always going to use Transmission for your torrenting, click the &#8220;Do this automatically&#8230;&#8221; check box. This will make it so that you do not have to go through this step every time.</p>
<p>Once you click OK in this window two windows will open: Transmission&#8217;s Main window and Torrent Options window. The Torrent Options window will be the window with focus because you have to actually add the torrent to Transmission before it starts the downloading process.</p>
<p>The possible options are:</p>
<div id="attachment_9850" class="wp-caption alignright" style="width: 287px"><a href="http://www.ghacks.net/wp-content/uploads/2009/01/transmission_options.png"><img class="size-medium wp-image-9850" src="http://www.ghacks.net/wp-content/uploads/2009/01/transmission_options-461x500.png" alt="Options" width="277" height="300" /></a><p class="wp-caption-text">Options</p></div>
<p>Destination Folder &#8211; Choose where your torrent should be downloaded to.</p>
<p>Verify Local Data &#8211; This option is currently suffering from a bug and does not work 100%. I would not make use of this feature.</p>
<p>Start When Added &#8211; If you click this, the torrent will start downloaded as soon as it is added.</p>
<p>Move Source File to Trash &#8211; This will delete the seed file when the download is complete.</p>
<p>Once you have enabled all the options you want click Add to start your downloading. The Options window will disappear leaving only the Transmission main window.</p>
<p>Within the Transmission main window you will see your download progress. You can then select the download and click Pause to temporarily halt the download or you can remove the download. You can even close out transmission and, upon reopening the application the download will resume.</p>
<div id="attachment_9851" class="wp-caption alignleft" style="width: 293px"><a href="http://www.ghacks.net/wp-content/uploads/2009/01/transmission_main.png"><img class="size-full wp-image-9851" src="http://www.ghacks.net/wp-content/uploads/2009/01/transmission_main.png" alt="Main Window" width="283" height="300" /></a><p class="wp-caption-text">Main Window</p></div>
<p>Once the torrent is complete you will receive a notice it has finished. Once the download has complete, if you leave Transmission open, you will begin seeding other torrents. By seeding torrents your machine will be used so that others can torrent from you. If you have a problem with this you should close Transmission immediately.</p>
<p><strong>Preferences</strong></p>
<p>Out of the box, Transmission works like a champ. But there might be some tweaks you&#8217;ll need for your particular set up. If you go to the Edit menu you will see the Preferences entry. Click that to get to the the preferences goodies.</p>
<p>One of the more important preferences is the Block List (found under the Peers tab). This blocklist is a Blutack Level 1 Blocklist. You can actually place more blocklists in the the ~/.config/transmission/blocklist folder to make use of them.</p>
<p>There are many more options to get into, the blocklist should be the first you take care of. Make sure you check Enable Auto Updates for Blocklists.</p>
<p><strong>Final Thoughts</strong></p>
<p>Transmission is one of the easiest torrent clients available. And if you like the idea of a simple torrent client, but you use Mac you can have your Transmission as well. Give Transmission a go, you won&#8217;t regret it.</p>

	Tags: <a href="http://www.ghacks.net/tag/bitorrent/" title="bitorrent" rel="tag">bitorrent</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/p2p/" title="P2p" rel="tag">P2p</a>, <a href="http://www.ghacks.net/tag/peer-to-peer/" title="peer to peer" rel="tag">peer to peer</a>, <a href="http://www.ghacks.net/tag/transmission/" title="transmission" rel="tag">transmission</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/10/p2p-the-owner-free-file-system/" title="P2P: The Owner Free File System (April 10, 2009)">P2P: The Owner Free File System</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/01/08/youtorrent/" title="Youtorrent (January 8, 2008)">Youtorrent</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/12/downloading-torrents-with-transmission/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
