Support Board
Date/Time: Tue, 22 Apr 2025 21:26:52 +0000
Post From: DTC Protocol
[2016-03-27 21:21:37] |
Guilherme - Posts: 66 |
I've passed through all these questions you have now. But my main development is a DTC server, using Sierra as the client. My understanding is that since the request was in binary encoding format, the response should be in that format too. And after this, all messages should be using json (in you case). When implementing a server and connecting to it with Sierra, I was receiving a binary encoding request and sending back a protocol buffer message, but Sierra could not understand it yet. I had to answer with a binary encoding response and after that I could use protocol buffer normally.
|