1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: savvycan
Section: electronics
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders:
Christopher Obbard <obbardc@debian.org>,
Build-Depends:
debhelper-compat (= 13),
qmake6,
qt6-serialbus-dev,
qt6-serialport-dev,
qt6-tools-dev,
qt6-declarative-dev,
Standards-Version: 4.7.3
Homepage: https://www.savvycan.com/
Vcs-Browser: https://salsa.debian.org/electronics-team/savvycan
Vcs-Git: https://salsa.debian.org/electronics-team/savvycan.git
Package: savvycan
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: CAN bus reverse engineering and capture tool
SavvyCAN is an open-source, cross-platform tool designed for capturing,
analyzing, reverse-engineering and transmitting Controller Area Network
(CAN) bus data. It provides a graphical user interface (using Qt
libraries) for inspecting CAN bus messages, interpreting proprietary
protocols and replaying recorded data.
.
SavvyCAN supports multiple CAN hardware interfaces, mainly SocketCAN
based, using Qt libraries. It is particularly useful for analyzing
traffic from vehicles, industrial automation systems and other embedded
systems utilizing CAN communication.
|