https://github.com/jamesnulliu/sissa
SOME/IP based Safety and Security Analyzer
https://github.com/jamesnulliu/sissa
Last synced: about 1 year ago
JSON representation
SOME/IP based Safety and Security Analyzer
- Host: GitHub
- URL: https://github.com/jamesnulliu/sissa
- Owner: jamesnulliu
- License: apache-2.0
- Created: 2023-12-13T06:48:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T12:34:45.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:18:09.264Z (over 1 year ago)
- Language: Python
- Size: 956 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SISSA: Real-time Monitoring of Hardware Functional Safety and Cybersecurity with In-vehicle SOME/IP Ethernet Traffic
Qi Liu, Xingyu Li, Ke Sun, Yufeng Li*, Yanchen Liu*

## Dataset
The dataset used in our paper is avaliable at [Google Drive](https://drive.google.com/file/d/1-pl9OOFcTZCuPLRzusjlmkMn7Q-f-0fU/view?usp=drive_link).
Please check [Dataset Description](./docs/Dataset_Description.md) for detailed description of our generated dataset.
Please check [Prepare for Dataset](./docs/Prepare_for_Dataset.md) to prepare the required dataset to reproduce our experiment results.
## Installation
Please check [Installation Guide](./docs/Installation_Guide.md) to install the required python environment.
## Modify YAML Configuration Files \[TODO\]
## Train and Test
By modifing the YAML files in "./config" directory, you can easily train the model and test it with following commands:
```bash
# Train
bash scripts/train.sh
# Test
bash scripts/test.sh
```