]> git.mxchange.org Git - quix0rs-apt-p2p.git/commitdiff
this is a script for setting up a lot of khashmir nodes at once
authorburris <burris>
Mon, 14 Jun 2004 05:01:25 +0000 (05:01 +0000)
committerburris <burris>
Mon, 14 Jun 2004 05:01:25 +0000 (05:01 +0000)
knet.py

diff --git a/knet.py b/knet.py
index 8a1536c01b201b732f24ff2acd12cfc8cae2a4cf..4067f84ad73f0b8a5d2e4edb85fd67af23c2be0b 100644 (file)
--- a/knet.py
+++ b/knet.py
@@ -1,12 +1,9 @@
 #
 #  knet.py
-#  UberTracker
-#
-#  Created by andrew loewenstern on Sun Jun 13 2004.
-#  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
-#
+#  create a network of khashmir nodes
+# usage: knet.py <num_nodes> <start_port> <ip_address>
 
-from khashmir.khashmir import Khashmir
+from khashmir import Khashmir
 from twisted.internet import reactor
 from whrandom import randrange
 import sys, os