Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automotive-comm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
REAACT
automotive-comm
Graph
master
Select Git revision
Branches
5
add-scapy-to-container-images
create-docker-compose-setup
ethernet_security
evaluate-metrics
master
default
protected
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Sep
2
1
31
Aug
30
29
20
19
15
3
Jun
2
20
May
3
4
Jun
3
2
3
Apr
23
Mar
Fixed Ethernet socket
ethernet_security
ethernet_security
Added packet signing and verifying
AES encryption
evaluate-metrics
evaluate-metrics
Added support for authentication
Added encryption/authentication to Ethernet packets
Update setup in order to measure message count
master
master
Merge branch 'chassis-powertrain-body-basic-setup' into 'master'
Fixed Ethernet sniff filter and send function. Cleaned imports
Added -i option for specifying ethernet interface
Added protocol option to the script. Fixed Ethernet support (sockets)
Added support for sending Ethernet packets
Removed old code from previous CAN implementation
Use SocketCAN interface instead of Python-CAN
Add separate sockets to ECU processes for packet sniffing
Temporarily changed Scapy SocketCAN implementation to Python-CAN for easier testing, added enum for frame sending frequencies and made Chassis ECU process generic in order to reuse it for the other vehicle components
Add a basic .gitignore with rules for .idea and __pycache__ directories
Started working on the Process class which is spawned for every ECU in our setup, added a basic Thread class for periodic sending of CAN Frames at different time intervals, refactor parts of code (splitting code into separate files, renaming some of the existing functions and files)
Small PoC with python-can
Write PASTA1.0 CAN specifications (frame id, source and target) - source: https://github.com/pasta-auto/PASTA1.0/blob/master/doc/PASTA1.0%20CAN-ID%20List%20v1.0E.pdf
Merge branch 'add-scapy-to-container-images' into 'master'
Add scapy installation in both images, together with python3 and pip
add-scapy-to-co…
add-scapy-to-container-images
Update Makefile indentation
Update README.md
Update README.md
Merge branch 'create-docker-compose-setup' into 'master'
Update Makefile and README after including docker-compose and ethernet container
create-docker-c…
create-docker-compose-setup
Store images in gitlab registry; Modify locally built container images to use the uploaded images
Update setup to include ethernet container; Add docker-compose with local docker images for the moment
Update README.md with an fix for vcan kernel module error;
Fix typo in README.md
Update README.md
Update README.md
Update README.md
Update Makefile
Add -d parameter to run docker image in the background
Update Makefile to remove build dependency
Add README.md
Add Makefile for basic Docker commands
Add Dockerfile for basic container which uses can-utils in order to generate random traffic on a virtual interface
Loading