It’s like this.
I deployed the chipstack platform using Docker Compose in the early stages. Currently running well.
My Raspberry Pi plays the role of a gateway.
The current version being used is “lora_pkt_fwd” Version: 2.1.0;
Because it supports SX1302
And through “global_conf. json”
"Server-address": "xxx. xx. xx. xx",
"Serv_port_up": 1700,
"Serv_port_down": 1700,
My understanding now is that
Raspberry pie can be made through chipstack concentratord-sx1302
Can I forward it directly to my MQTT platform with chirpstack mqtt forwarder?
Unfortunately, they seem unable to work
But I found that using lora_pkt_fwd and chirpstack mqtt forwarder works. I’m a bit confused
Oh. Thank you for answering my confusion. Then I will continue to use version 2.1.0.
For the OS operating system, I am not inclined towards ChirpStack Gateway OS (Base) because there are other environments and businesses on my system.
But can you tell me which two programs I want to install on Raspberry Pi and send them directly to my EMQX service? And without going through the chipstack concentrator.
You are looking at the Application MQTT integration. These certificates must (if the MQTT broker is correctly configured) be used by MQTT clients wishing to receive the data of the devices under this application.
Oh, I roughly understand what you mean.
MQTT inheritance is verified through certificate authentication, rather than account password authentication.
The MQTT client on the other end must be verified with a certificate issued by chirpstack in order to pass.
I thought it was configuring the address of the EMQX platform from this web and publishing forwarding.