home *** CD-ROM | disk | FTP | other *** search
/ Dream 50 / Amiga_Dream_50.iso / Linux / AfterStep / apps / asppp / asppp.README < prev   
Encoding:
Text File  |  1997-05-15  |  1.8 KB  |  56 lines

  1. asppp version 0.1.1 ALPHA
  2.     written by Brad Hughes
  3.         bhughes@arn.net
  4.  
  5.  
  6. I wrote this program basically to get a little experience with Xt 
  7. programming.  If you read the source carefully enough, you can see that i 
  8. did take bits and pieces of code from asmail and a little from asclock.  
  9. I'd like to thank those two authors... because with out hacking through 
  10. their code I'd still be playing with libXaw3d. :)
  11.  
  12.  
  13. Like I said, this is my first X program.  I used some of the icons i got 
  14. off the web as the defaults (PhoneTT.xpm and 2 others derived 
  15. therefrom).  I'd like to thank the creator of this icon.  
  16.  
  17.  
  18. Brief description:
  19.  
  20.     asppp manages your ppp session grahpically...
  21. it checks /proc/net/route for a ppp entry every 5 seconds... 
  22.  
  23.     when a ppp route exists... you have an icon to send SIGTERM to 
  24. pppd (hang up the modem essentially)
  25.     when you dont have a ppp route in /proc/net/route... then the 
  26. icon lets you invoke pppd (dial up the modem)
  27.  
  28.  
  29. left click:  executes the current icons "function"  (dial. hup, exit)
  30. right click:  cycle thru available options  (either dial/hup, and exit)
  31.  
  32. NOTE:  there is a command line option '-wharfShape' that takes out the 
  33.     exit icon (so that you dont accidentally kill it in your Wharf)
  34.  
  35.     asppp looks really neat in either Wharf or on the desktop (with 
  36. the options NoTitle, Sticky, AlwaysOnTop)
  37.  
  38.  
  39. TODO:
  40.     - a configuration file
  41.     - more command line options (over ride options in config file)
  42.     - user specified pixmaps
  43.     - plagarize asmail and use animations (maybe)
  44.     - help / about windows/icons
  45.     - better support for pppd startup
  46.         (like a config window for ~/.ppprc maybe)
  47.         (I included my .ppprc)
  48.     - anything that is suggested that sounds reasonable :)
  49.  
  50.  
  51. Thanks to:
  52.     authors of asmail, asclock, PhoneTT.xpm   (i'm gonna get them 
  53.         names in here soon!)
  54.     Tim Ward (for telling me that asppp wont load on an 8bit display)
  55.     
  56.