Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 17:12:35 +0000



Post From: DTC Protocol - LOGON_REQUEST

[2024-10-07 15:30:44]
User388741 - Posts: 9
I assume you have either set the DTC server to JSON or are doing the REQUEST_ENCODING exchange when you connect, otherwise DTC won't parse your JSON messages.
Make sure you enable JSON logging in the DTC server settings to see if Sierra actually parses anything.

Also, while the syntax is correct, the message body isn't.
"MessageType" key needs to be called "Type" and the value needs to be an int.

Try sending just this:
{
"Type": 1,
"ProtocolVersion": 8,
"HeartbeatIntervalInSeconds": 20
}