home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / grn1asrc.lha / nntp.txt < prev    next >
Internet Message Format  |  1992-02-25  |  6KB

  1. From zorch!ames!mbml.psych.uiuc.edu!loren Thu, 13 Feb 92 04:12:58 PST
  2. Received: by amiga0.SF-Bay.ORG (V1.13/Amiga)
  3.     id AA00000; Thu, 13 Feb 92 04:12:58 PST
  4. Received: by zorch.SF-Bay.ORG (/\==/\ Smail3.1.22.1 #22.2)
  5.     id <m0lEYwy-000HUnC@zorch.SF-Bay.ORG>; Wed, 12 Feb 92 21:25 PST
  6. Received: from ux1.cso.uiuc.edu by ames.arc.nasa.gov (5.65c/1.21)
  7.     with SMTP id AA21531 for <zorch!amiga0!mykes@ames.arc.nasa.gov>
  8.     on Wed, 12 Feb 1992 20:49:27 -0800
  9. Received: from mbml.psych.uiuc.edu by ux1.cso.uiuc.edu with SMTP id AA09335
  10.   (5.65d/IDA-1.4.4 for <zorch!amiga0!mykes@ames.arc.nasa.gov>); Wed, 12 Feb 1992 22:49:45 -0600
  11. Received: by mbml; Wed, 12 Feb 92 22:47:10 cst
  12. Message-Id: <199202130449.AA09335@ux1.cso.uiuc.edu>
  13. Date: Wed, 12 Feb 92 22:47:10 cst
  14. From: Loren J. Rittle <zorch!ames!mbml.psych.uiuc.edu!loren>
  15. To: zorch!amiga0!mykes@ames.arc.nasa.gov
  16. Cc: loren@mbml.psych.uiuc.edu
  17. Subject: Re: no mail access in over a week
  18.  
  19. To: mykes@amiga0.SF-Bay.ORG (Mike Schwartz)
  20. Subject: NNTP support in GRn
  21.  
  22. >Well, I posted my GRn newsreader, and within 4 days, I had over
  23. >50 people using it - wow, I think I found a niche that needed
  24. >scratching :)  So I got about 200 mail messages in those 4 days,
  25. >and I replied to each and every one.  I got about 3 bugs and 35
  26. >enhancement requests.  Fixed all the bugs and half the enhancements.
  27. >I figure this weekend I will be busy adding threads and kill files -
  28. >that should make people real happy.
  29.  
  30. Wow!  I wish a had been checking alt.sources.amiga!  I will obtain
  31. GRn from an ftp site (I saw it listed on one after receiving your
  32. mail).  If source is included, I will make a stab at adding the NNTP
  33. support myself if you don't mind.  I'll send back diffs, etc.
  34.  
  35. >I think nntp support might be cool to add!  Do you do nntp over a modem
  36. >to your Amiga, or is it something from Unix to Unix only?  If it works
  37. >to Amiga, then I bet you and I could get nntp support done in short order.
  38. >(GRn took me all of 4 days total to write).
  39.  
  40. UUCP stands for Unix to Unix CoPy.  Does this mean that UUCP can
  41. only be used under Unix? :-)  TCP/IP was all but born under BSD
  42. Unix.  Does this mean that only BSD UNIX boxen are entitled to use
  43. TCP/IP and be on the Internet?  NNTP is but a protocol --- any two machines
  44. that understand the protocol can use NNTP.  Maybe I wasn't quite clear
  45. before, but NNTP is nothing but a protocol that runs on a two-way (error-free)
  46. serial link.  The nice thing about NNTP is that I don't need to keep
  47. all the UseNet articles on my local machine.  Here at UIUC, all campus
  48. machines are served by NNTP.  The serial link that NNTP usually runs over
  49. is a TCP stream over IP [BTW, if you don't know about TCP/IP, I'm willing to
  50. provide more information or pointers to information if you are interested.
  51. I believe computer networking to be the next major area of revolution.
  52. I honestly hope that the US government wakes up and smells the proverbable
  53. coffee and starts to think about a US `data' highway, ala the US federal
  54. highway system.], but *any* fairly error-free two-way serial link should
  55. do.  Right now Mike, you could call (217)333-4000 (8 databits, 1 stopbit,
  56. no parity, 2400 bps, MNP optional.  Other numbers support telebits, full
  57. V.[34]2(bis), etc.) from your Amiga.  At the prompt type `telnet ux1 nntp'.
  58. At this point, you have a two-way (if you have an MNP or V.[34]2(bis)
  59. modem and you called the correct number, it is even error-free :-)
  60. stream between your Amiga and an NNTP server.  Neat huh?  Now all that
  61. is needed is the support in GRn.  At this point you could issue a few
  62. NNTP commands by hand: 'help<cr>' shows a list of commands accepted by the
  63. server, 'group comp.sys.amiga.programmer<cr>' moves you to the c.s.a.programmer
  64. group and 'article 12564<cr>' (if you call before article 12564 expires... :-)
  65. would return the requested article.  'last<cr>' 'head<cr>' 'body<cr>'
  66. would list the article before 12564, in this case 12563.  Again, neat huh?
  67. I'll even pay for your call if you try it and are not impressed.  Final
  68. point, I'll bet any university that uses NNTP and has a terminal server
  69. could be used as I describe above.  One just needs to know which local
  70. machine is used as the NNTP server and which phone number to call.  As
  71. this power could be abused, I don't mention the above to many people.
  72.  
  73. >I am going to start on GMail next, probably tonite.  As highly as I think
  74. >of Matt Dillon, I am sick of using his user interface software :)
  75.  
  76. In a short pharse:  This is great to hear.  Matt Dillon doesn't know
  77. know interface software! :-)
  78.  
  79. >That's all for now, I just figured I'd try to reply to your mail to
  80. >ensure we have a connect going again.  If you ever want to see GRn,
  81. >let me know and I will mail you a copy.  And the bugs/enhancements you
  82. >ask for will get done first!
  83.  
  84. Yup, just continue to use this address for a while.  Let's do the NNTP
  85. support!  I'll try to get the GRn package tonight.
  86.  
  87. >P.S.  I had the opportunity to use turbo c on the PC recently.  Now THAT
  88. >is a product desparately needed on the Amiga.  It buries Manx and SAS,
  89. >and has a great user interface.  And it is fast and ansi compliant.
  90.  
  91. Humm...  I've used LightSpeed C on the Mac and Turbo C on the PC
  92. (this was a while ago).  I guess I just don't like a GUI on my compiler.
  93. Don't get me wrong, I like a good GUI as much as the next guy...  but
  94. on a compiler?  Also, I hate the bundled editor appoarch, it is so
  95. (what's the word :-) archaic.
  96.  
  97. Maybe I should take a peek at the 10 disk Borland C++ package we just
  98. received.  I assume this has the same features as the older Turbo C?
  99. Why does Turbo C bury Manx and SAS?
  100.  
  101. Loren
  102.  
  103.