This file is indexed.

/usr/share/doc/pyro/examples/countingcars/Readme.txt is in pyro-examples 1:3.14-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
This example shows the use of the Event Service.
There is a client that counts certain types of cars that are passing.
The passing of cars in a particular direction is published by Server.py.
Clients subscribe to certain directions, and notice the cars
that pass that way. After a certain amount of cars, the client
switches direction and counts the cars there.
It stoppes counting cars from the previous direction (unsubscribe).
If all compass directions have been counted, the client exits.

Make sure that the event server (es) has been started in advance.

If you start a second or third server, cars will pass by faster
because there are multiple publishers!


See also the stockquotes example.