signetlabdei / lorawan

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

How to modify to support multicast? #82

Closed QiuYukang closed 4 years ago

QiuYukang commented 4 years ago

I have made some modifications so that the Network Server can send packet to EndDevice at any time. I want to implement the multicast function, can you give me some guidance about this? Thank you very much!

DvdMgr commented 4 years ago

Hi! In order to implement Multicast, I'd say the very first thing is to implement Class B or Class C devices, since a subset of Class A devices will need to switch to that behavior for a set amount of time. I'd keep development of NetworkServer code as the last part!