Skip to content

Commit

Permalink
Update docker/install.sh for installing ns-3
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Aug 29, 2023
1 parent c1f4323 commit 7ef495a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ cp bundle-22.1-SNAPSHOT.jar /opt/carma-simulation
cd /home/carma/src/co-simulation
unzip sample_scenario.zip -d /opt/carma-simulation/scenarios


# Copy patch to ns-3 folder
cp /home/carma/src/co-simulation/patch/ns-3_c-v2x_prebuild.zip /opt/carma-simulation/bin/fed/ns3/
cp /home/carma/src/co-simulation/patch/ns3-federate.make /opt/carma-simulation/bin/fed/ns3/
cp /home/carma/src/co-simulation/patch/mosaic-node-manager.cc /opt/carma-simulation/bin/fed/ns3/

# Install NS-3
cd "/opt/carma-simulation/bin/fed/ns3/"
chmod +x ns3_installer.sh
Expand Down

0 comments on commit 7ef495a

Please sign in to comment.