]> rtime.felk.cvut.cz Git - ortcan-www.git/commitdiff
qCANanalyzer initial information.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 19 Mar 2011 08:57:18 +0000 (09:57 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 19 Mar 2011 08:57:18 +0000 (09:57 +0100)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
index.mdwn
qcanalyzer/index.mdwn [new file with mode: 0644]
sidebar.mdwn

index 75e3764bf2f8a1a7231e4ae5c9548494f06ea198..2883ddd0b862262ce36447db41d0151336147e4b 100644 (file)
@@ -24,6 +24,12 @@ The common interface to access different CAN interfaces
 and library to build higher level layers in implemented
 in Virtual/Versatile CAN API library - [[libVCA|vca]].
 
+Two GUI / Front End Tools for CAN bus monitoring
+and interaction are part of the project. The first is
+Java based CANmonitor with CAN/CANopen monitoring
+and device access capabilities. The other is Qt based
+CAN Bus Analyzer [[qCANanlyzer|qcanalyzer]].
+
 ## OrtCAN Build Instruction for Actual GIT Repository Sources 
 
 To obtain and build sources of the latest development
diff --git a/qcanalyzer/index.mdwn b/qcanalyzer/index.mdwn
new file mode 100644 (file)
index 0000000..8993dde
--- /dev/null
@@ -0,0 +1,16 @@
+[[!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.
+
+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.
+
+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.
+
+[qcanalyzer_dp]:http://support.dce.felk.cvut.cz/mediawiki/images/d/d2/Dp_2008_gajdos_milos.pdf
index 614e33c6c83a7e521a8f041da0304460c29a33fb..db4fbda3788e6cfa2e7ac53433e6777a731db4c3 100644 (file)
@@ -1,6 +1,7 @@
 * [[Home|index]]
 * [[LinCAN|lincan]]
 * [[libVCA|vca]]
+* [[qCANanlyzer|qcanalyzer]]
 * [Source code](https://sourceforge.net/scm/?type=git&group_id=338139)
 
 <a href="http://sourceforge.net/projects/ortcan"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=338139&amp;type=16" width="150" height="40" alt="Get OrtCAN - Open (Ocera) RT CAN Framework at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>