Changes
Dtella
,Created page with "Dtella is a decentralized direct connect hub used for file sharing. Because it's able to restrict file sharing to a specific IP range, Dtella is ideal for usage at low-latency..."
Dtella is a decentralized direct connect hub used for file sharing. Because it's able to restrict file sharing to a specific IP range, Dtella is ideal for usage at low-latency campus networks where upload limits are imposed for external traffic. Open source software for a Virginia Tech Dtella hub is available at [http://git.mutantmonkey.in/dtella-vt.git git.mutantmonkey.in] and is maintained by [[Special:mutantmonkey mutantmonkey]].
== Linux Installation Instructions ==
* Grab the latest snapshot from [http://git.mutantmonkey.in/dtella-vt.git http://git.mutantmonkey.in/dtella-vt.git]
* Untar the source and move to your home directory
<code>
$ tar -xzf dtella-vt-*.tar.gz
$ cd dtella-vt-*
$ mkdir ~/.dtella
$ mv <extracted folder>/* ~/.dtella
</code>
* Create a script to launch the python script
<code>$ cd ~
$ vim dtella </code>
<code>#!/bin/bash
python2 ~/.dtella/dtella.py & </code>
<code>$ chmod +x dtella </code>
* Install a DC++ client, such as [https://launchpad.net/linuxdcpp LinuxDC++] (in Arch, use linuxdcpp)
* Launch Dtella by executing <code>~/.dtella</code>, then launch your DC++ client and connect to localhost:7314
== Linux Installation Instructions ==
* Grab the latest snapshot from [http://git.mutantmonkey.in/dtella-vt.git http://git.mutantmonkey.in/dtella-vt.git]
* Untar the source and move to your home directory
<code>
$ tar -xzf dtella-vt-*.tar.gz
$ cd dtella-vt-*
$ mkdir ~/.dtella
$ mv <extracted folder>/* ~/.dtella
</code>
* Create a script to launch the python script
<code>$ cd ~
$ vim dtella </code>
<code>#!/bin/bash
python2 ~/.dtella/dtella.py & </code>
<code>$ chmod +x dtella </code>
* Install a DC++ client, such as [https://launchpad.net/linuxdcpp LinuxDC++] (in Arch, use linuxdcpp)
* Launch Dtella by executing <code>~/.dtella</code>, then launch your DC++ client and connect to localhost:7314