File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ its own for visualization and safety analysis.
56
56
For more information, read the [ notes] ( notes ) , browse the
57
57
[ code] ( pymodel ) , peruse the [ talks] ( talks ) ,
58
58
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.
60
62
61
63
Here are the [ slides] ( talks/pymodel-nwpd10.pdf ) for
62
64
talks on PyModel given at [ NWPD10] ( http://www.seapig.org/NWPD10 )
Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ PyModel samples
3
3
===============
4
4
5
5
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:
7
14
8
15
9
16
- * abp* : models the * alternating bit protocol* , a simple network
You can’t perform that action at this time.
0 commit comments