florasim / flora

This is a set of modules to simulate LoRa networks
Other
53 stars 37 forks source link

ADR doesn't seem to work on the network server #57

Open Jung-HyeonHO opened 2 years ago

Jung-HyeonHO commented 2 years ago

Hello

I'm running an ADR simulation of FLoRa

I setting .networkServer..evaluateADRinServer = true

When I start all nodes with SF12 but there was no change

Do I need to make any other settings?

would you help me?

My guess is that the lora node does not receive the SF calculated by the network server.

mariuszslabicki commented 2 years ago

Hi

It is a bit surprising, before we get to the debugging of ADR - have you verified that messages from nodes are reached by GW, and if NetworkServer is creating ADR packages, are they received by end nodes?

camejuanm commented 1 year ago

Hi, I encountered the same issue. image

as you can see from the image, the end nodes does receive ADR commands

camejuanm commented 1 year ago

hi @Jung-HyeonHO do you still have the same issue? have you found what is causing Network Server ADR not affecting end node SF/TP?