Download of Readme_INDY_10.txt (Readme_INDY_10.txt ( external link: SF.net): 1,916 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
1,916 bytes
MD5
789465d702e2772c1d963b818991e1ab

專案描述

very basic demo of a client - server application using INDY 10 components ( TIdCmdTCPServer , TIdCmdTCPClient ) . source code for Delphi 2010, XE & XE2 .**** Please use the SVN to download the demo samples (see tutorial for SVN for more details) ***
sample 01: string exchange -> working
sample 02:record /bytes exchange -> working ; 02B : compared to the initial version , here GENERIC RECORD TYPES are used.
02C : extension of version 02B , you may send record type A and get record Type B back or any other combination of sending and receivind different record types
sample 03: more complex sample -> using a GENERIC RECORD TYPE definition ( code not finalized)
sample 04 : stream exchange -> working , take care to update the path setting in the code to your system ( use *.bmp file in this demo)
sample 05: file transfer from client to server -> pass with ASCI
You need to add thread safe VCL interactions, we now add a example here very spoon ( I promise :-) )