How to Quickly Verify V2X Message Transmission?

To verify device operation, complete the following steps:

Step 1: Confirm Device Connection

  • Ensure your Unex device is properly connected to the target system (e.g., PC or virtual machine). This may involve physical connections (USB, Ethernet) or mounting in a virtual environment.
  • Use the correct network interface to communicate with the Unex device for stable data transfer.

Step 2: Check Device Status

  • Run a simple network test (e.g., ping) to confirm the device is reachable.
  • Use the following commands to check if the device appears in the network interface list:
  • ifconfig

  # or

  • ip a

Step 3: Compile and Run the V2X Example

  1. Navigate to the folder containing the US V2Xcast example program.
  2. Compile the example using the appropriate build commands.
    • Ensure all required dependencies and SDK tools are installed and configured.
  3. Run the compiled example with your device connected and ready.

Step 4: Test and Verify

  • Confirm the program executes successfully.
  • Verify that V2X messages are transmitted and received correctly between devices.

For more details, please refer to:

  • Get Started Guide2. System Architecture
  • Get Started Guide3. Connect to Unex Device
  • V2Xcast SDK1.4.2. Compiling and Executing US V2Xcast Example

chevron_left
chevron_right