signetlabdei / lorawan

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

Example program not found #26

Closed rizkyarlin closed 5 years ago

rizkyarlin commented 5 years ago

Expected Behavior

Running example program

Actual Behavior

Error message: program 'complete-lorawan-network-example' not found; available programs are: .... All three examples are not found

Steps to Reproduce the Problem

  1. Following all the Getting Started on https://github.com/signetlabdei/lorawan
  2. No configure error
  3. No build error
  4. Passed test
  5. Executing ./waf --run program-name

Specifications

DvdMgr commented 5 years ago

Hi, can you try running ./waf --run complete-network-example?

I shortened the names of the examples in a recent commit, and I probably forgot to update the readme. In any case, you can always find out which examples are available in the module by going inside the examples folder!

DvdMgr commented 5 years ago

Closing due to inactivity