index

Modules

app
module app

Application contains four build configurations: production, unittests, integration test 1, integration test 2 and test client.

client
module client
daemon
module daemon

Boilerplate code to start linux daemon. Other platforms will fallback to terminal mode.

hexconv
module hexconv

Utilities to convert hex strings to numbers. Authors : David L. 'SpottedTiger' Davis Licence : Public Domain / Contributed to Digital Mars

json_rpc
module json_rpc
server
module server
terminal
module terminal

Describes server attached to tty console. Specified delegate is called when SIGHUP signal is caught (linux only).

util
module util

Module handles functions and templates that we lazied to factor out to separate module.