Download of indy_sample_badminton.swf (indy_sample_badminton.swf ( external link: SF.net): 2,827,434 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
2,827,434 bytes
MD5
87fe6b950793ef22af6dc770adaefc46

Projeto Descrição

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 :-) )