# dist-axi-sim **Repository Path**: woodford/dist-axi-sim ## Basic Information - **Project Name**: dist-axi-sim - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-23 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # centos7 flow ## build dpi .so cd $root/dpi ./build_zmq.sh ./build_vcs.sh ## install npm library cd $root/server/ ./use_centos7.sh ## test $root/run_vcs.sh open 3 terminal 1 cd $root/node0;./run.sh 2 cd $root/node1;./run.sh 3 cd $root/server;./run.sh # ubuntu flow ## build dpi .so cd $root/dpi ./build_zmq.sh ./build_veri.sh ## install npm library cd $root/server/ ./use_ubuntu.sh ## test $root/run_veri.sh open 3 terminal 1 cd $root/node0;./run.sh 2 cd $root/node1;./run.sh 3 cd $root/server;./run_v6.sh # debug set environment DIST_SIM_DEBUG to 1 or 2 print debug message to "dist_debug.log' 1 only payload message 2 include sync message