This is your personal lab repository. Each day, when we post new labs, you will get a Github pull-request. Accept the PR, then run git pull inside this repository. This will fetch each day's lab package.
Each lab contains the following:
-
lab.bin: The lab binary to flash to the Tiva -
starter.ipynborstarter.py: Python host tool, you will write code here -
README.md: This is the lab description, it contains instructions for collecting the lab flag
Flags generally take a form similar to:
embsec{name_of_lab_<random characters>}
Typically, this flag will get read out over serial, so make sure your host tool (starter.py) is configured to read serial and prints out received data.