Skip to content

CANdevStudio v0.1

Compare
Choose a tag to compare
@rkollataj rkollataj released this 05 Jan 07:06
· 159 commits to master since this release

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