[TUHS] Unix V8 Chaosnet, any takers?

Lars Brinkhoff lars at nocrew.org
Sat Jul 16 16:59:52 AEST 2022


Noel Chiappa wrote:
> > There is a small hobbyist Chaos network going
> What encapsulation are they using to transmit CHAOS packets (over the
> Internet, I assume)?

There are several methods to encapsulate packets for transmission
locally or over the Internet:

- EtherType 0x0804
- IP protocol 0x10 (yours!)
- Unix domain socket
- UDP
- TLS over TCP/IP (preferred transport across Internet)

There is a bridge/router that understands all these, written by
professor Björn Victor.  Various computer hardware and emulators support
different encapsulations: real Lispms use Ethernet, an LMI Lambda
emulator uses IP, KLH10 and SIMH use the UDP method, and the PDP-10/X
FPGA uses a Unix socket.


More information about the TUHS mailing list