Pentest Tools

Published on October 28th, 2016 📆 | 6004 Views ⚑

0

Open Source CAN Network Analysis: BUSMASTER


https://www.ispeech.org
BUSMASTER is an open source PC software for the design, monitoring, analysis, and simulation of CAN networks. Using its powerful functions and user-programmability one can simulate CAN system of any complexity. Additionally it provides options to analyze data bytes in raw data format or logical/physical data format and signals can be monitored separately. These two functionality is achieved using a message database. An in-built database editor is provided to create message databases. The user can simulate a CAN node’s behavior or enhance the functionality of BUSMASTER.

There are many others features that can be used without any programming. The key such features are

  • Display of messages,
  • Message information and Interpretation,
  • Filters,
  • Logging,
  • Replaying logged messages,
  • Network statistics,
  • Different time stamping,
  • Interactive transmission of message blocks,
  • Signal watch etc.

To facilitate the user programming a comprehensive set of APIs and event handlers are provided.

Key Features

  • Using USB port multiple USB CAN hardware can be connected and monitored with multiple instances of BUSMASTER application.
  • It operates in Active mode. In active mode the tool influences the bus. In passive mode the tool does not have any influence on the bus.
  • It supports CAN 2.0A and 2.0B protocol.
  • The messages can be displayed in decimal or hexadecimal format.
  • There are three different time stampings namely system time, relative time and absolute time mode. The absolute time is the time from when tool is connected to CAN bus. The relative time is time between two consecutive messages if the display is configured in scroll mode. In overwrite mode it is the time difference between two messages of same ID. Time stamping is done at CAN driver level. The system time is PCs real time value.
  • User can log messages to a file and replay the logged file. The time stamping mode can be also be configured in System, Relative and Absolute mode during logging. The replay can be selectively done for transmitted, received and all messages. More then one logging session with same time stamping can be combined in a single replay session. The replay can also be configured in a cyclic manner with different time delay.
  • The message filtering can be done through Software, hardware or both. Software filter works at application level while hardware filter works at CAN controller level.
  • It supports transmission of message blocks in single shot or periodic mode with time/key trigger.
  • It can display messages and error frames on CAN bus.

[adsense size='1']





  • User can configure acceptance filter, baud rate and warning limit. Warning limit is not supported currently by BUSMASTER with USB interface.
  • Message display can be configured in different colours. Different colours can be assigned to different message IDs. Message display entries and the display update rate can be configured.
  • It provides a message database editor for creating & editing of messages and its signals.
  • The signals of message can be interpreted. It can be interpreted in a separate window or on message display window.
  • Signals alone can be monitored separately with time stamping.
  • It provides programming facility through Function editor. The event-based programming is done using ANSI C language. The user can use all windows provided APIs and any third party LIB/DLL/API files.
  • It supports all bit rates up to 1 MBPS.
  • User can analyse of bus statistics.
  • User preferences can be saved or loaded. The last saved user preferences are loaded automatically at the start of application.

 

Open Source CAN Network Analysis: BUSMASTER documentation

 

https://github.com/rbei-etas/busmaster



Comments are closed.