add a wifi example for the tap bridge

This commit is contained in:
Craig Dowell
2009-02-02 11:39:18 -08:00
parent dd01873dfd
commit cfe6df26a9
3 changed files with 228 additions and 8 deletions

View File

@@ -52,6 +52,10 @@ def build(bld):
['csma', 'point-to-point', 'tap-bridge', 'internet-stack'])
obj.source = 'tap-dumbbell.cc'
obj = bld.create_ns3_program('tap-wifi-dumbbell',
['wifi', 'csma', 'point-to-point', 'tap-bridge', 'internet-stack'])
obj.source = 'tap-wifi-dumbbell.cc'
obj = bld.create_ns3_program('csma-bridge',
['bridge', 'csma', 'internet-stack'])
obj.source = 'csma-bridge.cc'