Skip to content

Commit

Permalink
make-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Oct 7, 2024
1 parent ee2ea24 commit 98f4257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylibs/case_studies/large_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


def main():
ns = OTNS(otns_args=['-seed','53673'])
ns = OTNS(otns_args=['-seed', '53673'])
ns.loglevel = 'info'
#ns.watch_default('debug')
ns.cmd("radioparam ShadowFadingSigmaDb 0.0")
Expand All @@ -48,7 +48,7 @@ def main():
n1 = ns.add("router", x=450, y=150)
n2 = ns.add("br", x=600, y=300)
# add n2 to an IPv6 mcast group - trick to receive diagnostic query message.
ns.node_cmd(n2,"ipmaddr add ff02::d1a9")
ns.node_cmd(n2, "ipmaddr add ff02::d1a9")
ns.go(10)

ns.add("med", x=400, y=300)
Expand Down

0 comments on commit 98f4257

Please sign in to comment.