mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Add polar position allocator
This commit is contained in:
parent
70c70a19ce
commit
ab7c9881f6
7 changed files with 147 additions and 12 deletions
|
@ -40,7 +40,6 @@ int main (int argc, char *argv[])
|
|||
cmd.AddValue("groundFile", "CSV file with ground station locations", groundFile);
|
||||
cmd.AddValue("precision", "ns3::LeoCircularOrbitMobilityModel::Precision");
|
||||
cmd.AddValue("duration", "Duration of the simulation", duration);
|
||||
// TODO LeoLatLong
|
||||
cmd.AddValue("source", "Traffic source", source);
|
||||
cmd.AddValue("destination", "Traffic destination", destination);
|
||||
cmd.AddValue("islRate", "Throughput of the ISL link", islRate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue