This is a very simple app that I originally coded in only one day because I was tired of trying to remember all the connection data rates and doing six steps in a calculator to figure out how long it would take to transfer some data.
You can select from predefined data rates in the list or select “Custom” to enter your own. Then you enter the amount of data you want to transfer (remember that an uppercase B means bytes and a lowercase b means bits). The calculator updates the time it will take to transfer in real-time. You can also change the unit of time displayed and copy all of this to the clipboard. It’ll look like this: 11KB at 53Kb/s (56K Modem) will take 1.66 Seconds
Download
Changelog
1.1.10:
-fixed conversion from bytes to bits using 1000 instead of 1024.
-fixed data rate profiles being limited to 50 and anything above that crashing the program on start. there is no limit now.
-updated the icon to add XP transparency effects.
1.0.07:
-Initial Release