CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

NetGlue: Implementation of TCP and UDP sockets for Scheme->C.

lang/scheme/code/io/sockets/
This is a Scheme->C hack that allows you to create and maintain TCP and UDP sockets. It has been used to implement a simple distributed database and converse with a server over a TCP connection. There is also a facility (pack/unpack) for transmitting simple Scheme objects (cons nodes, string, symbol and integer) over socket connections. The packing/unpacking routines are probably byte order dependent, but they will probably work for big-endian architectures.
Version: 13-MAY-91 Ports: Scheme->C CD-ROM: Prime Time Freeware for AI, Issue 1-1 Author(s): Case Larsen Keywords: Authors!Larsen, IO, Input, NetGlue, Output, Scheme!Code, Scheme!IO, Scheme!Sockets, Sockets, TCP/IP Interface References: ?
Last Web update on Mon Feb 13 10:36:24 1995
AI.Repository@cs.cmu.edu