signetlabdei / lorawan

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

How to use NetAnim while simulating lora? #167

Closed SSFG1992 closed 1 month ago

SSFG1992 commented 2 months ago

Steps to Reproduce the Problem

Hello, Is it possible to make lora simulation visual with NetAnim? Could you give me some tutorials?

Specifications

non-det-alle commented 2 months ago

Hi, NetAnim support is only partial. You can track the node's positions using ns-3's AnimationInterface class, but to the best of my knowledge it does not implement support for LoRa nor tracing generic wireless packets. For more info, please refer to ns-3's animation module documentation.

Supporting this would require a pull request to the main ns-3 repository with changes to the AnimationInterface class; it could be a nice and easy integration, I'll add this to the enhancement tracker.

non-det-alle commented 1 month ago

Closing for lack of activity