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

Side by Side Diff: src/rns/examples/wscript

Issue 7304093: SMECN protocol and RNS algorithm
Patch Set: Created 11 years, 1 month 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:
View unified diff | Download patch
« no previous file with comments | « src/rns/examples/rns-smecn-example.cc ('k') | src/rns/helper/rns-helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 if not bld.env['ENABLE_EXAMPLES']:
5 return;
6 ················
7 obj = bld.create_ns3_program('rns-dsdv-example', ['wifi', 'internet', 'd sdv', 'rns', 'mobility'])
8 obj.source = 'rns-dsdv-example.cc'
9 ········
10 obj = bld.create_ns3_program('rns-smecn-example', ['wifi', 'internet', ' smecn', 'rns', 'mobility'])
11 obj.source = 'rns-smecn-example.cc'
12
OLDNEW
« no previous file with comments | « src/rns/examples/rns-smecn-example.cc ('k') | src/rns/helper/rns-helper.h » ('j') | no next file with comments »

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