home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / sys5 / r4 / 1343 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.6 KB  |  53 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!cbnewsm!corey
  3. From: corey@cbnewsm.cb.att.com (william.c.brown)
  4. Subject: Re: PTYs and programming them
  5. Organization: AT&T
  6. Distribution: usa
  7. Date: Thu, 21 Jan 1993 13:02:37 GMT
  8. Message-ID: <1993Jan21.130237.20530@cbnewsm.cb.att.com>
  9. Summary: Stevens book
  10. References: <C16HJq.6J0@ddsw1.mcs.com>
  11. Lines: 40
  12.  
  13. In article <C16HJq.6J0@ddsw1.mcs.com>, karl@ddsw1.MCS.COM (Karl Denninger) writes:
  14. > Does anyone have a good, succinct book or description of programming with PTYs?
  15. > I want to write a piece of software which will allow UUCP and friends to
  16. > think they're talking to a local modem when they're really not (ie: an IP
  17. > network connected modem pool which appears local)
  18. > Something using PTYs appears to be the obvious answer to the problem.
  19. > Pointers?
  20. > --
  21. > Karl Denninger (karl@ddsw1.MCS.COM, <well-connected>!ddsw1!karl)
  22. > Data Line: [+1 312 248-0900]
  23.  
  24. Karl,
  25.  
  26.     Get your hands on a copy of Richard Stevens book
  27.  
  28.     "UNIX Network Programming"   Prentice Hall, Englewood Cliffs, NJ
  29.  
  30.     ISBN:0-13-949876-1    
  31.  
  32.     It is the absolute bible on this type of stuff. It includes complete
  33.     example programs using PTY's (SYSV and BSD). Plus it includes
  34.     other really nifty stuff for the "network" programmer.
  35.  
  36.     Good luck.
  37.  
  38.  
  39. /* -----                            */
  40. /* Corey Brown  (WB0RXQ): 20m, 15m, 2m(146.82) 70cm(443.65)     */
  41. /* AT&T NSD                            */
  42. /* Alpharetta, Ga 30202                        */
  43. /* (404)750-8071                        */
  44. /*            -----------------            */
  45. /* att!alphlk!wcb          | They're history in terms of the    */
  46. /* attmail!wcbrown         | future! (lws-91)            */
  47. /*                              ----- */
  48.