[ndnSIM] Questions on trying to add a Hybrid node with both Ben stack and ip stack

Lixia Zhang lixia at cs.ucla.edu
Mon Jul 18 21:58:17 PDT 2022


> On Jul 18, 2022, at 7:02 PM, Arno Li via ndnSIM <ndnsim at lists.cs.ucla.edu> wrote:
> 
> Hi,
> I am new to this mailing list. 
> My thesis is about to research an gateway or a border server to tunneling the ndn packet through the IP backbone.
> 
> I am now struggling in build a hybrid topology.

exactly what is your definition of "hybrid"?

NDN can/should run over IP as an overlay, i.e. using IP to connect up (isolated) NDN nodes. does this match your hybrid definition?

> What I have done is:
> - I build a connected topology with Ip node and ndn node
> - In a pure packet delivery, it works well in pure ndn nodes group or ip nodes group
> - I need to make a hybrid node that can act as ndn node and at the same time the ip node

NDN treats IP as offering virtual link function.
i.e. you can set up an UDP/IP tunnel between two NDN nodes, so the two NDN nodes can exchange Interest/data packets.

> Could any one give me some  clues? I tried to install dual stack for a node, it seems to failed with a segment fault.
> 
> If need I can post some of my code clip.
> 
> Arno
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> https://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim



More information about the ndnSIM mailing list