ESP32_LoRaWAN icon indicating copy to clipboard operation
ESP32_LoRaWAN copied to clipboard

Is there a way of indefinitely listen downlink messages?

Open matiassequeira opened this issue 5 years ago • 1 comments

Hi, I'm conducting a security research on lorawan and I have a Esp-32 device. I was wondering if it's possible to constantly listen to any downlink message on a certain downlink channel, in order to print all of them? Could you provide directions about which modifications should be done?

Best

matiassequeira avatar Jul 15 '19 18:07 matiassequeira

This code contains the downlink processing function, and the downlink information received by the node will be printed out through the serial port.

Heltec-Aaron-Lee avatar Aug 01 '19 03:08 Heltec-Aaron-Lee