Tx summary

This commit is contained in:
Pascal Engélibert 2026-04-10 17:06:27 +02:00
commit e98eb7380a
4 changed files with 146 additions and 4 deletions

View file

@ -66,6 +66,7 @@ Install dependencies on the target:
```bash
sudo apt install acct dtach
sudo chmod +s /sbin/sa
pip install pyOpenSSL
```
Modify experiment parameters at the top of `exp.py` to suit your setup and the wanted experiments.
@ -74,6 +75,7 @@ Run:
```bash
python exp.py make pi3 -c
python makecerts.py
python exp.py send pi3
python exp.py run pi3 --idle
```