如何将tcl文件转换为NS-3支持的.cc文件?

时间:2018-09-19 15:13:56

标签: ns-3 sumo

为了模拟VANET场景,我使用流量模拟器SUMO生成流量移动性文件,并使用NS-3使用SUMO生成的移动性文件测试路由协议的性能。
1)要生成SUMO跟踪文件,我发出了以下命令:

userService.get(true)
    .then(function(res) {
      $scope.productId = res.user.productid;
      apiService.get('/product/' + ???)

      .then(function(response) {
        console.log(response)
      })

      .catch(function(response) {
      });
    }
  });

2)要将SUMO跟踪文件转换为实际的跟踪文件格式,我发出了以下命令:

sumo -c MyScenario.sumo.cfg --fcd-output sumoTrace.xml

能否请您为我解释如何将.tcl文件转换为NS-3支持的.cc文件?

0 个答案:

没有答案