From e8bbcf0300a1079dc8784852fe32f04fc46d35de Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sat, 14 Jul 2012 13:28:23 +0200 Subject: [PATCH] Minimalistic page about Java CANmonitor added. Signed-off-by: Pavel Pisa --- canmonitor/index.mdwn | 20 ++++++++++++++++++++ index.mdwn | 2 +- sidebar.mdwn | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 canmonitor/index.mdwn diff --git a/canmonitor/index.mdwn b/canmonitor/index.mdwn new file mode 100644 index 0000000..f4d7ba8 --- /dev/null +++ b/canmonitor/index.mdwn @@ -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 diff --git a/index.mdwn b/index.mdwn index dfd3e81..083b99d 100644 --- a/index.mdwn +++ b/index.mdwn @@ -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]]. diff --git a/sidebar.mdwn b/sidebar.mdwn index db4fbda..f0db392 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -2,6 +2,7 @@ * [[LinCAN|lincan]] * [[libVCA|vca]] * [[qCANanlyzer|qcanalyzer]] +* [[CANmonitor|canmonitor]] * [Source code](https://sourceforge.net/scm/?type=git&group_id=338139) Get OrtCAN - Open (Ocera) RT CAN Framework at SourceForge.net. Fast, secure and Free Open Source software downloads -- 2.39.2