signetlabdei / lorawan

An ns-3 module for simulation of LoRaWAN networks
GNU General Public License v2.0
190 stars 132 forks source link

Usage Examples in README.MD do not work #46

Closed peggyopal closed 5 years ago

peggyopal commented 5 years ago

Expected Behavior

./waf --run simple-lorawan-network-example and ./waf --run complete-lorawan-network-example should run the tests to completion

Actual Behavior

waf cannot find the programs when waf builds the example programs they are actually created with the names simple-network-example and complete-network-example

Steps to Reproduce the Problem

  1. run either one of the two commands:
    • ./waf --run simple-lorawan-network-example
    • ./waf --run complete-lorawan-network-example

Fix

Change the README.MD example names to simple-network-example and complete-network-example or change lorawan/examples/wscript lines 5 and 11.