Newsgroups: comp.sys.transputer
From: arnold@herman.nero.uni-bonn.de (Arnold Stender (0228-550349))
Subject: Re: TCP/IP for transputer
Organization: University Bonn, Neuroinformatics, Germany
Date: 23 Aug 94 10:24:25
Message-ID: <ARNOLD.94Aug23102425@herman.nero.uni-bonn.de>


The cheapest possibility to connect a transputer network to a TCP/IP
network is to extend the iserver protocol. The iserver translate the 
messages coming from the host transputer to the appropriate socket
system calls. You can write a library with calls which are similar 
to the socket functions (e.g. socket(), bind(), accept() ....).

We have done this only for the TCP protocol and it works good.

Arnold Stender (arnold@nero.uni-bonn.de)

