Releases: GENIVI/CANdevStudio
Releases · GENIVI/CANdevStudio
CANdevStudio v0.2
List of major features/changes:
- CanRawLogger - new component to store can traces
- CanRawPlayer - new component to playback trace files recorded by CanRawLogger
- CanLoad - new component to measure load on the CAN bus
- CanRawFilter - new component to filter can messages based on regex expressions
- CPack support for generation of installation bundles
- Automatic deployment of binary packages to Bintray
- Tool to generate templates for new components (templategen)
- Performance and stability improvements
- GUI enhancements
CANdevStudio v0.1
List of major features:
- CanDevice component - provides access to the CAN bus using QtCanBus framework
- CanRawView component - visualises CAN raw frames
- CanRawSender component - provides methods to send CAN raw frames (single shot or interval based)
- Project configuration via drag-and-drop elements using https://github.com/paceholder/nodeeditor library
- Direct implementation of cannelloni (CAN over Ethernet) protocol using qtCannelloniCanBus plugin