[fpc-pascal] Example of using TInetSocket, please

silvioprog silvioprog at gmail.com
Tue Sep 22 06:50:43 CEST 2015


On Tue, Sep 22, 2015 at 1:40 AM, Bo Berglund <bo.berglund at gmail.com> wrote:

> [...]

Are there some examples of sending binary data between a TCP/IP server
> and the TInetSocket socket? If so please post links.
>

FPC has some TCP/IP (using TInetSocket) demos, and you can see that on its
sources, eg:

Client: <FPC folder>\source\packages\fcl-base\examples\dsockcli.pp
Server: <FPC folder>\source\packages\fcl-base\examples\dsocksvr.pp

And you can enjoy some third party demos too, take a look at this small
project:

https://github.com/silvioprog/tcpipcomp

Good luck! =)

-- 
Silvio Clécio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20150922/bb01fe62/attachment.html>


More information about the fpc-pascal mailing list