]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - index.mdwn
Link to OHLOH
[ortcan-www.git] / index.mdwn
index 8b52cb6587eb9964a4ed43bc1a36ac8a8633a88e..75e3764bf2f8a1a7231e4ae5c9548494f06ea198 100644 (file)
@@ -4,9 +4,16 @@ What is this?
 =============
 
 A collection of [CAN][wp] related tools developed at
-[Czech Technical University in Prague][rtime].
+[Czech Technical University in Prague][ctu].
 The development of these components started in frame
 of IST-2001 35102 [OCERA][ocera] European project.
+The components has been used all over the world in different
+academic and production environments and they are maintained
+mainly by members of [Real-Time Systems group][rtime] at
+[DCE][dce] department of [FEE][fel] faculty of [CTU][ctu]
+university. There is list of CAN related
+works - projects, CAN benchmarking and diploma thesis at
+[Rtime CAN guidepost][rtime-can] page.
 
 The access to CAN bus requires supported hardware
 interface. The project provides CAN device driver
@@ -17,7 +24,7 @@ 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]].
 
-## OtCAN Build Instruction for Actual GIT repository Sources 
+## OrtCAN Build Instruction for Actual GIT Repository Sources 
 
 To obtain and build sources of the latest development
 version of former OCERA CAN components use
@@ -36,6 +43,10 @@ make command
     CFLAGS+=-fpic
 
 to build loadable modules (shared libraries/DLLs) corectly.
+For possible build options of included submodules read build
+instructions for respective component - [[libVCA|vca]], [[LinCAN|lincan]] ...
+The options can and should be combined in "config.omk" file
+in toplevel directory.
 
 The comprehensive documentation of the used build system
 ([OCERA Make system][omk]) can be found on the [homepage][omk]
@@ -43,6 +54,10 @@ of OMK project.
 
 [wp]:http://en.wikipedia.org/wiki/Controller_area_network
 [rtime]:http://rtime.felk.cvut.cz/
+[rtime-can]:http://rtime.felk.cvut.cz/can/
+[dce]:http://dce.fel.cvut.cz/
+[fel]:http://fel.cvut.cz/
+[ctu]:http://www.cvut.cz/
 [ocera]:http://sourceforge.net/projects/ocera/
 [omk]:http://rtime.felk.cvut.cz/omk/