https://github.com/chaosnet/amber
David Moon's Amber document, AI memo 628
https://github.com/chaosnet/amber
chaosnet network-protocol
Last synced: 6 months ago
JSON representation
David Moon's Amber document, AI memo 628
- Host: GitHub
- URL: https://github.com/chaosnet/amber
- Owner: Chaosnet
- Created: 2018-11-16T06:47:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T06:21:10.000Z (about 2 years ago)
- Last Synced: 2025-02-12T12:54:50.191Z (8 months ago)
- Topics: chaosnet, network-protocol
- Language: CSS
- Homepage:
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chaosnet - the Amber document
The original sources and texinfo document corresponding to "Chaosnet", [MIT AI memo 628](http://hdl.handle.net/1721.1/6353), by David A Moon.
This is sometimes referred to as the "Amber" document (from ["9 Princes in Amber"](https://en.wikipedia.org/wiki/Nine_Princes_in_Amber), where the name Chaos comes from [[ref](https://groups.google.com/g/comp.protocols.tcp-ip/c/AeJA1K7uA-o?pli=1)]).**Abstract**
> Chaosnet is a *local network*, that is, a system for communication
> among a group of computers located within about 1000 meters of each
> other. Originally developed by the Artificial Intelligence Laboratory
> as the internal communications medium of the Lisp Machine system, it
> has since come to be used to link a variety of machines around MIT
> and elsewhere.
>
> This memo describes both the hardware and the software protocols. It
> is intended to be the definitive documentation for Chaosnet.The source document (in Bolio, included for reference) was translated to [Texinfo](https://www.gnu.org/software/texinfo/) by @ams, with later improvements and touch-ups by @bictorv.
To create a html version, we suggest you use
texi2any --html --no-split --set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 1' --css-ref "janix-texinfo.css" --css-include=amber.css amber.texi
The `janix-texinfo.css` file is [janix-texinfo.css](https://github.com/jasontmassey/janix-texinfo.css) by Jason Massey.
You can read the HTML output e.g. at https://chaosnet.net/amber.html.
For more info about Chaosnet, see https://chaosnet.net.