From: Razvan Deaconescu Date: Tue, 16 Aug 2011 12:02:34 +0000 (+0300) Subject: Move autorun/ to smf/. Update README files. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=a89e3fbbeef5f17f3f11a3accf59079c9899192f;p=cs-p2p-next.git Move autorun/ to smf/. Update README files. smf - Swarm Management Framework --- diff --git a/README b/README index ae4c44f..e8f5a2c 100644 --- a/README +++ b/README @@ -26,12 +26,14 @@ Contributions from: * Răzvan Deaconescu, razvan.deaconescu@cs.pub.ro -autorun/ +smf/ + - Swarm Management Framework - scripts and Python programs for automatic deploy and run of BitTorrent clients - - see autorun/README + - see smf/README ppf/ + - Post Processing Framework - scripts, Python programs and SQL files for parsing, storing and analysis of BitTorrent client status and verbose log messages diff --git a/autorun/PROTOCOL b/smf/PROTOCOL similarity index 100% rename from autorun/PROTOCOL rename to smf/PROTOCOL diff --git a/autorun/README b/smf/README similarity index 98% rename from autorun/README rename to smf/README index b7fefe3..61c94fc 100644 --- a/autorun/README +++ b/smf/README @@ -1,3 +1,5 @@ +Swarm Management Framework + Automated command interface for BitTorrent clients. It Supports starting remotely a daemon server, that will receive start/stop commands for the clients from that remote host. diff --git a/autorun/Util.py b/smf/Util.py similarity index 100% rename from autorun/Util.py rename to smf/Util.py diff --git a/autorun/commander/Commander.py b/smf/commander/Commander.py similarity index 100% rename from autorun/commander/Commander.py rename to smf/commander/Commander.py diff --git a/autorun/commander/CommanderBase.py b/smf/commander/CommanderBase.py similarity index 100% rename from autorun/commander/CommanderBase.py rename to smf/commander/CommanderBase.py diff --git a/autorun/commander/ParserConf.py b/smf/commander/ParserConf.py similarity index 100% rename from autorun/commander/ParserConf.py rename to smf/commander/ParserConf.py diff --git a/autorun/commander/SSHCommander.py b/smf/commander/SSHCommander.py similarity index 100% rename from autorun/commander/SSHCommander.py rename to smf/commander/SSHCommander.py diff --git a/autorun/commander/TrafficControl.py b/smf/commander/TrafficControl.py similarity index 100% rename from autorun/commander/TrafficControl.py rename to smf/commander/TrafficControl.py diff --git a/autorun/commander/XMLParser.py b/smf/commander/XMLParser.py similarity index 100% rename from autorun/commander/XMLParser.py rename to smf/commander/XMLParser.py diff --git a/autorun/commander/run.sh b/smf/commander/run.sh similarity index 100% rename from autorun/commander/run.sh rename to smf/commander/run.sh diff --git a/autorun/server/AriaRun.py b/smf/server/AriaRun.py similarity index 100% rename from autorun/server/AriaRun.py rename to smf/server/AriaRun.py diff --git a/autorun/server/BTClientsControl.py b/smf/server/BTClientsControl.py similarity index 100% rename from autorun/server/BTClientsControl.py rename to smf/server/BTClientsControl.py diff --git a/autorun/server/BitTorrentClientRun.py b/smf/server/BitTorrentClientRun.py similarity index 100% rename from autorun/server/BitTorrentClientRun.py rename to smf/server/BitTorrentClientRun.py diff --git a/autorun/server/Client.py b/smf/server/Client.py similarity index 100% rename from autorun/server/Client.py rename to smf/server/Client.py diff --git a/autorun/server/DataControl.py b/smf/server/DataControl.py similarity index 100% rename from autorun/server/DataControl.py rename to smf/server/DataControl.py diff --git a/autorun/server/HrktorrentRun.py b/smf/server/HrktorrentRun.py similarity index 100% rename from autorun/server/HrktorrentRun.py rename to smf/server/HrktorrentRun.py diff --git a/autorun/server/LibtorrentStatusParser.py b/smf/server/LibtorrentStatusParser.py similarity index 100% rename from autorun/server/LibtorrentStatusParser.py rename to smf/server/LibtorrentStatusParser.py diff --git a/autorun/server/MainlineRun.py b/smf/server/MainlineRun.py similarity index 100% rename from autorun/server/MainlineRun.py rename to smf/server/MainlineRun.py diff --git a/autorun/server/NextShareRun.py b/smf/server/NextShareRun.py similarity index 100% rename from autorun/server/NextShareRun.py rename to smf/server/NextShareRun.py diff --git a/autorun/server/Server.py b/smf/server/Server.py similarity index 100% rename from autorun/server/Server.py rename to smf/server/Server.py diff --git a/autorun/server/Server_v0.py b/smf/server/Server_v0.py similarity index 100% rename from autorun/server/Server_v0.py rename to smf/server/Server_v0.py diff --git a/autorun/server/TransmissionRun.py b/smf/server/TransmissionRun.py similarity index 100% rename from autorun/server/TransmissionRun.py rename to smf/server/TransmissionRun.py diff --git a/autorun/server/TriblerRun.py b/smf/server/TriblerRun.py similarity index 100% rename from autorun/server/TriblerRun.py rename to smf/server/TriblerRun.py diff --git a/autorun/server/TriblerStatusParser.py b/smf/server/TriblerStatusParser.py similarity index 100% rename from autorun/server/TriblerStatusParser.py rename to smf/server/TriblerStatusParser.py diff --git a/autorun/server/Util.py b/smf/server/Util.py similarity index 100% rename from autorun/server/Util.py rename to smf/server/Util.py diff --git a/autorun/server/VuzeRun.py b/smf/server/VuzeRun.py similarity index 100% rename from autorun/server/VuzeRun.py rename to smf/server/VuzeRun.py diff --git a/autorun/server/daemon.py b/smf/server/daemon.py similarity index 100% rename from autorun/server/daemon.py rename to smf/server/daemon.py diff --git a/autorun/server/start-server b/smf/server/start-server similarity index 100% rename from autorun/server/start-server rename to smf/server/start-server diff --git a/autorun/server/stop-server b/smf/server/stop-server similarity index 100% rename from autorun/server/stop-server rename to smf/server/stop-server diff --git a/autorun/xml/clients.xml b/smf/xml/clients.xml similarity index 100% rename from autorun/xml/clients.xml rename to smf/xml/clients.xml diff --git a/autorun/xml/genxml.py b/smf/xml/genxml.py similarity index 100% rename from autorun/xml/genxml.py rename to smf/xml/genxml.py diff --git a/autorun/xml/nodes.bak b/smf/xml/nodes.bak similarity index 100% rename from autorun/xml/nodes.bak rename to smf/xml/nodes.bak diff --git a/autorun/xml/nodes.xml b/smf/xml/nodes.xml similarity index 100% rename from autorun/xml/nodes.xml rename to smf/xml/nodes.xml diff --git a/autorun/xml/swarm.bak b/smf/xml/swarm.bak similarity index 100% rename from autorun/xml/swarm.bak rename to smf/xml/swarm.bak diff --git a/autorun/xml/swarm.xml b/smf/xml/swarm.xml similarity index 100% rename from autorun/xml/swarm.xml rename to smf/xml/swarm.xml