From: Rafał Długołęcki Date: Fri, 20 Jun 2014 18:47:54 +0000 (+0200) Subject: Add README note. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=a997ce1184d3fee6c85d03afd0f5828a1bb5f8de;p=wsti_so.git Add README note. --- 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. +