CanFestival developer tools
CanFestival provide some GUI and command line tools that help in the process of creating a new CanOpen

CanFestival provide some GUI and command line tools that help in the process of creating a new CanOpen node and edit Object Dictionary, for Master and Slave.
Objdictedit, Object Dictionary editor:

Code generation feature of object dictionary editor can also be used from a command line interface :
python objdictgen/objdictgen.py Node.od Node.c
Being LGPL, CanFestival runtime library can be linked with any code, proprietary or not. Bindings are very simple and can theoretically be adapted to any target or CAN interface.
When an application is linked with CanFestival, the library use OS timers and CAN interfaces. CAN interface can be loaded dynamically.
At that time, CanFestival natively support Linux and Win32 operating systems. See Supported platforms and CAN devices for more details.
Usefull code examples



