signetlabdei / lorawan

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

onoffhelper #165

Closed Gabriela3000 closed 1 month ago

Gabriela3000 commented 4 months ago

Expected Behavior

Hello and thank you very much for all the efforts Does this new version of lora support ns3 traffic modules such as onoffhelper, udp, tcp, etc. Best regards

Actual Behavior

Steps to Reproduce the Problem

1. 2. 3.

Specifications

non-det-alle commented 2 months ago

Hi, what do you mean by "support"? This module does not depend on the other ns-3 modules you mention because they are not strictly required to simulate a LoRa/LoRaWAN network. But you can still (I have done it for specific projects in the past) import these other modules in your local copy of the code and add their functionality based on your needs. For example with minor modifications you could write an application for gateways that uses UDP to forward LoRa traffic to the server.

non-det-alle commented 1 month ago

Closing for lack of activity