Hello Everyone,
I want to create a Wireless Mesh Network with N static routers and M mobile nodes in a square/rectangle grid. For this, I used the mesh.cc example . for static routers I used the GridPositionAllocator and ConstantPositionMobility whereas for the mobile nodes, I used the RandomWalk2dMobilityModel. But when I am running the Netanim, its not showing me all the nodes during simulation. (I have shared the code for the same)
Also I want this WMN to have a structured peer to peer overlay network . Therefore, Overlay has a chord based routing protocol while WMN has AODV / OSLR etc. I got chord code from
https://github.com/ejschiller/ns3-NDN-Chord. But I am unable to find an overlay example that implements 2 routing protocols.
how can I implement the above scenario ?
Thanks,
Sharik