Good day Tommasso:
I have been digging in the forum as well as in the code so I hope my questions are more detailed and clear.
The algorithm which I will be working on will be for MANETs, that being said, It relies on the physical link, meaning
The algorithm is based on how many links (meaning the two wireless nodes have the enough Received Signal Strength to be able to send a message)
Therefore before even getting in to the routing algorithms i, just want to see the communication at MAC level
I literally commented everything until the mac layer configuration, and commented the internet stack layer,
as you mention in this discussion
The MAC layer do "send" messages beside the periodic ones necessary for framing and contention resolution
But as you see in the xml replay on net anim there is no packets to be seen, so
am i´m missing a net anim command to enable to see the packets of the MAC layer? or this is due to my configuration as Adhoc mac layer and not STA or AP
you can see the links and concentric circles of propagation
You talked about L2 beacons, can you point to a module or .cc of ns3, i have been reading the maclayer wifi, module, the yanshelpers and others but i´m quite lost.
Thanks in advance and best regards