Lora-net / lora_gateway

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Other
915 stars 742 forks source link

Device can't join in OTAA when the program util_pkt_logger is running #143

Closed Sertixzk21 closed 5 years ago

Sertixzk21 commented 5 years ago

Once the program is off, my device automatically join, as if the program was occupying all my gateway traffic, even tho I can capture datas payloads without problem.

mcoracin commented 5 years ago

you cannot join with util_pkt_logger, it is just a tool to log incoming packet, not related to LoRaWAN. And you cannot run util_pkt_logger in parallel of the lora_pkt_fwd utility as both would use the same HW, which is not supported.

Sertixzk21 commented 5 years ago

I see, do you think there's a way to capture and send payload at the same time?