Skip to content

Team-9-Syntax-Error/CS4311_CANBusVisualizer_9

Repository files navigation

CS4311_CANBusVisualizer_9

Working Buggy Comments
Rsync
Export
Json Server Resetting software doesnt stop json server
Archive
Graph Not dynamically updating
Table Need to refresh to get updated table
Filter
Atuorecover

Installing Dependencies

pip install python-can
pip install cantools
pip install flask
sudo apt-get install can-utils
sudo apt-get install python3-tk
pip install pyqt5
pip install pyqt5-tools

Install JSON-Server

sudo apt install npm
sudo npm install -g json-server
npx json-server --watch packet_data.json --port 3000 //Start server JSON 

Activating Can Utilties

sudo modprobe vcan;
sudo ip link add dev vcan0 type vcan;
sudo ip link set vcan0 up;
ip -details -statistics link show vcan0

Misc

Some of these installations are arbritrary depending on Kali Version & PyQt5 specific installation fo reference

pip install PyQt5==5.15.4
pip install markupsafe==2.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors