Update of "index"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 12b9b80d021e92397191eee0dcf7d0c78933c565e6e283ffd67a58bf920462bf
Page Name:index
Date: 2019-08-17 07:01:53
Original User: seeg
Mimetype:text/x-markdown
Parent: dc3166ce4e03a8edc54d27f1084efcbdf8cd561820dee182677c70deacffaf05 (diff)
Content

SSHD server in Scheme

This is a SSH server supporting chat and various other functionalities, written in CHICKEN Scheme.

This code is inspired by the Why aren't we using SSH for everything? post.

I also wanted to explore the LISP <-> C integration, inspired by the Schemings source code.

Design goals

The main assumption is to make this server extendable via plugins. The first plugin, chat, is in development.

Development

Use the Nix package manager:

nix-build

If you require more CHICKEN eggs, add them to eggs.nix and default.nix and run

egg2nix eggs.csm > eggs.nix

To build just use make.