csma version of install star and example

This commit is contained in:
Craig Dowell
2008-10-24 17:29:26 -07:00
parent 017ecaeb3d
commit af16634027
4 changed files with 251 additions and 0 deletions

View File

@@ -76,6 +76,10 @@ def build(bld):
['point-to-point', 'internet-stack'])
obj.source = 'star.cc'
obj = bld.create_ns3_program('csma-star',
['csma', 'internet-stack'])
obj.source = 'csma-star.cc'
obj = bld.create_ns3_program('wifi-adhoc',
['core', 'simulator', 'mobility', 'wifi'])
obj.source = 'wifi-adhoc.cc'