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