clients/tribler/start_tribler_proxy.sh 04 &
return $!
;;
+ "swift_seeder")
+ clients/swift/start_swift_seeder.sh &
+ return $!
+ ;;
+ "swift_leecher")
+ clients/swift/start_swift_leecher.sh &
+ return $!
+ ;;
"xbtut")
clients/xbt-unified-tracker/start_xbtut.sh &
return $!
"tribler_proxy_04")
clients/tribler/stop_tribler.sh
;;
+ "swift_seeder" | "swift_leecher")
+ clients/swift/stop_swift.sh &
+ ;;
"xbtut")
clients/xbt-unified-tracker/stop_xbtut.sh
;;
"tribler_proxy_04")
clients/tribler/detect_complete_tribler_proxy.sh ${log_file}
;;
+ "swift_seeder" | "swift_leecher")
+ clients/swift/detect_complete_swift.sh &
+ ;;
esac
}
# XBTUT_PATH
XBTUT_ABS_PATH="/home/p2p/export/unified-tracker/trunk/xbt/Tracker"
+# SWIFT_PATH
+SWIFT_ABS_PATH="/home/p2p/export/swift-vs-utp/swift"
+
# WORKING_FOLDER_REL_PATH is relative to TRIBLER_ABS_PATH folder
WORKING_FOLDER_REL_PATH="../../P2P-Testing-Infrastructure/ClientWorkingFolders"