X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=docs%2FREADME;h=71b3873579669a0acf32979d55d925de921f4c8b;hb=20a7b9c062a5651eaf44b3b2712a087f3b206aaa;hp=fbc1067586de2fe2697d5179dd63f75e76380e7b;hpb=1212b8422d9040c36c355c2c81c689dda7fd79ad;p=hub.git diff --git a/docs/README b/docs/README index fbc106758..71b387357 100644 --- a/docs/README +++ b/docs/README @@ -59,3 +59,17 @@ completely misleading. So if you have a really good ("selling") name, please send it to me: roland[at]mxchange[dot]org or webmaster[at]ship-simu[dot]org if you prefer webmaster accounts... ;-) + +-------------------------------------------------------------------------------- +4.) How to start the cruncher +-------------------------------------------------------------------------------- + +The cruncher is a test application (or mayber later used in a serious +environment?) to find the right key for an encrypted message to decrypt it. It +can be launched with this command: + +php index.php app=hub command=cruncher + +A producer application will follow which shall produce work units for the +cruncher to work on. In the meanwhile the cruncher shall run test units which +I will mainly use for development.