Alessandro Aimi

Results 24 comments of Alessandro Aimi

I checked the malformed payload error for downlink frames sniffed by devices. After a bit of testing with LinkAdrReq frames, it seems that the Wireshark dissector expects 4 bytes of...

Hello, As mentioned previously by @DvdMgr, I added bidirectional Pcap sniffing (before was only on reception). For packets captured on transmission I put 0 for SNR and RSSI in the...

I am closing this branch due to lack of replies from maintainers.

Hello Clément, Yes, we are aware of this problem (among others!) in the current implementation of the MAC layer. In general, real LoRaWAN applications would not request two uplink transmission...

From the top of my head, here are some of the things you will probably need to do: * Extend `ClassALorawanEndDevice` with your new class B model, and introduce therein...

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

Closing for lack of activity.

Hello @pagmatt, Here is a new version, I tried to make it as clean as I could get it on my own. I rebased it onto develop, but you can...

Hello @pagmatt, I don't see your comment here

> This instruction generates an error: msg="Attempted to dereference zero pointer". This is probably because you are calling `m_receiveCallback` (i.e., `LoraNetDevice::Receive`) before setting the callback with `LoraNetDevice::SetReceiveCallback`. The pointer to...