This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chaosnet [2017-08-17 18:29] – [Conclusion] victor | chaosnet [2017-08-29 12:42] (current) – [Conclusion] victor | ||
---|---|---|---|
Line 2: | Line 2: | ||
This page is about Chaosnet, the network protocol developed at MIT about 1975 for Lisp Machines. It was also implemented for TOPS-20, VAX/VMS, Unix, and of course ITS. | This page is about Chaosnet, the network protocol developed at MIT about 1975 for Lisp Machines. It was also implemented for TOPS-20, VAX/VMS, Unix, and of course ITS. | ||
- | Read the MIT AI Memo 628: [[https:// | + | Read the MIT AI Memo 628: [[https:// |
+ | Have a look at [[chaos-dns|how to add Chaosnet info to your DNS]]. | ||
+ | |||
+ | Feel free to add and correct stuff on this page! | ||
===== Chaosnet link implementations ===== | ===== Chaosnet link implementations ===== | ||
**A.** The original Chaosnet was developed in 1975 at MIT, running over a coaxial cable allowing 2 (or 4?) Mb/s [source needed]. It was implemented at least on CADR Lisp Machines [first-hand experience], | **A.** The original Chaosnet was developed in 1975 at MIT, running over a coaxial cable allowing 2 (or 4?) Mb/s [source needed]. It was implemented at least on CADR Lisp Machines [first-hand experience], | ||
- | The main sources would be the original MIT AIM 628, section 2. See also [[https:// | + | The main sources would be the original MIT AIM 628, section 2. |
**B.** Later, Chaosnet was running on standard Ethernet (at 10 Mb/s and more). It was implemented at least on later Lisp Machines [LMI Lambda, Symbolics 36xx, TI Explorer, first-hand experience]. | **B.** Later, Chaosnet was running on standard Ethernet (at 10 Mb/s and more). It was implemented at least on later Lisp Machines [LMI Lambda, Symbolics 36xx, TI Explorer, first-hand experience]. | ||
Line 18: | Line 21: | ||
**E.** For the [[http:// | **E.** For the [[http:// | ||
- | Programs to " | + | Programs to " |
See also Joseph Oswald' | See also Joseph Oswald' | ||
Line 46: | Line 49: | ||
* Foo-over-UDP/ | * Foo-over-UDP/ | ||
none of the standards seem widely implemented? | none of the standards seem widely implemented? | ||
+ | |||
+ | |||
+ | One idea could be to rewrite klh10/ch11 to use real Chaosnet-over-ethernet, | ||
+ | Instead, run a cbridge on the host at the other end of the tun. | ||
+ | |||
+ | Another idea would be to rewrite usim to use real Chaos-over-ether, | ||
+ | |||
+ | Another, more interesting, | ||
===== Conclusion ===== | ===== Conclusion ===== | ||
- | To interconnect Chaosnets, the " | + | To interconnect Chaosnets, the " |
You can configure the bridge to connect subnets and/or individual hosts. | You can configure the bridge to connect subnets and/or individual hosts. | ||
Line 57: | Line 68: | ||
* and interconnecting these three, of course! | * and interconnecting these three, of course! | ||
- | See -READ-ME-.text in the source archive. | + | See also '' |