X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=README;fp=README;h=5a0b20582e8f2952a17c86c2e12f2984b8c228ae;hb=a997ce1184d3fee6c85d03afd0f5828a1bb5f8de;hp=edcfffcff55f712ada851cfe9b5b0d695c42ee6a;hpb=edc26e7336f1ee79ab0ca631dbab8e791812fd21;p=wsti_so.git 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. +