Project for the Course on Cyber-Physical Systems and IoT Security (MSc ICT for Internet and Multimedia, A.Y. 2025/26) at University of Padua.
- Emanuele Artusi | 2198545
- Filippo Bellon | 2199368
Tractor Beam: Safe-hijacking of Consumer Drones with Adaptive GPS Spoofing
All project source files are in the Source directory.
To enable custom output paths and file naming via latexmkrc, the default LaTeX Workshop recipe must be replaced with a minimal one. Add the following entries to your VS Code settings.json:
"latex-workshop.latex.tools": [
{
"name": "latexmk-custom",
"command": "latexmk",
"args": ["-pdf", "-shell-escape", "-enable-write18", "%DOC%"]
}
],
"latex-workshop.latex.recipes": [
{
"name": "latexmk (custom)",
"tools": ["latexmk-custom"]
}
]
Use latexmk (custom) when building the report.
This ensures LaTeX Workshop does not override latexmkrc, allowing the project’s custom output directory, jobname, and image paths to work as intended.
