G'Day All,

I was wondering if someone had come across a freeware library or component
set that would allow you to send a "message" over TCP / UDP where you could
specify types etc. and have the component / library encode the information
for transmission and decode for receiving.

Eg.

procedure SomeComponent.SendMyMessage(Name : TName; SName : TSName; Age :
TAge);


In code

SomeComponent.SendMyMessage('Donovan', 'Edye', 10);

Component handles encoding of the packet payload and then sends it via TCP /
UDP

Another component decodes and receives the message.....

------------------------------------------------------------------------
--Donovan
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems, Delphi Developer
Web: www.namsys.com.au E-Mail: [EMAIL PROTECTED]
Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
TVisualBasic = Class(None);
------------------------------------------------------------------------

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to