signetlabdei / lorawan

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

See how long time it takes to a package to be send #63

Closed philipskotte closed 4 years ago

philipskotte commented 4 years ago

Hi,

Im just wondering where I can see how long it takes to send/receive a package when using the file simple-network-example.cc ?

Thank you for you answer!

DvdMgr commented 4 years ago

You can see how long a transmission takes in the logs by enabling the LoraChannel LogComponent. If you want to use the value inside of your script, we can talk about implementing a trace source that does this.

DvdMgr commented 4 years ago

Closing due to inactivity.