pyX2Cscope is the PC side software implementatio to communicate to the X2C firmware enabled platforms.
Detailed documentation of pyX2Cscope python package: https://x2cscope.github.io/pyx2cscope/
Quick start
Create a virtual environment and install pyx2cscope using the following commands (Windows):
python -m venv .venv
.venv\Scripts\activate
pip install pyx2cscope
It is highly recommended to install python libraries underneath a virtual environment.
Nevertheless, to install at system level, execute the following lines:
pip install pyx2cscope
pip install PyQt5 --user --ignore-installed
In case you already have installed pyx2cscope, you only need to update the package to the new version typing:
pip install --upgrade pyx2cscope
Start pyX2Cscope
# Start demo QT based GUI
python -m pyx2cscope
# Start WEB based GUI
python -m pyx2cscope -w
# Help
python -m pyx2cscope --help