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

Unified Diff: src/olsr6/examples/wscript

Issue 310940043: IPv6 Support for OLSR in ns-3
Patch Set: Created 7 years, 6 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/olsr6/examples/simple-point-to-point-olsr6.cc ('k') | src/olsr6/helper/olsr6-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/olsr6/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/olsr6/examples/wscript
@@ -0,0 +1,10 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ obj = bld.create_ns3_program('simple-point-to-point-olsr6',
+ ['point-to-point', 'internet', 'olsr6', 'applications', 'wifi'])
+ obj.source = 'simple-point-to-point-olsr6.cc'
+
+ obj = bld.create_ns3_program('olsr6-hna',
+ ['core', 'mobility', 'wifi', 'csma', 'olsr6'])
+ obj.source = 'olsr6-hna.cc'
« no previous file with comments | « src/olsr6/examples/simple-point-to-point-olsr6.cc ('k') | src/olsr6/helper/olsr6-helper.h » ('j') | no next file with comments »

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