public
Description: A bandwidth-quota monitor for TPG users that sits in your OS X menubar.
Homepage: http://www.bjeanes.com/
Clone URL: git://github.com/bjeanes/tipi.git
View the changes in README.markdown of this commit for changes.
bjeanes (author)
Tue Apr 15 04:21:43 -0700 2008
commit  879518292be382924d5141546ee029278ba602c2
tree    5f679d0b38de61a8a6421f39acc75a6ef035eff8
parent  3bf2e5e02537bd4ceebc805ea3919daaa0cd0493
...
4
5
6
7
 
 
 
 
 
 
 
8
9
10
...
4
5
6
 
7
8
9
10
11
12
13
14
15
16
0
@@ -4,7 +4,13 @@ Tipi is or will be an OS X status item that, provided with credentials, will che
0
 
0
 ## Currently
0
 
0
-This is at the moment just a CLI script written in Ruby to login and parse the HTML from the TPG account page. It uses the parsed data to report on how much data you have used in the current billing cycle.
0
+<strike>This is at the moment just a CLI script written in Ruby to login and parse the HTML from the TPG account page. It uses the parsed data to report on how much data you have used in the current billing cycle.</strike>
0
+
0
+I have spent tonight implementing the very raw beginnings of this application. As it stands at the moment, you can compile and start up the application. An `NSStatusItem` will appear in the menu bar saying "Checking...". Shortly after it will say "Invalid Credentials". To fix this, click on the menu item, and click no Preferences. Here you can put in your TPG username and password, and press Save. Pressing Save will trigger a usage check. At that point the menu bar text will be the number of megabytes used in the current period (on-peak/off-peak).
0
+
0
+This is *all* it does so far. Soon both on-peak and off-peak will be shown in the drop down as percentages and GB. Note: Quit and Check Now *do* work.
0
+
0
+This has not been extensively tested and will definitely only work on the Super 2 plan (Super 1 as well but with wrong on/off peak times). This will have to be fixed up by others who can test it on their plan, or give me a "View Source" output of their usage page.
0
 
0
 ## Plans
0
 

Comments

    No one has commented yet.