]> rtime.felk.cvut.cz Git - ortcan-www.git/blob - qcanalyzer/index.mdwn
(no commit message)
[ortcan-www.git] / qcanalyzer / index.mdwn
1 [[!meta title="QCANalyzer (Qt based CAN bus analyze and test tool)"]]
2
3 QCANalyzer is a tool developed for monitoring of CAN protocol based systems.
4 It supports monitoring and sending of test messages. Also supports CANopen protocol. Tools for browsing and editing EDS files are are included.
5
6 The program has been realized by Milos Gajdos in a frame of his
7 diploma thesis work. The thesis [document][qcanalyzer_dp] provides
8 description of the analyzer implementation and basic user manual
9 for the program. In year 2012 in another diploma Ivan Fridrich implemented CANopen and trend drawing of CAN messages was reimplemented.
10
11 The program is written in C++ language environment, with use of Qt software
12 development toolkit. The analyzer can connect to CAN bus over TCP/IP CPickle
13 protocol with use of [[VCA|vca]] based CANblaster daemon or can directly open
14 [[LinCAN|lincan]] driver on local system.
15
16 Source code checkout and build
17
18     git clone git://qcanalyzer.git.sourceforge.net/gitroot/ortcan/qcanalyzer
19     cd qcanalyzer/src
20     qmake-qt4
21     make
22
23 [qcanalyzer_dp]:http://support.dce.felk.cvut.cz/mediawiki/images/d/d2/Dp_2008_gajdos_milos.pdf