學號 | GitHub 帳號 | 姓名 | |
---|---|---|---|
309552058 |
fatzchang |
張耕碩 |
fatz.cs09g@nctu.edu.tw |
make
- run
make run
- you will get a device path, assume it's $(device_path)
- open a new terminal, and run
python3 ./src/kernel_sender $(device_path)
- after previous command is done, start monitoring by running
screen $(device_path)
...
...
...