Support Board
Date/Time: Mon, 25 Nov 2024 22:27:00 +0000
Post From: DTC client example
[2024-02-01 01:39:54] |
Zorin - Posts: 19 |
Note: in ClientDialog.cpp , IP address has to be applied IN CODE, like this: #include "stdafx.h" #include "ClientDialog.h" #include "resource.h" client_dlg::client_dlg(UINT resID) : CDialog(resID) , ip_address("192.168.1.10") , logon_state(DTC::LogonStatusEnum::LOGON_ERROR) Otherwise - it always tries to connect to 127.0.0.1, and it does NOT take IP addr from the GUI form PS Sierra's "built in" DTC client - not good for testing; too many restrictions , and what's caused by CME restrictions , and what's due to lack of testing - hard to tell AND: for a very basic connectivity tests, we can always use PuTTY + RLogin [Sierra will kick us out in a few seconds, but we'll be able to see a connectivity prompt - at least , plus - client counter will blink for a few seconds too) Date Time Of Last Edit: 2024-02-01 04:34:47
|
rlogin_prompt.png / V - Attached On 2024-02-01 04:28:53 UTC - Size: 8.53 KB - 66 views rLoginTests.jpg / V - Attached On 2024-02-01 04:34:16 UTC - Size: 220.77 KB - 89 views |