Please refer to the “Upload Whitelist” section under V2Xcast SDK in the Unex Software Development Guide (SDG) for full details:
Preparation
- Create a folder (you may choose any name).
- Place the required whitelist files (
.gzand.signformat) into this folder.
- These files are typically provided by Unex and sent to your company’s contact person via email.
- The email subject line will usually include “White List Files.”
- These files are typically provided by Unex and sent to your company’s contact person via email.
Upload Command
Use the following command to upload the whitelist to the Unex device:
./v2xcast_manager -m put -f <folder-path> <device-IP>/cfg/wlist
<folder-path>: Path to the folder containing the whitelist files.
<device-IP>: IP address of your Unex device.
Example
If your whitelist files are stored in ./whitelist_folder and include whitelist-20250101.gz and whitelist-20250101.sign, and the device IP is 192.168.1.3, run:
./v2xcast_manager -m put -f ./whitelist_folder 192.168.1.3/cfg/wlist
Result
After successful execution, the system will display:
Uploading and applying wlist successful
This indicates the whitelist has been uploaded and applied successfully.