work through second tutorial example

This commit is contained in:
Craig Dowell
2008-06-28 22:39:06 -07:00
parent 9f205e0fba
commit 9bb182aa54
3 changed files with 364 additions and 206 deletions

View File

@@ -4,12 +4,6 @@ def build(bld):
obj = bld.create_ns3_program('hello-simulator')
obj.source = 'hello-simulator.cc'
obj = bld.create_ns3_program('second')
obj.source = 'second.cc'
obj = bld.create_ns3_program('third')
obj.source = 'third.cc'
obj = bld.create_ns3_program('mixed-wireless',
['core', 'simulator', 'mobility', 'wifi', 'point-to-point', 'internet-stack'])
obj.source = 'mixed-wireless.cc'