4th-ndn-hackathon / ndnSIM-Mobile-Simulation-Package

ndnSIM Mobile Simulation Package
GNU General Public License v3.0
16 stars 16 forks source link

problems in the v2v scenario code #6

Open TronYY opened 4 years ago

TronYY commented 4 years ago

I think there are many problems in the v2v scenario code (ndn-v2v-simple.cpp).

1st, there is only one consumer, not “5 consumers” as mentioned in the annotation.

2nd, if consumer can't communicate directly with the producer, it can't fetch the Data due to NoRoute.

3rd, there is only one face (a wifi interface) installed in a MANET node. In NDN prototype an incoming Interest will not be allowed to leave from the incoming interface. Doesn't it need some changes in the prototype codes?

The codes implementing NDN based MANET over ndnSIM is so rare. Could anyone please give me some existing work?

WeiXiLong commented 4 years ago

我认为v2v场景代码(ndn-v2v-simple.cpp)中存在许多问题。

首先,只有一个消费者,而不是注释中提到的“ 5个消费者”。

第二,如果消费者无法与生产者直接通信,则由于NoRoute而无法获取数据。

第三,MANET节点中只安装了一张脸(一个wifi接口)。在NDN原型中,不允许传入的兴趣从传入接口离开。它不需要对原型代码进行一些更改吗?

在ndnSIM上实现基于NDN的MANET的代码很少见。有人可以给我一些现有的工作吗?

have you found good code for ndn-manet?I am also confused by this