OSCO-OD-Gen - CANOpen Object Dictionary Generator for OSCO
This project's is a cross-platform and modern code generator for the CANOpen Object Dictionary of the OSCO stack.
This program aims to implement the following features :
- C Code generator
- EDS Generator
- DCF Generator
- EDS Checker
- DCF Checker
This project will also build a library to dynamically load EDS/DCF files into the OSCO stack.
- initools (Submodule)
- RESTServer (Submodule)
- FileFiller (Submodule)
- RapidJSON (Submodule)
- electron
- nodejs
- npm
To build the C/C++ generator library and utilities, follow these steps :
mkdir build
cd build/
cmake ../generator/
make
Contributions are welcome ! Please refer to the CONTRIBUTING.md for more information.
A code of conduct has been established. Please do your best to comply to it. By following the rules, we ensure that our interractions will be as civil and enjoyable as possible.