| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| running [2021-12-21 20:51] – [2.1 klh10] victor | running [2025-11-04 08:27] (current) – [2.4 Linux/Unix/macOS] victor |
|---|
| |
| === - DNS configuration === | === - DNS configuration === |
| | If you are not using the Bogodyne system, you need a DNS resolver - find one [[lispm-dns|here]]. |
| |
| You need to use ''SYS:SITE;HOSTS TEXT'' for your local address, but if you don't want to add other hosts manually, you can use DNS. | You need to use ''SYS:SITE;HOSTS TEXT'' for your local address, but if you don't want to add other hosts manually, you can use DNS. |
| ==== - usim/CADR ==== | ==== - usim/CADR ==== |
| {{ cadr.jpg?160|A CADR Lisp machine}} | {{ cadr.jpg?160|A CADR Lisp machine}} |
| usim uses unix sockets for link layer. Depending on your version, you might need to edit the code to change your address, but perhaps you can use a command line option. You also need to run ''chaosd''. | [[https://tumbleweed.nu/lm-3/|usim]] uses UDP sockets for link layer, and can also use an internal "local" Chaosnet server for e.g. FILE and TIME protocols. |
| |
| === - Network configuration === | === - Network configuration === |
| |
| See "Network configuration" for LambdaDelta (note: there is no DNS support in the CADR system). | See the "chaos section" of [https://tumbleweed.nu/r/usim/doc/trunk/README.md|the usim documentation], and "Network configuration" for LambdaDelta (note: there is no DNS support in the CADR system). |
| |
| ==== - Linux/Unix/macOS ==== | ==== - Linux/Unix/macOS ==== |
| === - Network configuration === | === - Network configuration === |
| |
| See [[https://github.com/bictorv/chaosnet-bridge/blob/master/CONFIGURATION.md]]. And I should add documentation. | See [[https://github.com/bictorv/chaosnet-bridge/blob/master/doc/CONFIGURATION.md]]. And I should add documentation. |
| |
| === - DNS configuration === | === - DNS configuration === |
| |
| See [[https://github.com/bictorv/chaosnet-bridge/blob/master/CONFIGURATION.md]], the ''dns'' option. If you use LambdaDelta, you can turn on the ''forwarder'' option and add the Chaosnet address of cbridge to :DOMAIN-CHAOS-SERVERS (see above) as an octal number. | See [[https://github.com/bictorv/chaosnet-bridge/blob/master/doc/CONFIGURATION.md]], the ''dns'' option. If you use LambdaDelta, you can turn on the ''forwarder'' option and add the Chaosnet address of cbridge to :DOMAIN-CHAOS-SERVERS (see above) as an octal number. |
| |
| === - Application programming === | === - Application programming === |
| |
| See [[https://github.com/bictorv/chaosnet-bridge/blob/master/NCP.md]]. No really, I should add stuff here. But see the example programs | See [[https://github.com/bictorv/chaosnet-bridge/blob/master/doc/NCP.md]]. No really, I should add stuff here. But see the example programs |
| |
| |