This repository contains backend, debug, and frontend implementations for working with CAN-based display data.
main.py- Primary backend entry point for the project.
- Handles the core backend logic.
Is_messages_recived.py- Debug/validation script used to check whether messages are being received.
download_server.py- Lightweight frontend/server-side interface for simple interactions.
electrone-display-app/- Full Electron-based frontend application for richer UI and heavier client-side functionality.
Orion_CANBUS_new2.dbc- Used only as a short reference to understand received CAN frames.
- Run backend from
main.py. - Use
Is_messages_recived.pyfor message-receive debugging. - Use
download_server.pyfor lightweight frontend flow. - Use
electrone-display-app/for the full frontend experience

