signetlabdei / lorawan

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

Add complete Network Server implementation #2

Closed DvdMgr closed 7 years ago

DvdMgr commented 7 years ago

The currently available SimpleNetworkServer doesn't consider MAC commands when crafting responses, and was designed with a somewhat arbitrary architecture.

A more complete NetworkServer application would be able to leverage LoRaWAN MAC commands to configure the network (via Adaptive Data Rate, for instance), and support join procedures.

DvdMgr commented 7 years ago

Moving this issue to a milestone.