搜索资源列表
手机短消息服务的服务器和客户端.tar
- 手机短消息的服务器端和客户端的源代码 是应用于LINUX/UNIX开发环境的-phone short message server and client source code is used in Linux / UNIX development environment
atm
- 这个是在linux环境下编写的一个客户/服务器程序,实现的是银行atm机功能
Linux_Socket_Programming_By_Example
- 目前已经有很多介绍计算机网络的书籍,但是它们之中的大多数似乎更适合于高级编程者,而对于众多只想了解使用方法的初学者而言,就显得太深奥了。 读者通过学习本书,可以掌握有关套接口编程的知识。同时,本书使用一种称为\"BY example\"的方法来提高读者的学习效率,书中每一章的内容都是建立在前一章的基础之上的。第一部分“基本套接口概念”在阐明域和地址族,套接口的类型以及面向连接/非连接协议等基本概念的基础上,介绍了简单的客户/服务器程序的编写方法和主机名/网络名查询程序的编写方法。在掌握了
实例101 Linux下编程实现服务器与客户端的连接
- Linux下编程实现服务器与客户端的连接-Programming Linux server and client connections
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
udp 用UDP写一个客户端和服务器
- 用UDP写一个客户端和服务器 能够用UDP协议实现两者之间的通信的程序; -Used to write a UDP client and server to use UDP protocol for communication between the two procedures
rtsp_emu.tar
- 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
sntp
- 作为一个系统的时间同步内容,可以再客户端需要进行时间同步时向服务器请求,服务器对客户端的系统进行同步。-As a system time synchronization, it can be again the need for time synchronization client when a request to the server, the server on the client system for synchronization.
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
CS
- Linux环境下实现的客户服务器代码,简单易懂,适用于新手参考学习。-Under the Linux environment of the client-server code, easy-to-read, study and apply to new reference.
wlet
- linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
unpv13e
- 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
udp
- linux下udp通信,包括服务器和客户端-udp communication under linux, including the server and the client
linuxsocket
- 用Linux C实现了服务器与客户端数据通讯,已通过测试,代码完整,请试用!-It realize the communication of server and client.It is written by linux C.It has been tested.
6
- TCP回射服务器 服务端能够接受客户端发来的消息,回射显示-TCP back to shoot a server to accept client server sent a message to return to radio show
socket
- 在Unix里面的模拟一个客户服务器模式的程序,很好的模拟了C/S模式-In the Unix inside a client-server model simulation program, a good simulation of the C/S mode
http_proxy.tar
- http proxy是一种中间代理服务器,能够接收客户端浏览器发送的请求信息,并将请求信息转发给远端的web服务器,web服务器又根据客户端的请求,将信息返回给http proxy,最后由http proxy转发给客户端。-1
FTP客户端
- FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
file_server
- 实现了客户服务器模式的的文件服务器,能够进行上传和下载文件(A file server based on client server mode is implemented, which can upload and download files.)