Catching join-requests from all lora devices

Is it possible to detect via MQTT or REST API join-requests from any lora devices before OTAA/ABP registration?

Technically you could subscribe to all gateway events and filter out the join-request messages. Alternatively, you can subscribe to the join events, but this event is issued after a join-accept.

1 Like

Thank you, subscribing gateway events approach works good. I hope this is legit method.