Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

VTD RDB Parser Client

An RDB file parsing tool for simulation data analysis and export operations.

🚀 Quick Start

Prerequisites

  • OS: Ubuntu 22.04 LTS (recommended) or higher
  • Dependencies: C++ compilation environment

Before running the client, you need to configure the VTD simulation software connection settings

src/rdbclient.cpp, line 20

    unsigned short port = 48190;
    const char ip[] = "192.168.100.35"; 

Installation & Execution

Execute the following commands step by step:

# 1. Install build tools
sudo apt update && sudo apt install -y build-essential

# 2. Compile the project
make

# Ensure that VTD is running
# 3. Run the client
./rdbclient

About

Using VTD RDB for communication

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages