Hi… i have an application with 28 devices, communication cycle is 90 sec.
lora-network-server seems to loose some down -messages…
Is there some way to improve tx protocol? Or some options in configurations to improve communications
Here are stats of lora-network-server
root@mtcdt:/var/config/lora# lora-query –stats
{
   “rxCrcErrors” : 0,
   “rxDups” : 0,
   “rxJoinDups” : 6,
   “rxJoins” : 272,
   “rxMicFails” : 1,
   “rxPkts” : 81235,
   “txAckDups” : 19177,
   “txAckPkts” : 80962,
   “txJoins1stWnd” : 12,
   “txJoins2ndWnd” : 174,
   “txJoinsDropped” : 86,
   “txPkts” : 75903,
   “txPkts1stWnd” : 66463,
   “txPkts2ndWnd” : 10494,
   “txPktsDropped” : 4001
}