A distributed P2P system which emulates a Direct Connect hub, primarily for college campuses and other low-latency LANs, for more information see http://dtella.org.
This repository is a fork of gnu-user/dtella which is in turn a fork of the latest revision (r635) of Dtella from the official SVN repository. The intent of this fork, like the other fork is to improve upon the original Dtella implementation, investigate ways that it could be improved further and additionally adapt it for local use.
After follwing the install instructions, follow the Connecting to Dtella (connecting to local DCC hub) section below (Step #3 onwards).
-
Open the DCC client
-
Start the dtella script
-
Add a new connection to your Client
-
Enter the name as anything you like
-
For the Hub address enter the loopback address followed by your dtella port in the format of
<ip_address>:<port>
e.g:127.0.0.1:7314
-
Save the connection
-
Connect to the newly created hub.
You should be able to automatically connect to all Peers. (This takes some time the first time you join the network)
If for whatever reason this does not work, you should be able to use the following command
!addpeer <Peer's IP>:13337
The previous command will add the peer to your client (however it might take a while to refresh)
You can always re-connect to the hub (hit Ctrl-R in your DC client) to restart the peer search.
In decreasing order of efficiency.
- Google Spreadsheet
- DNS
- Multicast
- Network Scan
- DTella page
- Clean up code
- Add better/faster P2P scanning
- Improve multicasing code
- Document differences clearly
- Expose debugging and configuration options via flags/bot commands
- Replace existing readboard with a distributed one (possibly by extending the DC protocol)
This fork adds a couple of options to the original dtella configuration file, doucmented here:
force_scan
: A full Network Scan is a floody technique, it's used only when this option is set toTrue
default_udpport
: Used by Network Scan, set toNone
if you wish to use a random port like the original dtella instead.
See README.md.old
All of the source code in this repository is licensed under the GNU General Public License, Version 2. All kudos go to the original creators of Dtella, Jacob Feisley, Paul Marks, and Dtella Labs.