Gateway bridge - Truncated payload

Hello,

I have a problem with my RK7258.
I want to use it with my external LoraServer+LoraAppServer.
So I just configure the embedded bridge to publish MQTT messages to my MQTT broker.
But longer payloads are truncated, and the JSON document is not valid either.
Here is an example below with 2 packets from 2 gateways (One is RAK831 the other one is RAK7258)

{"rxInfo":{"mac":"MACRAK7258KO","timestamp":1169217923,"frequency":867900000,"channel":4,"rfChain":0,"crcStatus":1,"codeRate":"4/5","rssi":-75,"loRaSNR":9.3,"size":185,"dataRate":{"modulation":"LORA","spreadFactor":7,"bandwidth":125},"board":0,"antenna":0},"phyPayload":"QGbs1wYA2gcCkp+OAd82uJlUvE+bxDrajxR6sC77HCI0Ua5WIkd+H7A7SwyjpHFDB9omzehXLkmUBtsKOw8Dq3sxeCaKBUegADBzOfAuHajejOJY}
{"rxInfo":{"mac":"MACGATEWAYOK","timestamp":2971348660,"frequency":867900000,"channel":7,"rfChain":0,"crcStatus":1,"codeRate":"4/5","rssi":-33,"loRaSNR":9.5,"size":185,"dataRate":{"modulation":"LORA","spreadFactor":7,"bandwidth":125},"board":0,"antenna":0},"phyPayload":"QGbs1wYA2gcCkp+OAd82uJlUvE+bxDrajxR6sC77HCI0Ua5WIkd+H7A7SwyjpHFDB9omzehXLkmUBtsKOw8Dq3sxeCaKBUegADBzOfAuHajejOJY6CroITxXV8uzACDg551XP07XgIgi1ZnDlPest/bNbHOo+my7OozBat79bkWbW4QyKRyS8O4ePJHatKxatSwaFyi7f0gi9l5NAvr9e0EIo10j77UtOmo/Bx6BM9oM9UnvHEEy8IY="}

“QGbs1wYA2gcCkp+OAd82uJlUvE+bxDrajxR6sC77HCI0Ua5WIkd+H7A7SwyjpHFDB9omzehXLkmUBtsKOw8Dq3sxeCaKBUegADBzOfAuHajejOJY6CroITxXV8uzACDg551XP07XgIgi1ZnDlPest/bNbHOo+my7OozBat79bkWbW4QyKRyS8O4ePJHatKxatSwaFyi7f0gi9l5NAvr9e0EIo10j77UtOmo/Bx6BM9oM9UnvHEEy8IY=” ===>>> “QGbs1wYA2gcCkp+OAd82uJlUvE+bxDrajxR6sC77HCI0Ua5WIkd+H7A7SwyjpHFDB9omzehXLkmUBtsKOw8Dq3sxeCaKBUegADBzOfAuHajejOJY”

Thanks for the support

Hello,

What version of LoraServer/LoraAppServer you are using? The newest version from https://www.loraserver.io/ uses Google’s protobuf as default. You may need to install the newest Lora Gateway Bridge

Just a thought.

Neil

Hey Neil,

Thanks for your answer,

I am using the LoRaGateway_1.1.0049_Release_r182 firmware on the RAK7258.
https://downloads.rakwireless.com/en/LoRa/Indoor-Gateway-RAK7258/Firmware/
(Latest version in date)

Adrien

Hello Adrien

How about the loraserver? what version? I suppose this is from loraserver.io

Neil