Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(776)

Delta Between Two Patch Sets: src/jamming/examples/wscript

Issue 1055041: ns-3: Wireless Interference (Jamming) Framework
Left Patch Set: Update comments. Created 13 years, 9 months ago
Right Patch Set: Add python bindings. Update to latest dev tree (3.11). Created 12 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/jamming/examples/wireless-module-utility-example.cc ('k') | src/jamming/helper/jammer-container.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 obj = bld.create_ns3_program('jamming-mitigation-example', ['core', 'simulat or', 'mobility', 'wifi', 'energy', 'jamming'])
5 obj.source = 'jamming-mitigation-example.cc'
6 ····
7 obj = bld.create_ns3_program('reactive-jammer-example', ['core', 'simulator' , 'mobility', 'wifi', 'energy', 'jamming'])
8 obj.source = 'reactive-jammer-example.cc'
9
10 obj = bld.create_ns3_program('wireless-module-utility-example', ['core', 'si mulator', 'mobility', 'wifi', 'energy', 'jamming'])
11 obj.source = 'wireless-module-utility-example.cc'
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b