Running leo-bulk-send-example.cc

112 views
Skip to first unread message

Simran

unread,
May 13, 2025, 2:43:55 AM5/13/25
to ns-3-users
Hi @all,
I'm running leo-bulk-send-example.cc , in this duration = 100,
But after 100s not able to get any result.
I'm stuck.

cmd - ./waf --run "leo-bulk-send"
Waf: Entering directory `/home/my/Documents/SIMRAN/ns-3-dev/build'
Waf: Leaving directory `/home/my/Documents/SIMRAN/ns-3-dev/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (0.523s)

ISL enabled
LOCAL =****
REMOTE=****,addr=**.*.*.**

Gabriel Ferreira

unread,
May 13, 2025, 3:59:24 AM5/13/25
to ns-3-users
> I'm running leo-bulk-send-example.cc , in this duration = 100,

Ok 100 virtual seconds.


> But after 100s not able to get any result.

Virtual (inside the simulation, as you can get with Simulator::Now().GetSeconds()), or wall-clock seconds?
If virtual, then you probably need to define a stop time. e.g. Simulator::Stop(Seconds(100)).
If wall-clock, then your simulation is slower than real-time. Which is pretty common. Wait more. Or reduce simulation time.

Simran

unread,
May 13, 2025, 5:02:30 AM5/13/25
to ns-3-users
Thanks for your response.

It's virtual.
Yes, it's already defined Simulator::Stop(Seconds(100))
I'm using this code : https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo/-/blob/main/examples/leo-bulk-send-example.cc?ref_type=heads

Could you please help me out.

Ojeet Deol

unread,
Aug 6, 2025, 9:08:00 PM8/6/25
to ns-3-users
Hey did you ever past this issue? I am running into this myself.

Ojeet
Reply all
Reply to author
Forward
0 new messages