> - for each device the PC has one UDP socket for the sending side.
That is not necessary. You can send using the [single] listening socket. Use
SendTo instead of Send method.
> - I'd like to get rid of my fixed IP address.
As far as your Delphi program is concerned, this has no impact. It only
Hello,
I fear you all haven't yet completely understood my problem, so
here I go again:
- my application uses UDP and must use it
- there is one PC
- there are up to several (can also be only be one device but
that doesn't matter) hardware devices where I've no control over
the firmware exc
Hi,
Did you check mimeutils.pas? Just an idea...
Best Regards,
SZ
On 12/27/07, Wilfried Mestdagh <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> on top of HttpProt.pas:
> Mar 12, 2002 Added UrlEncode and UrlDecode functions
>
> But I cannot find them. Never implemented ?
>
> --
> Rgds, Wilfried
> ht