Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » Decoding the kura payload on the cloud
Decoding the kura payload on the cloud [message #1732487] Tue, 17 May 2016 15:19 Go to next message
Gabriel Dias is currently offline Gabriel DiasFriend
Messages: 4
Registered: May 2016
Junior Member
Hello Folks,

We are sending our data to our MQTT broker on the cloud using Kura with Protobuf.
Since we have many sources that will read the Payload, like a app to save the Payload on a database, webapp to show the data, and others.
Does it makes sense to develope a decoder to the Payload and republish the message to the MQTT broker or is better to decode the Payload on every software ?

Thanks in advance.
Re: Decoding the kura payload on the cloud [message #1732510 is a reply to message #1732487] Tue, 17 May 2016 19:18 Go to previous message
David Woodard is currently offline David WoodardFriend
Messages: 420
Registered: July 2014
Senior Member
Hello,

If you are using Protobufs, I would decode the payload at each endpoint. I think if you decode before publishing to the broker, it would be easier to just not use Protobufs.

Thanks,
--Dave
Previous Topic:what is the Minimum Harware Requirements for Kura
Next Topic:ble disconnect
Goto Forum:
  


Current Time: Sat Apr 27 01:54:17 GMT 2024

Powered by FUDForum. Page generated in 0.03075 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top