self.ssh_port = list[6];
self.username = list[7];
self.listen_port = list[8];
- self.clients_base_dir = list[9];
+ self.clients_base_dir = list[10];
+ self.daemon_dir = list[9];
def __str__(self):
return '[%s: %s: %s: %s: %s: %s %s: %s]' \
#~ nodes = Nodes("nodes.xml")
#~ for node in nodes.getNodes():
#~ print node
- #~ print node.getClientBaseDir('libtorrent')
\ No newline at end of file
+ #~ print node.getClientBaseDir('libtorrent')
<ssh_port>20322</ssh_port>
<username>p2p</username>
<listen_port>10004</listen_port>
+ <daemon_dir>/home/p2p/cs-p2p-next/bt_comm/server</daemon_dir>
<clients>
<client id="tribler">
<base>/home/p2p/p2p-clients/tribler/</base>