home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / 19346 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  3.7 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!uni-muenster.de!uni-muenster.de!not-for-mail
  2. From: gutschk@obelix.uni-muenster.de (Markus Gutschke)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: TCP/IP for the ST and LAN Server
  5. Date: 7 Jan 1993 17:05:57 +0100
  6. Organization: Westf. Wilh.-Universitaet Muenster, Germany
  7. Lines: 66
  8. Message-ID: <1ihkd5INN1aho@obelix.uni-muenster.de>
  9. References: <1992Dec30.175909.2268@zooid.guild.org> <1992Dec31.212754.1@seb.se> <C0Dno6.7vo@ccu.umanitoba.ca>
  10. NNTP-Posting-Host: obelix.uni-muenster.de
  11.  
  12. In article <C0Dno6.7vo@ccu.umanitoba.ca> ens@ccu.umanitoba.ca () writes:
  13. >In <1992Dec31.212754.1@seb.se> s19184@seb.se (Michael Evans) writes:
  14. >>I have been thinking about the same thing. I know there are Ethernet 
  15. >>cards for various ST-models in Germany, but I think that most of them 
  16. >>are for Megas (ie expansion bus machines).
  17. >
  18. >They have ACSI boards too but the prices are outrageous.
  19. >
  20. >>The thought that struck me the other day (it did not hurt ;-) was that 
  21. >>there are many "pocket" LAN adapters available for portable PCs. These 
  22. >>plug onto the parallel port and supply a Token Ring or Ethernet 
  23. >>(Thinwire or 10BaseT) connection.
  24.  
  25. There is a problem with connecting these LAN adapters to the Atari ST.
  26. As far as I figured it, the Atari is missing a couple of signals that
  27. are available on the PC's printer port. So I doubt you would be able to
  28. have them run on an ST. It might be different with the Falcon which is
  29. said to have more signals on the printer port. Nonetheless the speed
  30. that is achievable by the printer port (which is driven by the sound
  31. chip) is very limited. Even if handshaking data is reduced to mininum
  32. and if you use optimized assembler code to access this port, you will
  33. probably only get less than 100KB/s. So using a port (such as the
  34. ACSI-DMA port) that supplies built-in handshaking information will be
  35. needed to do the trick.
  36.  
  37. >A better way would be to use a MAC SCSI-ethernet board with an
  38. >ICD ACSI-SCSI connector. This would be faster, but the same
  39. >problem with lack of software drivers exists. Now if you
  40. >could get software only from the German companies at a reasonable
  41. >price...
  42. >
  43. >Werner
  44.  
  45. A couple of friends of mine have been programming a network for the ST
  46. for quite a while. The software is running very reliably --- in fact
  47. this system has by now been in use for more than a year at my former
  48. high-school and the computer science teachers are very satisfied with
  49. it. Unfortunately there are still problems with the proprietary
  50. hardware which will only allow for cables that are no longer than
  51. 30feet. Though this hardware is comparably cheap, which would allow
  52. for selling the network as a low-cost alternative to products such as
  53. PAM's Net or BioNet, my friend are on the long term looking for a
  54. solution that is based on ethernet. As of now, none of them have been
  55. able to find any of those SCSI<->Ethernet boards you have been talking
  56. about. So, if you could provide me with the address of a place that is
  57. selling those, you might, with some luck, be able to get the drivers
  58. within the near future. Adapting their software to new hardware should
  59. not be too difficult for it only requires replacing the transport layer;
  60. the existing software is quite modular, so I do not expect this to take
  61. more than a couple of days for getting a working alpha-release. BTW
  62. there are already several alternative transport layers, one of them is
  63. using the MIDI port (though that one is way too slow!) --- so it *is*
  64. possible to replace these modules!
  65.  
  66. I hope, these boards are not too expensive, since buying two or three
  67. of them for developing the software would be required...
  68.  
  69. I would apprecitate, if you mailed your reply to
  70. srb242@math.uni-muenster.de so it does not get lost in between all the
  71. other news :-)
  72.  
  73. Thanx in advance
  74.  
  75. Markus Gutschke
  76.  
  77. ---
  78.