]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - index.mdwn
Update URLs to the project GIT repositories after SF.net update to Allura platform.
[ortcan-www.git] / index.mdwn
index 75e3764bf2f8a1a7231e4ae5c9548494f06ea198..ad94e3fc75b924f34a2b7a3baea1ebdbbcbcba52 100644 (file)
@@ -21,15 +21,21 @@ for Linux and other embedded environments to gain
 access to the network. The driver is named [[LinCAN|lincan]].
 
 The common interface to access different CAN interfaces
-and library to build higher level layers in implemented
+and library to build higher level layers is 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|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
 version of former OCERA CAN components use
 
-    git clone git://ortcan.git.sourceforge.net/gitroot/ortcan/ortcan
+    git clone git://git.code.sf.net/p/ortcan/ortcan-top
     cd ortcan/
     git submodule update --init
     make default-config
@@ -63,5 +69,10 @@ of OMK project.
 
 News
 ====
+* 2012-06-24: The LinCAN GIT branch can-usb1 has been updated and contains Linux driver side and firmware for [[usbcan|lincan/usbcan]] LPC1768 based converter (porting done by Jiri Vanek).
+
+* 2012-06-21: Java [[CANmonitor|canmonitor]] supports type conversion for OD access (enhancement by Petr Kubasta)
+
+* 2012-05-16: CANopen OD access for [[QCANalyzer|qcanalyzer]] contributed by Ivan Fridrich
 
 * 2010-09-06: New [[ikiwiki]]-based website.