Menu

Tree [204357] default tip /
 History

Read Only access


File Date Author Commit
 doc 2009-08-27 Bertrand Roussel Bertrand Roussel [e7d822] Init repository, most of the files for the firs...
 src 2009-08-29 Bertrand Roussel Bertrand Roussel [204357] License informations added (LGPL)
 tests 2009-08-29 Bertrand Roussel Bertrand Roussel [204357] License informations added (LGPL)
 tools 2009-08-29 Bertrand Roussel Bertrand Roussel [204357] License informations added (LGPL)
 .hgignore 2009-08-29 Bertrand Roussel Bertrand Roussel [d5ca09] * Export CHeader implemented
 CMakeLists.txt 2009-08-27 Bertrand Roussel Bertrand Roussel [e7d822] Init repository, most of the files for the firs...
 LICENSE 2009-08-29 Bertrand Roussel Bertrand Roussel [204357] License informations added (LGPL)
 README 2009-08-29 Bertrand Roussel Bertrand Roussel [204357] License informations added (LGPL)
 populateLibTiCpp 2009-08-27 Bertrand Roussel Bertrand Roussel [e7d822] Init repository, most of the files for the firs...

Read Me

	,------------------.
	|                  |
	|      CanOE       |
	|                  |
	`------------------'

CanOE is a LGPL library developed to easily handle and design CAN networks.

It is organized around an XML file that define the network architecture, and
provide this features:
* Id generation (using highly customizable policies)
* Export of C Headers where the architecture is described using #define
* Export of diagrams using GraphViz
* Matching of "real" frames with the network that allow smart debugging

Some tools are also provided:
* NetworkView :
    A Qt4 tool that allow extended view of a network architecture.

<>---------------------------------------------------------------- Author ---<>

This project is an initiative of Bertrand Roussel (http://cor-net.org).

Other developers and contributors can be found on the Sourceforge page:
	http://libcanoe.sourceforge.net/


<>--------------------------------------------------------- Documentation ---<>

Documentation can be found on the Wiki and in the doc/ directory.

It is generated by Doxygen.


<>--------------------------------------------------------------- Install ---<>

To compile and install the library you need to do:

$ ./populateLibTiCpp
$ cmake .
$ make
# make install

<>----------------------------------------------------------------- Legal ---<>

This library is provided under the LGPL license (see LICENSE), and that does 
mean that it can be used in commercial / closed projects, and contribution are
welcomed.

If you use this library on a project, please tell us and send feedbacks.