Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

TODO: Implement Candlelight 2.5 protocol

Abierto
#2,016 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python

Línea de trabajo

Lee la descripción detallada del protocolo CANable 2.5 en la URL enlazada y estudia la demo de Python mencionada en la issue. Después, encuentra los puntos de integración existentes del protocolo en python-can y define el alcance de la implementación a partir de esas referencias; se considera terminado cuando PythonCAN admita el protocolo Candlelight mejorado y sus funciones descritas.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

enhancement

The legacy gs_usb protocol from Geschwister Schneider is obsolete now.
It has several misdesigns.

CAN FD packets are always transferred as 80 bytes over USB, even if the CAN packet has only one data byte.
This misdesign limits the USB throughput unnecessarily.
On a CAN bus with very much traffic you may get USB buffer overflows.

Additionally the legacy Geschwiser Schneider protocol echoes all Tx packets back over USB.
The 80 bytes are sent from the adapter back to the host computer, again limiting the USB throughput unnecessarily.

And there are several bugs in the legacy Candlelight firmware.
The automatic driver installation does not work on Windows because of bugs.

And there is no legacy Candlelight firmware for the STM32G431 processor with CAN FD support available, although this is standard today.

The new open source CANable 2.5 firmware fixes all these issues, optimizes the USB throughput to the maximum that is possible over a slow Full Speed USB connection and adds lots of new features.

The CANable 2.5 firmware has been tested successfully up to 10 Megabud CAN FD.

The new CANable 2.5 firmware (which exists as Candlelight and Slcan version) implements an improved Candlelight protocol and adds new features like filters, measuring bus load,....

So implementing the new CANable 2.5 protocol into PythonCAN would be a great benefit for all users.

Read the detailed description here:
https://netcult.ch/elmue/CANable%20Firmware%20Update

In this project you also find a Python demo that you can integrate into PythonCAN.

Image Image
Lenguaje dominante
Python
Estrellas
1.6k
Forks
697
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de hardbyte/python-can

Todos los issues de hardbyte/python-can

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.