Skip to content

Releases: GENIVI/CANdevStudio

CANdevStudio v0.2

10 Jul 11:14
Compare
Choose a tag to compare

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

05 Jan 07:06
Compare
Choose a tag to compare

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