Loraserver.io v.3, MQTT, JoinRequest

Hi.

I have installed a dockerized loraserver.io version 3.0. How i can catch joinRequest from mqtt??

which topic?

yrs.
Ismo

There are a bunch of ways.

https://www.loraserver.io/lora-app-server/integrate/sending-receiving/

https://www.loraserver.io/lora-app-server/integrate/sending-receiving/mqtt/

I think joinRequest is not exposed to MQTT, it has JOIN event which means that there is a joinAccept
finished for a device.

Show me one. I have read those documents. There is no direct way to get mType.

mType is not exposed to application data actually, there is only rx,join,error event for user. I think we don’t need to care about the mType in LoRaWAN frame, it is and should be ignorant to user.

1 Like