Hello!
How to write TCP/UDP daemon and client in Fivewin/Harbour? BTW, I use IP*Works VCL in Delphi:
http://www.nsoftware.com/products/compo ... aemon.aspx
http://www.nsoftware.com/products/component/ipport.aspx
http://www.nsoftware.com/products/compo ... pport.aspx
Thanks, Roman
Writing TCP/UDP server and client in FWH
Writing TCP/UDP server and client in FWH
© I'm not patented!
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Writing TCP/UDP server and client in FWH
Roman,
Please review FWH\samples\sockserv.prg and sockcli.prg
Please review FWH\samples\sockserv.prg and sockcli.prg
Re: Writing TCP/UDP server and client in FWH
Hello!
Regards, Roman
CMIIW, but this is only for TCP/IP connections ?Antonio Linares wrote:Please review FWH\samples\sockserv.prg and sockcli.prg
Regards, Roman
© I'm not patented!
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Writing TCP/UDP server and client in FWH
Roman,
Current FWH Class TSocket is managing TCP connections only. But we are currently finishing a modified Class TSocket version that also manages UDP connections.
We may have it ready in a few days. You could start using TCP and then use UDP when we finish our changes and also provide a test
Current FWH Class TSocket is managing TCP connections only. But we are currently finishing a modified Class TSocket version that also manages UDP connections.
We may have it ready in a few days. You could start using TCP and then use UDP when we finish our changes and also provide a test
Re: Writing TCP/UDP server and client in FWH
Antonio,
If so, it would be a great addition for me.
Thanks,
Davide
could it be used to broadcast messages on a LAN ?Antonio Linares wrote:we are currently finishing a modified Class TSocket version that also manages UDP connections.
If so, it would be a great addition for me.
Thanks,
Davide
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Writing TCP/UDP server and client in FWH
Davide,
Yes, you could do that using UDP
Yes, you could do that using UDP