Skip to content

Commit fa1c233

Browse files
committed
README.md: recommend Socket sample, provide link
1 parent bcd47ee commit fa1c233

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ its own for visualization and safety analysis.
5656
For more information, read the [notes](notes), browse the
5757
[code](pymodel), peruse the [talks](talks),
5858
or try the [samples](samples). There are README files in most of the
59-
directories.
59+
directories. The most thoroughly explained sample is [Socket](samples/Socket),
60+
which demonstrates several PyModel techniques for modeling and testing systems
61+
that exhibit nondeterminism, concurrency, and asynchrony.
6062

6163
Here are the [slides](talks/pymodel-nwpd10.pdf) for
6264
talks on PyModel given at [NWPD10](http://www.seapig.org/NWPD10)

samples/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ PyModel samples
33
===============
44

55
There is a directory for each sample, including a *README* with more
6-
information about that sample. The samples are:
6+
information about that sample.
7+
8+
The most thoroughly explained sample is [Socket](Socket),
9+
which demonstrates several PyModel techniques for modeling and testing systems
10+
that exhibit nondeterminism, concurrency, and asynchrony.
11+
12+
13+
The samples are:
714

815

916
- *abp*: models the *alternating bit protocol*, a simple network

0 commit comments

Comments
 (0)