Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Proposal: add TestBaseVCI support to python-can

オープン
#2,043 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
静か
技術スタック
python

調査の方向性

まず、既存の個別配布されている hrcan バックエンドと HRCANBus を確認し、次に登録に使用されるエントリポイント can.interfaces.BACKENDS を調査します。TestBaseVCI SDK とドライバーの前提が python-can にどのように適合するかを確認し、提案するアダプターが他のデバイスのユーザーに影響を与えずに CAN/CAN FD をサポートすることを明らかにします。

索引モデルが issue の本文から書いたものです。

説明

enhancement

Hi maintainers,

We are a company that develops CAN bus communication and simulation products, and I'd like to ask whether support for our TestBaseVCI CAN / CAN FD hardware could be accepted in python-can.

We already have a working backend for it, and it has been used for quite a while as a separately distributed extension. The current backend name is hrcan, with bus class HRCANBus.

Current status:

  • supports classic CAN and CAN FD
  • has been used in practice for a long time
  • currently installed manually by copying files into the Python environment and registering it in can.interfaces.BACKENDS

Environment:

  • Windows 10 / 11
  • Ubuntu 20 / 22
  • 64-bit Python
  • TestBaseVCI driver >= 2.4.1
  • currently used with python-can 4.5.0

Supported features:

  • start CAN / CAN FD channels with different bus parameters
  • send / receive single frames
  • periodic transmission, with manual and logger-based receive flows
  • multi-device support
  • multi-process support
  • unified timestamp behavior

A few notes before I prepare a PR:

  • I will only submit the Python-layer adapter code to python-can
  • if a user wants to use our hardware but has not installed the SDK / device driver, I can provide a public SDK download link and a clear text reminder
  • I will make sure that if users do not use our device, this support will not affect any existing python-can functionality

If this direction looks okay, I'm happy to clean it up and prepare a PR. I'd also appreciate any suggestions before I start.

Thanks.

主要言語
Python
スター
1.6k
フォーク
697
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

hardbyte/python-can のほかの issue

hardbyte/python-can の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。