]> rtime.felk.cvut.cz Git - ortcan-www.git/commitdiff
Minimalistic page about Java CANmonitor added.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 14 Jul 2012 11:28:23 +0000 (13:28 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 14 Jul 2012 11:28:23 +0000 (13:28 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
canmonitor/index.mdwn [new file with mode: 0644]
index.mdwn
sidebar.mdwn

diff --git a/canmonitor/index.mdwn b/canmonitor/index.mdwn
new file mode 100644 (file)
index 0000000..f4d7ba8
--- /dev/null
@@ -0,0 +1,20 @@
+[[!meta title="CANmonitor (Java based CAN bus analyze and test tool)"]]
+
+CANmonitor is focused primarily on accessand manipulation of CANopen devices
+objects dictionaries. It uses [[VCA|vca]] based CANblaster daemon for physical
+CAN bus access. TCP connection (CPickle protocol) is used for communication between
+CANmonitor and CANblaster. This allows to use CANmonitor even from distant location
+far from industrial plant location. CANopen SDO access state machine is implemented
+in CANblaster which allows OD access from multiple CANmonitor, [[QCANalyzer|qcanalyzer]]
+and other tools and control tasks in parallel.
+
+CANmonitor allows even basic listing of raw CAN messages and simple
+test messages sending.
+
+The submodule holding CANmonitor sources is part of main OrtCAN sources
+GIT tree. The build is enabled by
+
+    CONFIG_OC_CANMONITOR=y
+
+included in the top level config.omk file. Java language development
+environment and ANT tool are required for CANmonitor build.
\ No newline at end of file
index dfd3e81da19b5c179715f2be6fb687372cff88a7..083b99d925500ce46f31c6829fdd70101a4769ff 100644 (file)
@@ -26,7 +26,7 @@ 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
+Java based [[CANmonitor|canmonitor]] with CAN/CANopen monitoring
 and device access capabilities. The other is Qt based
 CAN Bus Analyzer [[qCANanlyzer|qcanalyzer]].
 
index db4fbda3788e6cfa2e7ac53433e6777a731db4c3..f0db392474063ca7b244173c4ce48eb2683f499e 100644 (file)
@@ -2,6 +2,7 @@
 * [[LinCAN|lincan]]
 * [[libVCA|vca]]
 * [[qCANanlyzer|qcanalyzer]]
+* [[CANmonitor|canmonitor]]
 * [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>