lorawan icon indicating copy to clipboard operation
lorawan copied to clipboard

An ns-3 module for simulation of LoRaWAN networks

Results 25 lorawan issues
Sort by recently updated
recently updated
newest added

### .pcap tracing (Issue #87): - helper/lora-helper: Extending class to support promiscuous traffic sniffing using .pcap files. Implementation follows the one in PointToPointHelper base Ns-3 class. Check EnablePcap() Ns-3 docs...

## Expected Behavior According to The LoRa Modem Designer's guide, the duration of a preamble is (nPreamble + 4.25)*Tsym but in class-a-end-device-lorawan-mac.cc the +4.25 is omitted. ![image](https://user-images.githubusercontent.com/21663774/172833192-3b4925ff-d41f-42b6-9104-45798f837e1d.png) ## Actual Behavior...

## Expected Behavior According to the specifications (either 1.04 or 1.1), each LoRa message should finish with a 4-octet message integrity code (MIC). I could not see this anywhere, and...

## Expected Behavior HELLO I WILL TO SEE THE FILE TRACE WHEN I EXCUTE THE MODULE LORAWAN IN NS3 PLEASE . ## Actual Behavior ## Steps to Reproduce the Problem...

This request improves NbTrans support by causing both unconfirmed and confirmed traffic to be transmitting NbTrans times. This code was written for class A devices and whilst NbTrans is supported...

## Expected Behavior to simulate authentication and encryption Hi, I want to simulate the LoRaWAN Backend system, in which the system consists of Join, Network, and Application servers. The use...

Hi Is Python bindings built for lorawan module? I'd like to call lorawan module using Python. Looking forward to your answer, thanks!

Not a defect/problem/strange behaviour per se, but I'd like to contribute multi-hop capability to the module.

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...

This pull request is meant to fix the problem brought up in issue #150 `NetworkServerHelper::Install` used to implicitly create a point-to-point connection between gateways and the network server. Specifically, this...