搜索资源列表
Linux-socket-serverandclient
- Linux下各类TCP网络服务器的实现源代码,刚刚在一个嵌入式开发项目中借用的socket通信的服务端和客户端的源程序。-various Linux TCP network servers to achieve source code, just embedded in a development project in the use of socket communication services and clients of the source.
广播服务器
- 在Linux下的基于TCP/IP协议的广播服务器和客户端程序。初学着很有用啊!!
tcpproxy-1.1.4.tar
- tcp代理服务器 -tcp proxy server
epoll
- linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
Sample-TCP-Server-Client
- Linux下简单 的 TCP 服务器和客户端端代码-Simple TCP Server and Cliet under Linux
service
- LINUX下的一个TCP服务器小程序。学习unix网络编程的朋友可以下来参考参考-LINUX under a TCP server applet. Learning unix network programming friends can down reference reference
LinuxtcpServer
- Linux网络编程中TCP服务器端的代码,简单易懂,适合初学者学习。-Linux Network Programming TCP server-side code, easy-to-read, suitable for beginners to learn.
TCP
- linux TCP/IP编程,有服务器和客户端,是非常好的模板-linux TCP/IP programming, there are server and client, is a very good template
ftp
- 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
tcp
- linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
LINUX
- 数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
chat_example.tar
- Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
TCPsever
- TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
TCP
- linux下socket网络编程(服务器端和客户端)-socket network programming under linux (server and client)
TCP-server-client
- linux下基于TCP协议的通信程序,服务器发送和接收数据-communication program in C
linux-tcp
- linux网络应用编程,涵盖两个程序代码,一个是服务器,一个是客户端-linux network application programming covers two program code, one server, one client
VCPP6.0-Linux-TCP-chatroom
- tcp_server.c运行于linux,用于作服务器。客户端用VC++6.0开发,实现了网络聊天室和单对单聊天功能。-tcp_server.c run in linux, is used as a server. The client development VC++6.0 used Internet chat rooms and a single on-one chat function.
tcp
- Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
Linux-tcp-mail-systen-desigen
- 基于linux平台tcp协议的邮箱系统实现,C/S架构,服务器采用多线程实现,客户端使用纯控制台,系统统一使用C语言和一些linux系统函数。-Linux tcp protocol based platform mail system implementation, C/S architecture, multi-threaded server implementation, the client uses a pure console, unified system using the C l
Server
- 使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)