home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / gpkt.lha / GPkt゚.doc < prev    next >
Text File  |  1992-07-12  |  3KB  |  76 lines

  1. Ok folks, this is an very early beta of a small program for peeking at
  2. .PKT's that I wrote to learn a bit about Fidonet. I got the inspiration
  3. from a program named XPkt that came through SAN (I believe) a while ago, it
  4. seemed neat but I thought that it could be done better by using Intuition
  5. for the display. To make a boring story short I decided to finally tear
  6. myself away from MessyDos-programming and learn how to program Intuition.
  7. (Right now I'm studying to become an computertechnician, well actually
  8. we're called engineers in Sweden but I doubt that would hold in the rest of
  9. Europe, and the subject of the year is, yes you guessed it, good ol'
  10. MS-DOS.)
  11.  
  12. The purpose of this release is to get some feedback on the program, this
  13. program is InputWare. If you use it you must give the author some feedback.
  14. Progress on the program will probably be slow, but I will take each
  15. suggestion into consideration.
  16.  
  17. Enough beating around the bush, let's talk about the program! ;-)
  18.  
  19. GPkt is meant for the purpose of examining .PKT's during the development of
  20. a FidoNet-compatible mailprocessor. Just feed it your .PKT, several
  21. flavours supported, and it will open a nice window and display some
  22. relevant information that is found in the header.
  23.  
  24. Supported packettypes are FTS-0001, FSC-0039, FSC-0045 and FSC-0048. If no
  25. zonenumber is provided in a FTS-0001-packet it will show up as zero. (I.e.
  26. - I just sprintf() whatever is found there into a string.)
  27.  
  28. Information shown is:
  29.  
  30. FTS-0001, FSC-0039, FSC-0045, FSC-0048
  31. ======================================
  32.  
  33.     - Senders address (full 4D/5D where relevant)
  34.     - Destination address (full 4D/5D where relevant)
  35.     - Password (if any, NONE if none :-) )
  36.     - Software used to create the packet. The string is in the form "Name
  37.       Major revision.Minor revision (ID-number)". No minor-number will be
  38.       shown if it is a FTS-0001 or FSC-0045 packet.
  39.       The information is taken from FTSCPROD.047 (hardcoded) which may
  40.       reside in the same directory as the packet or Mail:. If it is not
  41.       found, the software will be called "Unknown".
  42.  
  43. FTS-0001, FSC-0039, FSC-0048
  44. ============================
  45.  
  46.     - Creation date
  47.  
  48. FSC-0039, FSC-0048
  49. ==================
  50.  
  51.     - Capability word in hex
  52.  
  53.  
  54. Start it from the CLI with a packet as an argument or doubleclick it on the
  55. Workbench, the icon provided may be replaced as soon as you wish. (Hey,
  56. isn't it greeeaat looking! ;-) ) Arguments may be passed via extended
  57. select on the WB, only one argument recognized. If no argument is provided
  58. a file-requester will pop up.
  59.  
  60. Oh, btw, GPkt requires 2.0. It will probably blow if started from the CLI
  61. on anything lesser but exit gracefully if started from WB, Why? Just lazy
  62. me who uses PutStr() in main() but nosuch in wbmain().
  63.  
  64. Known deficencies:
  65.  
  66.     - If "Load" is chosen in "Project" and the filereq. is canceled the
  67.       packet is still unloaded. (Well, actually it's unloaded before the
  68.       filerequester is called. Sorry 'bout that.)
  69.  
  70.  
  71. I may be reached on FidoNet as Andreas Johansson on 2:203/511.1. You may also
  72. reach me by logging on to my boss, Hogen BBS (2:203/511, +46-524-40883) and
  73. leave a private message.
  74.  
  75. Happy using GPkt!
  76.