signetlabdei / lorawan

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

Downlink Transmission and Receive Power #70

Closed Fundoprajakta closed 4 years ago

Fundoprajakta commented 4 years ago

Hello,

How can I approach to find out Downlink Transmission power and Received Power for signal?

Thanks and Regards

DvdMgr commented 4 years ago

Hi, are you looking for this information inside the PacketTracker?

Fundoprajakta commented 4 years ago

Hello,

My Idea is to get SNR and RSSI value for downlink as well.

shobhitaggarwal92 commented 4 years ago

Hello Prajakta Can you please let me know how to unable downlink traffic?

Thanks

Fundoprajakta commented 4 years ago

Hello @shobhuagg1992

The Downlink traffic is already enabled in the module. You have to set LoraMacheader value to confirmed_data _up. With Packettracker you can compute the metrics. You can check issue no. 40 which is closed now. I have discussed with @DvdMgr about this earlier. You can also visit my profile and check lorawan repository which I forked from here to draw some inspiration from the changes that I have made.

Thanks

shobhitaggarwal92 commented 4 years ago

Awesome. Thank you so much, will try that.