MDB Toolchest

Overview
The Qibixx MDB Toolchest is a Java-based Software Application which serves as an invaluable tool for diagnosing, simulating and testing MDB Peripherals or VMC's.
The Software can accurately catch and decode MDB Communications when paired with the Qibixx MDB-USB Interface. Sub-ms time stamps allow to understand exactly which block had been sent by whom on the MDB Bus.
Various simulation functions allow the MDB Toolchest to impersonate a VMC or a Peripheral for testing purposes.
Download
We recommended to use Java Version 17
Summary
- Universal MDB Test, Local or Remote Sniffing and Simulation
- Written in Java, platform independent
- MDB Master/VMC and MDB Slave/Peripheral simulation support
- Precise, time-stamped sniffing from the MDB Bus
- Software can read Bonus data capture files
- Able to update the firmware of the MDB-USB Interface (Standard and Plus versions supported)
- One-time license
- License tied to the MDB-USB Interface: the software can be used on a unlimited number of computers for file analysis or capture with the licensed hardware
- Works with MacOS, Windows and Linux
Demo Version
The MDB Toolchest can be used in Demo Mode for 5 minutes to test basic capabilities or perform a Firmware Update to a MDB-USB Interface. After 5 minutes the Demo Mode will expire and you will need to restart the program.
How to run it
The first thing you need to do is install JAVA on your computer. To do it, check the Java web page in order to do it. Or, if you are on a linux machine, just use your package manager:
sudo apt-get update
sudo apt install default-jdk
Open your terminal and navigate to the folder where you have MDB Toolchest's jar file, and type the command below:
java -jar NAMEOFYOURFILE.jar
If you get an error, probably you need to give the execution permission to the file as in the command below, and execute the command above again.
sudo chmod +x <FileName>.jar
If you have not changed the filename, it should be named "MDB-Toolchest-vX.X.X.jar", where X.X.X is the software version.