lorawan icon indicating copy to clipboard operation
lorawan copied to clipboard

Questions about complete network example

Open Benoflynn opened this issue 1 year ago • 2 comments

Hey, I've been using you're complete network example to record data such as packet loss rates vs. no of nodes and delays vs. no. of nodes etc. I had a question regarding the randomness of the simulation as i'm getting the same result for packet loss every time when I use the same number of nodes. Also is the placement of the nodes a set location in the 'building' or is this being randomly generated in some kind of way.

I'm also curious about how the traffic is being generated in relation to no. of packets + rate per node, interarrival stats and the overall statistical behaviour of how the traffic is generated.

Any help in regards to this would be great! Thanks.

Benoflynn avatar Feb 22 '24 13:02 Benoflynn

Also I was curious if you guys have added a protocol layer such as HTTP or MQTT to this module before ... i'm considering attempting this myself and was just curious as to how complex it might be with the LoRaWAN module.

Benoflynn avatar Feb 23 '24 06:02 Benoflynn

I had a question regarding the randomness of the simulation as I'm getting the same result for packet loss every time when I use the same number of nodes.

--RngRun=#

Also I was curious if you guys have added a protocol layer such as HTTP or MQTT to this module before

In this extension I developed, where I was able to send HTTP/UDP packets from simulated gateways to a real network server outside the simulation. Otherwise you could take a look at other ns-3 modules for HTTP and MQTT to combine with this one to achieve your goals inside the simulation.

For all your other questions, please read the code contained in complete-network-example.cc - the answers are written there in the simulation setup. For further clarifications, I suggest you check out the ns-3 manual or the ns-3 tutorial to get started with ns-3's key abstractions.

non-det-alle avatar Feb 28 '24 15:02 non-det-alle

Closing for lack of activity.

non-det-alle avatar Mar 28 '24 14:03 non-det-alle