Login Page - Create Account

DTC Protocol Discussion Forum


Date/Time: Fri, 29 Nov 2024 14:34:41 +0000



Post From: Google Protocol Buffers and Python example?

[2020-10-13 13:44:18]
vp_ftw - Posts: 12
Worthy to note, the .proto spec used in that python project are outdated (v7?). The wire structure is a relatively easy read outside of the binary encoding portions for the initial encoding request.. There's some unused code present in some of the bin_encode and bin_decode functions before protobufs were implemented if i had to guess.

Here's my work in progress from go: https://github.com/RileyR387/sc-dtc-client/blob/master/dtc/connection.go

At this moment, the logon procedure is improperly located in dtc/accountData.go