搜索资源列表
I9D6_Demos
- 大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例 -The example programs of well-known indy controls for delphi 7.0 have ftp, udp, etc.
用Delphi编写局域网中的UDP聊天程序
- Internet盛行的今天,网上聊天已成为一种时尚。同时,各单位已建成了自己的局域网;能否在局域网上实现聊天呢?可以,网上到处都有这种工具。当然,我们可以拥有自己版权的聊天工具。-popularity of the Internet, online chat has become a trend. Meanwhile, the unit has completed the construction of its own LAN; The LAN can achieve chatting? C
SOCK_MULTICAST
- 用DELPHI写的用Socket实现UDP组播的例程.-with Delphi written with Socket UDP Multicast routines.
2004100111112520622
- TCP/UDP局域网通讯 通过SOCKET,用DELPHI实现的可以在局域网中实现通信的程序。-TCP / UDP Socket LAN communications through the use of the DELPHI in LAN communications procedures.
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
Upd Chat Sample
- Delphi UDP Chat sample with broadcast data
用API 写的 TCP/UDP 演示程序
- 用DELPHI API 写的 TCP/UDP 演示程序