mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-30 10:40:06 +02:00
init
This commit is contained in:
commit
13e4bf1aa7
21 changed files with 2601 additions and 0 deletions
9
examples/wscript
Normal file
9
examples/wscript
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
|
||||
def build(bld):
|
||||
obj = bld.create_ns3_program('leo-example', ['leo'])
|
||||
obj.source = 'leo-example.cc'
|
||||
|
||||
obj = bld.create_ns3_program('isl-example', ['leo'])
|
||||
obj.source = 'isl-example.cc'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue