]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - canmonitor/index.mdwn
Minimalistic page about Java CANmonitor added.
[ortcan-www.git] / canmonitor / index.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