SpeedScheduler
From AzureusWiki
Contents |
[edit]
Description
- SpeedScheduler is an Azureus plugin for managing upload and download speeds on a schedule. Many ISPs (mine included) regulate how much their users can download/upload, but those regulations are typically on a schedule. In my case, there is no limit to the amount I can download between the hours of 12 midnight and 7am on weekdays, so I wanted Azureus to work with that schedule, setting slow speeds during the day, and fast speeds during the night. ~SpeedScheduler does that for you.
[edit]
Author
- David Smith (DavidSmith at byu dot net)
[edit]
Homepage
- http://students.cs.byu.edu/~djsmith/azureus/
- http://azureus.sourceforge.net/plugin_details.php?plugin=SpeedScheduler
[edit]
Downloads
Latest Stable|
v1.0|
http://azureus.sourceforge.net/plugins/SpeedScheduler_1.0.jar
Latest Beta|
v1.0.1|
http://azureus.sourceforge.net/plugins/SpeedScheduler_1.0.1.jar
[edit]
Version Notes
- 1.0.1: Bug fix for Mac OS X users.
- 1.0: Various improvements.
- 0.9.1: Updated to work with JRE 1.5(5.0)
- 0.9: Improvements and fixes!
- 0.8: XML schedule storage, enable/disable schedules, new icons + bug fixes.
- 0.7: Bug fix for 0.6.
- 0.6: Can now turn it on/off; shows currently active schedule; few bug fixes.
- 0.5: remembers which torrents its has starts and which ones you have.
- 0.4: Manage upload speeds, download speeds, or pause transfers altogether on a schedule.
- 0.3: initial CVS version.
[edit]
User Comments
(please add your comments, tips, tricks, suggestions, reviews, and etc. here)
- It seems as of 0.9.1 the plugin tries to read the "sax.parser.class" property for a valid XML SAX parser, and proceed with one of the built-in parsers otherwise.
This is a major improvement because IIRC Java 1.5.0 does not ship with the crimson parser anymore. If using Xerces from the jars, the package spec is "org.apache.xerces.parsers.SAXParser".
SAXPARSERCLASSES currently contains com.sun.org.apache.xerces.internal.parsers.SAXParser, org.apache.crimson.parser.XMLReaderImpl -- RasqualTwilight - Other user comments
