Simplify beam angle computation

This commit is contained in:
Tim Schubert 2020-08-28 00:43:47 +02:00
parent 1531696255
commit ae1d24ca80
5 changed files with 43 additions and 168 deletions

View file

@ -99,12 +99,13 @@ int main (int argc, char *argv[])
}
else
{
// Install internet stack on nodes
AodvHelper aodv;
aodv.Set ("EnableHello", BooleanValue (false));
//aodv.Set ("EnableHello", BooleanValue (false));
stack.SetRoutingHelper (aodv);
}
// Install internet stack on nodes
stack.Install (satellites);
stack.Install (stations);