Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!sri-spam!mordor!lll-lcc!well!ricks From: ricks@well.UUCP Newsgroups: comp.sys.amiga Subject: Re: sources to dvi2iff, version -1; tcp/ip for amiga Message-ID: <3969@well.UUCP> Date: Thu, 17-Sep-87 18:50:51 EDT Article-I.D.: well.3969 Posted: Thu Sep 17 18:50:51 1987 Date-Received: Sat, 19-Sep-87 15:55:45 EDT References: <503@louie.udel.EDU> <1929@umd5.umd.edu> Lines: 43 Summary: Ameristar has IP/TCP for Amiga, they have several flavours of Ethernet/ARCNET hardware, etc. In article <1929@umd5.umd.edu>, louie@trantor.umd.edu (Louis A. Mamakos) writes: > >First, call the modified pipe device net: > >Open -> open a tcp/ip socket. You call it "tcp.port" (e.g. tcp.25) > > or just "ip". Returns a handle to a unique tcp or ip port > >Close -> close the socket > >Dir -> when applied to net:, just shows you all the open sockets. > >Delete -> close the connection from outside the tcp/ip code > > or the program using the socket, e.g. you could > > from the CLI do a DIR net:, then delete stuff > > you are trying to kill. Yes, Ameristar does this. Only item not handled NOW is dir. We call it inet:, and you get to IP, TCP, UDP, etc by incanting inet:tcp/addr/port, inet:udp/addr/port, etc. > I've started a similar effort. In fact, my port of the Phil Karn TCP/IP > code to the amiga was just an intrim step to a real implementation of > an Amiga device driver. I dropped amigatcp.tar on TRANTOR.UMD.EDU for a few The problem with device driver/library implementations of Phils code is that the code was designed to be single threaded commutating loop. To play as a device library requires either toggling a semaphore on entry to any network routine (minimal changes to code), or identifying and then placing monitors around critical sections in the code (mucho changes to code). > > Anybody know about any SCSI ethernet controllers? > Gheesh, I'm beginning to think there is a 60 dB Ameristar notch filter at UDel :-). Yes, there is a SCSI <-> Ethernet box - made by Kinetics. The cost to Universities is $1125 ($1250 for commercial folks) for the thin Ethernet version (thick Ethernet costs ~$125 less). As I've said before, though, the cheapest way onto Ethernet copper for the Amiga is the Ameristar A2000 board: $699. It plays on thin Ethernet without setting you back extra bucks, and as always, I have a driver (that I wrote for a port of KA9Q's code to the Amiga done before Lou's time) that you can have for free.. Rick Spanbauer PS. I do development for Ameristar, so consider this posting biased..