Move autorun/ to smf/. Update README files.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 16 Aug 2011 12:02:34 +0000 (15:02 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 16 Aug 2011 12:02:38 +0000 (15:02 +0300)
smf - Swarm Management Framework

36 files changed:
README
smf/PROTOCOL [moved from autorun/PROTOCOL with 100% similarity]
smf/README [moved from autorun/README with 98% similarity]
smf/Util.py [moved from autorun/Util.py with 100% similarity]
smf/commander/Commander.py [moved from autorun/commander/Commander.py with 100% similarity]
smf/commander/CommanderBase.py [moved from autorun/commander/CommanderBase.py with 100% similarity]
smf/commander/ParserConf.py [moved from autorun/commander/ParserConf.py with 100% similarity]
smf/commander/SSHCommander.py [moved from autorun/commander/SSHCommander.py with 100% similarity]
smf/commander/TrafficControl.py [moved from autorun/commander/TrafficControl.py with 100% similarity]
smf/commander/XMLParser.py [moved from autorun/commander/XMLParser.py with 100% similarity]
smf/commander/run.sh [moved from autorun/commander/run.sh with 100% similarity]
smf/server/AriaRun.py [moved from autorun/server/AriaRun.py with 100% similarity]
smf/server/BTClientsControl.py [moved from autorun/server/BTClientsControl.py with 100% similarity]
smf/server/BitTorrentClientRun.py [moved from autorun/server/BitTorrentClientRun.py with 100% similarity]
smf/server/Client.py [moved from autorun/server/Client.py with 100% similarity]
smf/server/DataControl.py [moved from autorun/server/DataControl.py with 100% similarity]
smf/server/HrktorrentRun.py [moved from autorun/server/HrktorrentRun.py with 100% similarity]
smf/server/LibtorrentStatusParser.py [moved from autorun/server/LibtorrentStatusParser.py with 100% similarity]
smf/server/MainlineRun.py [moved from autorun/server/MainlineRun.py with 100% similarity]
smf/server/NextShareRun.py [moved from autorun/server/NextShareRun.py with 100% similarity]
smf/server/Server.py [moved from autorun/server/Server.py with 100% similarity]
smf/server/Server_v0.py [moved from autorun/server/Server_v0.py with 100% similarity]
smf/server/TransmissionRun.py [moved from autorun/server/TransmissionRun.py with 100% similarity]
smf/server/TriblerRun.py [moved from autorun/server/TriblerRun.py with 100% similarity]
smf/server/TriblerStatusParser.py [moved from autorun/server/TriblerStatusParser.py with 100% similarity]
smf/server/Util.py [moved from autorun/server/Util.py with 100% similarity]
smf/server/VuzeRun.py [moved from autorun/server/VuzeRun.py with 100% similarity]
smf/server/daemon.py [moved from autorun/server/daemon.py with 100% similarity]
smf/server/start-server [moved from autorun/server/start-server with 100% similarity]
smf/server/stop-server [moved from autorun/server/stop-server with 100% similarity]
smf/xml/clients.xml [moved from autorun/xml/clients.xml with 100% similarity]
smf/xml/genxml.py [moved from autorun/xml/genxml.py with 100% similarity]
smf/xml/nodes.bak [moved from autorun/xml/nodes.bak with 100% similarity]
smf/xml/nodes.xml [moved from autorun/xml/nodes.xml with 100% similarity]
smf/xml/swarm.bak [moved from autorun/xml/swarm.bak with 100% similarity]
smf/xml/swarm.xml [moved from autorun/xml/swarm.xml with 100% similarity]

diff --git a/README b/README
index ae4c44f..e8f5a2c 100644 (file)
--- 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
similarity index 100%
rename from autorun/PROTOCOL
rename to smf/PROTOCOL
similarity index 98%
rename from autorun/README
rename to smf/README
index b7fefe3..61c94fc 100644 (file)
@@ -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.
similarity index 100%
rename from autorun/Util.py
rename to smf/Util.py
similarity index 100%
rename from autorun/server/Util.py
rename to smf/server/Util.py
similarity index 100%
rename from autorun/xml/clients.xml
rename to smf/xml/clients.xml
similarity index 100%
rename from autorun/xml/genxml.py
rename to smf/xml/genxml.py
similarity index 100%
rename from autorun/xml/nodes.bak
rename to smf/xml/nodes.bak
similarity index 100%
rename from autorun/xml/nodes.xml
rename to smf/xml/nodes.xml
similarity index 100%
rename from autorun/xml/swarm.bak
rename to smf/xml/swarm.bak
similarity index 100%
rename from autorun/xml/swarm.xml
rename to smf/xml/swarm.xml