Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First mid-term project: Cyber physical systems security

Group logo, stylized images of a blue shield containing a bottle of prosecco, a drone, and connected chips

Professional Security Corporation

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.

Members

  • Emanuele Artusi | 2198545
  • Filippo Bellon | 2199368

Reference paper

Tractor Beam: Safe-hijacking of Consumer Drones with Adaptive GPS Spoofing

Report document

Report

Setup

Project

All project source files are in the Source directory.

LaTeX

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.

About

Cyber physical systems security

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages