On Tue, Sep 22, 2015 at 1:40 AM, Bo Berglund <bo.bergl...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to