[ndnSIM] MANET using NDNSim : Adding extra fields and implementing a Routing protocol

NISHA MERIN JACOB h20180129 at pilani.bits-pilani.ac.in
Fri Nov 2 23:37:24 PDT 2018


Hi,

Thanks for the information, but our problem is to create a routing table to
deal with broken edges in MANET, by storing a metric based on shortest
path, so that when a relay edge is missing, we can consider alternate path
instead of broadcasting data packets. We are planning to add a hop-count
tag in the interest packet to determine the best path back to the consumer,
when an edge is missing.

Since our faces are adhoc, which are naturally broadcast, we are planning
to add an extra "mac-address-tag" to data packets so that not all nodes
receiving the data will resend it.

Regular FIB is not enough as of now, but our concern is whether we can use
the existing RIB table for this purpose.

Thanks,
Nisha

On Fri, Nov 2, 2018 at 6:26 AM Spyridon (Spyros) Mastorakis <
mastorakis at cs.ucla.edu> wrote:

> Hi,
>
> I am not sure whether this would be an entire routing protocol or just
> some sort of self-learning.
>
> Probably you can take a look at this paper and see if you can apply
> something like that to your project:
>
>
> https://named-data.net/wp-content/uploads/2017/04/on_broadcast-based_self-learning_ndn.pdf
>
> Thanks,
>
> Spyridon (Spyros) Mastorakis
> Personal Website: http://cs.ucla.edu/~mastorakis/
> Internet Research Laboratory
> Computer Science Department
> UCLA
>
>
> On Nov 1, 2018, at 6:29 AM, NISHA MERIN JACOB <
> h20180129 at pilani.bits-pilani.ac.in> wrote:
>
> Hi,
>
> As part of our Advanced Computer Networks Project, we are trying to
> implement NDN manet. We were facing many issues including intermediate
> nodes not forwarding interest and data packets. We created a new app, "NDN
> relay" which can forward interest and modified forwarder.cpp to send
> interest and data to the same face.
>
> Now there is a flooding of interest and data packets and we are trying to
> control it by adding a new routing protocol which unicasts data packet
> based on an added hop-count field and mac-field.
>
> Is there any alternative approach for this, other than creating an new
> Routing table incorporating mac address and hop-count?
>
> Thanks,
> Nisha Merin Jacob
> BITS Pilani
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20181103/3dbb091b/attachment.html>


More information about the ndnSIM mailing list