signetlabdei / lorawan

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

Running two files in example #50

Closed Prapi123 closed 4 years ago

Prapi123 commented 4 years ago

Hello ,

I am want to run two file one after other automatically. For example, first I run simple-network-example, process it and generate few results. second using those results I will run other file network-server-example. third again I want to run simple-network-example with feedback data. This I want to do in one go. Is there any way?

Thanks

DvdMgr commented 4 years ago

Hi! SEM is a Python library that should allow you to easily do things like this. An alternative might be writing a custom bash script to run simulations and manage the results.

Prapi123 commented 4 years ago

Hello

You can close this issue as I am already using SEM library and posting issue there.