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

This instruction generates an error: msg="Attempted to dereference zero pointer". I try to find the problem, and I want to ask why you filled empty empty stuff in ptotocol and...

bug

The lorawan module is going through a series of changes. The present issue is raised to document and list future changes and changes done so far. The list is meant...

enhancement

# MIC Trailer (Issue #123): ## Proposed Changes - Added two files (one header and one source) for Trailer: - model/lorawan-mic-trailer.cc - model/lorawan-mic-trailer.h - model/lorawan-mic-trailer: Added in [AES128_CMAC](https://www.rfc-editor.org/rfc/pdfrfc/rfc4493.txt.pdf) and [AES-128](https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=901427)...

Hi, The max packet sizes allowed to be sent for each DR in EU region don't seem to match the ones defined in the official docs. For example, DR0 has...

Hi, I've been recently working on a module based on the PHY layer implementation of this module for LoRa mesh. I was wondering if the module could be contributed perhaps...

Hi, I'm working with LoRaWan module for ns-3. However, I'm working on LoRa Phy, I don't want LoRaWan Stack in my simulation. I want that SimpleEndDeviceLoraPhy recive a packet from...

https://github.com/signetlabdei/lorawan/blob/e8f7a21044418e92759d5c7c4bcab147cdaf05b3/model/class-a-end-device-lorawan-mac.cc#L279 Code in the comments is already implemented in this function.

https://github.com/signetlabdei/lorawan/blob/e8f7a21044418e92759d5c7c4bcab147cdaf05b3/model/end-device-status.h#L237 The comment was coppied from another function - should be corrected

Hi, @DvdMgr thanks for your response. Could you give me a suggestion? **What kind of simulator can we use to simulate the full package of security features within LoRaWAN's environment?**...

## Expected Behavior Hello, if I send two uplink packets from the same node in a short time, I encounter 2 different behaviors for the second packet's transmission. The expected...

bug
enhancement