Login Page - Create Account

Support Board


Date/Time: Mon, 22 Sep 2025 23:46:06 +0000



Post From: DTC C# code on github

[2014-08-01 17:47:47]
onnb - Posts: 663
ejtrader - are you referring to the header or the server code? I see these as two separate pieces.
Have you downloaded and tried running the github project from here: https://github.com/SierraChart/CSharp-DTC-client

That implements a client but some of the code from it can be used for a server which is what I am currently writing.

The server code I have is just integration code implementing a service provider in c# - it has no error handling, it is not scalable and it doesn't do much ;) It just starts listening, responds to logon requests, sends heartbeats and logs new client requests as they come in.

After I clean them up a bit, I'll gladly post them both.