styx2000.protosrv

This module contains the minimum implementations of network functionality required for debugging or creating clients/servers.

Modules

baseserver
module styx2000.protosrv.baseserver

This module contains the base class of the server that can be used to create various kinds of servers.

basestyx
module styx2000.protosrv.basestyx

This module contains the base class of the 9P / Styx server for implementing your own server.

des
module styx2000.protosrv.des

This class provides an implementation of the DES cryptoalgorithm. Implementation is based on the following code (by Daniel Huertas Gonzalez): https://github.com/dhuertas/DES/blob/master/des.c

Public Imports

styx2000.protosrv.basestyx
public import styx2000.protosrv.basestyx;

Base class for Styx servers

Meta

Authors

Oleg Bakharev, Ilya Pertsev