From a997ce1184d3fee6c85d03afd0f5828a1bb5f8de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Fri, 20 Jun 2014 20:47:54 +0200 Subject: [PATCH] Add README note. --- README | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README b/README index edcfffc..5a0b205 100644 --- a/README +++ b/README @@ -1 +1,24 @@ -Project created for passing Operating Systems subject in High School of Information Technology \ No newline at end of file +Project created for passing Operating Systems subject in +High School of Information Technology + + +Example usages +-------------- + +Without bootstrap +================= + +In separate terminals enter: +$ ./bin/process1 +$ ./bin/process2 +$ ./bin/process3 + +After that in terminal with process1 running enter some characters followed by +new line (ENTER). + +- Process1 displays information about data buffer and how many bytes has been + sent to process2. +- Process2 displays information about received bytes, prints to stderr info + about number of characters in buffer, and sent this value to process3. +- Process3 displays information about number of entered characters. + -- 2.30.2