11 lines
115 B
Markdown
11 lines
115 B
Markdown
```shell
|
|
# server
|
|
python server.py
|
|
|
|
# client
|
|
python client.py | tee data.txt
|
|
python plot.py
|
|
```
|
|
|
|
![plot](plot.png)
|