Notices where this attachment appears
-
Embed this notice
@p @iska @Merc @mint @w0rm
For the majority of development I've tested it against an emulated LMI Lambda Lisp machine. The Lambda software was the best to base the port off of, since it was made free to coincide with the emulator a few years ago and is a bit more modernized (compared to the CADR, at least). Common Lisp is a direct descendant of ZetaLisp, so the vast majority of the code was trivially portable; the most difficult parts were mostly rectifying implementation differences and fixing bugs. The Lambda does Chaos over Ethernet, which Mezzano does too. I can bridge a tap interface from QEMU to LambdaDelta and have them talk to each other.
The actual NCP has been working for a while now, with stream connections running smoothly. I had the FILE protocol code fixed up enough to just compile, and be working on the DNS gateway.
At the moment I'm debugging the Chaos-over-UDP transport, which will allow it to talk to Chaosnet bridges over the Internet. I have one of those as well as a DNS server that serves CH records for my zone (did you know BIND 9 supports that? It's in the original RFC!). I'll have it talking to a CADR and a PDP-10 running ITS at some point.
What's cool about Chaosnet is how complete it feels compared to say, TCP/IP. Writing protocols is easy and fun, and there's no commitment to security or central authority. It couldn't have come out of anywhere but the AI Lab.