| 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 |
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-toolssudo apt install npm
sudo npm install -g json-server
npx json-server --watch packet_data.json --port 3000 //Start server JSON sudo modprobe vcan;
sudo ip link add dev vcan0 type vcan;
sudo ip link set vcan0 up;
ip -details -statistics link show vcan0Some 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