2021 MITRE eCTF Challenge - Team Cacti (University at Buffalo): Secure Common Embedded Wireless Link (SCEWL)
This repository contains team Cacti's (University at Buffalo) system for MITRE's 2021 Embedded System CTF (eCTF).
Please see the Getting Started Guide.
Also see the MITRE kick-off meeting slides, rules, and code walkthrough.
The example code is structured as follows
controller/
- Contains everything to build the SCEWL Bus Controller. See Controller READMEcpu/
- Contains everything to build the user code of the CPU. See CPU READMEdockerfiles/
- Contains all Dockerfiles to build systemradio/
- Contains the Radio Waves Emulatorsocks/
- Directory to hold sockets for the network backendtools/
- Miscellaneous tools to run and interract with deploymentsMakefile
- Root Makefile to build deployments
The design doc is in designdoc/
.