home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / ham / k5jb.zip / K5JB.TXT < prev   
Text File  |  1993-05-17  |  4KB  |  74 lines

  1.                    k5jb.k28.txt (and preface in unix.note)
  2.  
  3. Version k28 of the K5JB NET kit is a complete set of Unix and Coherent source 
  4. code files for the KA9Q NET (pre NOS TCP/IP).  It is NOT necessary to get 
  5. version k27, or earlier, source files to have a complete kit, but it IS 
  6. necessary to get k5jb.bm.tar.Z to have a coordinated version of the mailer, 
  7. BM.  Changes to the documentation since 12/25/92 are not significant enough 
  8. to upload a replacement for k5jb.doc.tar.Z.  Thus, a complete k28 kit 
  9. consists of:
  10.  
  11. k5jb.k28.txt   -- This file
  12. k5jb.k28.tar.Z -- Source code for Unix KA9Q NET
  13. k5jb.doc.tar.Z -- Documentation for same.  Unchanged.
  14. k5jb.bm.tar.Z  -- Source code for BM, the mailer.  Unchanged.
  15.  
  16. (These files on ucsd.edu are either in /hamradio/packet/tcpip/incoming, or in 
  17. /hamradio/packet/tcpip/k5jb.)
  18.  
  19.                         Brief description of Unix NET
  20.  
  21. NET is designed as an MS-DOS application, so does not make full use of Unix's 
  22. multi-tasking ability but runs quite well in Unix.  You can use it in a Unix 
  23. windowing environment (or in shell layers) but you must prevent blocking on 
  24. input if you make the window session inactive.  See the doc on how to do 
  25. this.  Also, a casual user shouldn't shell out of NET for an extended period 
  26. of time, as NET suspends operation during shell escapes.  If you operate a 
  27. heavily used machine, use your system's background methods and switch to 
  28. another terminal session to do other things.
  29.  
  30. If you are unfamiliar with NET (the TCP/IP suite, written by Phil Karn, KA9Q, 
  31. and preceding his current project, NOS), you need to break out the files in 
  32. k5jb.doc.tar.Z and browse them.  k5jb.k28.tar.Z contains a file, unix.note, 
  33. that has supplemental information that has not been incorporated into the doc 
  34. files.  This tar also contains a file, source.note, which has modification 
  35. information.
  36.  
  37.                           Brief description of kit
  38.  
  39. More detail on files contained in this set:
  40.  
  41. k5jb.k28.tar.Z
  42. Contains files needed to compile NET under various System V, Release 3 
  43. versions of Unix (I use AT&T) and under Coherent, version 4.0.1.  This file 
  44. also contains source.note, a collection of revision notes, and unix.note for 
  45. information specific to Unix and Coherent that I not yet included in the main 
  46. documentation.  (This .txt file is also the preface to unix.note.) W5GFE 
  47. compiled NET and BM under SCO Unix (80386) Sys V, release 3, both with the 
  48. native compiler and with GNU.  Others report compiling it under various 
  49. versions of Unix, but were not specific on versions used.
  50.  
  51. k5jb.bm.tar.Z
  52. Contains source for Bdale's Mailer (BM).  Works with same environmental 
  53. variables as K5JB version of NET.  Has been sanitized to prevent memory 
  54. violations.
  55.  
  56. k5jb.doc.tar.Z
  57. Contains NET and BM user's documentation.  Targeted for MS-DOS users, but 
  58. contains essential Unix information.  I am not including any startup 
  59. configuration information with the Unix kit so if you are new to this version 
  60. of NET I strongly suggest you look at chapter0 and decide if you want to go 
  61. on from there.  The TAPR kit contains starter information that would be 
  62. helpful for new users.
  63.  
  64. (Footnote)  Since I uploaded k5jb.k28.tar.Z, two possible problems for
  65. Coherent users were reported to me.  In the file, telunix.c, the line,
  66. #include <sys/fcntl.h> may need to be changed to #include <fcntl.h>. 
  67. The other possible problem is related to the use of the quit signal to
  68. prepare NET for background operation under shl, the shell layer manager.
  69. If you see a message to the effect that keyboard input is ignored...
  70. use a Ctrl-\ to toggle the condition.  A quit signal sent to a process
  71. from another active window may have been also received by NET.
  72.  
  73. (End of k5jb.k28.txt)
  74.