Mnemonex v1.0.0 Mnemonex

Mnemonex application

The default instance will be accessible from the process registry via the process_atom configuration variable.

Summary

Functions

decode a mnemonicoded word list

application start

Functions

decode(input, server \\ :mnx_coder)

Specs

decode(binary, term) :: binary

decode a mnemonicoded word list

All non-alphabetic (ASCII) characters are treated as word breaks. There is presently no graceful handling of improperly entered words.

encode(input, server \\ :mnx_coder)

Specs

encode(binary | pos_integer, term) :: binary

encode a binary

Unsigned big-endian integers may also be encoded, but note that there is presently no affordance to decode them back to same.

The output format depends on configuration variables (described therein.)

start(type, args)

application start

Any supplied arguments are ignored.