Sending payload over LoRaWAN and NB-IoT/LTE-M simultaneously
-
Hi Guys,
I have a FiPy module and would like to find out if it is possible to send payload over LoRaWAN and NB-IoT/LTE-M simultaneously?
Regards
-
@mcmxii Yes that is certainly possible. Ideally you create 2 threads one for the Lte/NB-Iot and the other for the Lorawan. Depending on the Lorawan class / configuration you should have the threads listening for incoming messages. When there is a message in the output queue it should stop listening and send the message.