搜索资源列表
TranData
- 基于socket的通讯。后台是unix c 前台是delphi。
ee450_zhiqi_session4.tar
- 用C++实现的socket网络通讯程序,完成在TCP和UDP之间的通讯,在UNIX上实现成功
C_server
- 本代码是unix环境下C语言编写的运用TCP/IP 协议的SOCKET网通通信的SERVER端。-The code is written in C under unix environment, the use of TCP/IP protocol to communicate SERVER SOCKET Netcom end.
echoclient
- unix program of echo client for tcpip socket programming learning
echoserver
- unix program of echo server for tcpip socket programming learning
chargenclient
- unix program of chargen client for tcpip socket programming learning
Addison.Wesley.UNIX.Network.Programming.Volume.1.3
- 一本学习socket的良好书籍,内容详细,条例分明-A good book to learn socket
socketprogramming
- A great guide in Unix socket programming.Both TCP and UDP included. If you are interested in socket programming, you will love it.
TCPChat
- 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
socketcc
- or those wishing to develop socket based network applications in a C++ class oriented environment. This library allows creation of sockets as classes as well as IPv4 and IPv6 address representation as a class abstraction. The main aim is to all