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

Unified Diff: src/lorawan/examples/wscript

Issue 331760043: LoRaWAN module review request
Patch Set: Created 6 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/lorawan/examples/time-on-air-test.cc ('k') | src/lorawan/helper/forwarder-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lorawan/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/lorawan/examples/wscript
@@ -0,0 +1,29 @@
+# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ obj = bld.create_ns3_program('simple-lorawan-network-example', ['lorawan'])
+ obj.source = 'simple-lorawan-network-example.cc'
+
+ obj = bld.create_ns3_program('network-server-example', ['lorawan'])
+ obj.source = 'network-server-example.cc'
+
+ obj = bld.create_ns3_program('complete-lorawan-network-example', ['lorawan'])
+ obj.source = 'complete-lorawan-network-example.cc'
+
+ obj = bld.create_ns3_program('header-test', ['lorawan'])
+ obj.source = 'header-test.cc'
+
+ obj = bld.create_ns3_program('receive-path-test', ['lorawan'])
+ obj.source = 'receive-path-test.cc'
+
+ obj = bld.create_ns3_program('channel-test', ['lorawan'])
+ obj.source = 'channel-test.cc'
+
+ obj = bld.create_ns3_program('phy-communication-test', ['lorawan'])
+ obj.source = 'phy-communication-test.cc'
+
+ obj = bld.create_ns3_program('time-on-air-test', ['lorawan'])
+ obj.source = 'time-on-air-test.cc'
+
+ obj = bld.create_ns3_program('lora-mac-test', ['lorawan'])
+ obj.source = 'lora-mac-test.cc'
« no previous file with comments | « src/lorawan/examples/time-on-air-test.cc ('k') | src/lorawan/helper/forwarder-helper.h » ('j') | no next file with comments »

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