Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| ppplog [06.03.2006 09:00 (vor 21 Jahren)] – cwacha | ppplog [16.11.2016 23:18 (vor 10 Jahren)] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== PPP Connection Costs Logger ====== | ||
| + | //The easy way to monitor your phone costs// | ||
| + | ===== What is it? ===== | ||
| + | |||
| + | ppplog keeps track of your ppp online sessions. Once started it detects when you are online and automatically calculates costs according to your local phone company. | ||
| + | |||
| + | I wanted to make it simple and flexible. | ||
| + | |||
| + | * **Flexibility** \\ It doesn' | ||
| + | |||
| + | * **Simplicity** \\ The setup for your phone company is stored in a config file. I wanted to make it as intuitive as possible. The cost calculation is based on " | ||
| + | |||
| + | ppplog is released under the GNU/GPL licence ( see http:// | ||
| + | |||
| + | The project files are hosted on SourceForge and can be found at http:// | ||
| + | |||
| + | If you have questions don't hesitate to send me an email --- // | ||
| + | |||
| + | ===== Download ===== | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Documentation ===== | ||
| + | * [[ppplog_docs|Documentation and configuration]] | ||
| + | ===== Examples ===== | ||
| + | |||
| + | Lets say your phone companys pricing model looks like this: every unit is one second long but it's cost differs from time to time: | ||
| + | |||
| + | ^Weekdays^Cost / Hour^Zone Name^ | ||
| + | |08:00 - 17:00| 2.8 |Normal Week| | ||
| + | |17:00 - 23:00| 1.8 |Low Week| | ||
| + | |23:00 - 08:00| 0.7 |Night Week| | ||
| + | |||
| + | ^Weekends^Cost / Hour^Zone Name^ | ||
| + | |08:00 - 23:00| 1.7 |Low Weekend| | ||
| + | |23:00 - 08:00| 0.6 |Night Weekend| | ||
| + | |||
| + | |||
| + | The definition in the config file would look like this: | ||
| + | |||
| + | < | ||
| + | # first: define the days when the zone is active | ||
| + | day 1 2 3 4 5 | ||
| + | zone " | ||
| + | zone "Low Week" 17 00 23 00 1.8 1 | ||
| + | zone "Night Week" 23 00 08 00 0.7 1 | ||
| + | |||
| + | day 6 7 | ||
| + | zone "Low Weekend" | ||
| + | zone "Night Weekend" | ||
| + | </ | ||
| + | |||
| + | That's it!! Wasn't that easy? ;-) | ||
| + | |||
| + | |||
| + | Example logfile: | ||
| + | |||
| + | < | ||
| + | Starting date and time stop time duration costs total time total costs | ||
| + | ------------------------------------------------------------------------------ | ||
| + | Thu, 27 Feb 2003 22:51:09 - 22: | ||
| + | Thu, 27 Feb 2003 23:30:59 - 23: | ||
| + | Fri, 28 Feb 2003 01:29:09 - 01: | ||
| + | Fri, 28 Feb 2003 01:52:10 - 01: | ||
| + | Fri, 28 Feb 2003 10:53:31 - 10: | ||
| + | Fri, 28 Feb 2003 12:57:57 - 12: | ||
| + | Fri, 28 Feb 2003 17:07:09 - 17: | ||
| + | Fri, 28 Feb 2003 17:59:02 - 18: | ||
| + | Fri, 28 Feb 2003 18:03:46 - 18: | ||
| + | </ | ||
| + | |||
| + | ===== Changelog ===== | ||
| + | |||
| + | * **//24. March, 2003//** \\ Here is a new version of ppplog. I have fixed a bug that caused the pidfile to be overwritten when starting the program twice. I also added a new FEATURE: you can now log more than one phone comany at the time. Each such configuration set has its own log- and savefiles. | ||
| + | * **//04. March, 2003//** \\ This is the *initial* release of ppplog for the public. As you can see from the version number the release is already stable. Well.. that's the trick with small tools :-) | ||
| + | |||
| + | ---- | ||
| + | < | ||
| + | <a href=" | ||
| + | <img src=" | ||
| + | </a> | ||
| + | </ | ||