I’ve got a few MTC’s, where I normally create an mqtt client app, which then subscribes to lora/+/up to get the incoming, decrypted, base64 encoded message payload from sensors that are associated with the gateways lora network. On the most recent MTC, I’m not getting any messages on that topic, although I do see packets being received. I used mosquitto_sub to test this, and sure enough, I’m not getting anything on …/up. I do get join_request, packet_recv, and packet_sent messages, but do not see anything coming in on lora/+/up. Any ideas on debugging this further? Maybe this path has changed on the latest MTC?
↧