From 905d2ce648ef8be0d920310e2594ecb86e3558bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 26 May 2011 04:18:58 +0000 Subject: [PATCH] Documentation section added for 'chat console' --- docs/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/README b/docs/README index 71b387357..ec1451369 100644 --- a/docs/README +++ b/docs/README @@ -73,3 +73,20 @@ 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. + +-------------------------------------------------------------------------------- +5.) How to start the chat console and use it +-------------------------------------------------------------------------------- + +The chat console is yet another test application for the node. You can launch +its "server-side" part by invoking this command: + +php index.php app=hub command=chat + +If you do so, another port xxxxx will be opened where you can telnet to: + +telnet localhost xxxxx + +After that you will be greeted and you are able to enter simple commands. Please +do not try any 'interactive console' things like cursor key or so. This is +(or will be) a very simple and basic telnet console. -- 2.39.5