联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络(498) 
按平台查找All Unix_Linux(498) 

[网络] TCPserver

linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用
TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c (2013-06-07, Unix_Linux, 3KB, 下载29次)

http://www.pudn.com/Download/item/id/2272825.html

[网络] Socket

Linux下实现客户端、服务器端连接,并且可以互传文件,这里是指定文件的,不是随时任意文件传送,但是可以指定文件名传送任意文件。
Under Linux client, server-side connections and can transfer files, here is the specified file is not sending any file at any time, but you can specify a file name transfer any files. (2013-06-06, Unix_Linux, 3477KB, 下载12次)

http://www.pudn.com/Download/item/id/2271949.html

[网络] linux

SP与SPS系统交互的通讯规范,客户端与SM_Daemon之间采用长连接方式,客户端必须使用分配的用户名及密码登录。登录成功后,每隔5分钟发送一次心跳包。如果服务器端连续三次没有收到客户端的心跳包,将主动断开与客户端的连接。如果客户端连接发送三次心跳包都没有收到相应的回应,则认为服务器故障。
SP and SPS system interactive communications specification, using the long connection between the client and the SM_Daemon, the client must use the assigned user name and password. After successful login, every five minutes to send a heartbeat packet. If the server-side client did not receive three consecutive heartbeat packets will take the initiative to disconnect the connection with the client. If the client connects to send three heartbeat packets are not received an appropriate response that the server failure. (2012-08-29, Unix_Linux, 321KB, 下载46次)

http://www.pudn.com/Download/item/id/1978848.html

[网络] acl

该库跨平台的、支持常见数据算 法、有很好的服务器框架、支持线程池/进程池、支持同步/异步通信、简单易用可扩展、支持HTTP协议、ICMP协议、DNS协议等
The library of cross-platform, support the common data is law, have very good server framework, support thread pool/process pool, support synchronous/asynchronous communication, simple to use can be expanded, support the HTTP protocol, ICMP protocol, DNS agreement (2012-07-11, Unix_Linux, 5313KB, 下载10次)

http://www.pudn.com/Download/item/id/1935787.html

[网络] curl-7.25.0

libcurl主要功能就是用不同的协议连接和沟通不同的服务器~也就是相当封装了的sockPHP 支持libcurl(允许你用不同的协议连接和沟通不同的服务器)。, libcurl当前支持http, https, ftp, gopher, telnet, dict, file, 和ldap 协议。libcurl同样支持HTTPS证书授权,HTTP POST, HTTP PUT, FTP 上传(当然你也可以使用PHP的ftp扩展), HTTP基本表单上传,代理,cookies,和用户认证。
libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! (2012-04-25, Unix_Linux, 3920KB, 下载20次)

http://www.pudn.com/Download/item/id/1844058.html

[网络] tcpchuanshuwenjian

tcp文件服务器和客户点,客户端可以上传和下载,支持一些命令help:显示客户端所有命令和说,明,list:显示下载列表,get:下载,put:上传,quit:退出。
tcp file servers and clients point, the client can upload and download, support some command help: Shows all the commands and the client said that, list: show download list, get: download, put: upload, quit: quit. (2011-07-24, Unix_Linux, 4KB, 下载17次)

http://www.pudn.com/Download/item/id/1605495.html

[网络] usb-modeswitch-1.1.8.tar

将3G上网卡移植到arm板linux时,usb默认的是存储器模式,需要将其转换成上网卡模式才能拨号,usb-modeswitch提供该功能
Will migrate to 3G on the card when the arm board linux, usb memory mode is the default, you need to convert it into a card mode to dial-up, usb-modeswitch provide this functionality (2011-07-18, Unix_Linux, 37KB, 下载32次)

http://www.pudn.com/Download/item/id/1600326.html

[网络] hello-ipv4v6-portable

实现健壮的服务器-客户端的通信代码样例,通过简单的修改可以实现各种功能,IPV4/V6 兼容版本。 根据《IPv6 Network Programming》中的例子整理而成
A achieve robust server- client communication code sample, can be achieved by a simple modification of various features, IPV4/V6 compatible version. According to " IPv6 Network Programming" examples from finishing (2011-05-04, Unix_Linux, 2KB, 下载12次)

http://www.pudn.com/Download/item/id/1517296.html

[网络] newbond

bond :linux shell编程 做服务器时候将两块网卡绑定用此脚本,简化了绑定过程并缩短了时间,绑定过程中可以选择绑定模式(冗余模式、负载均衡模式)。
bond: linux shell programming time to do the server will bind the two pieces of card with this script, simplifying the process and shorten the time bound, the binding of the option binding mode (redundant mode, load balancing mode.) (2010-03-31, Unix_Linux, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1106922.html

[网络] TCP_socket_client_server_file_transfer_program_des

TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片
TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures (2010-02-03, Unix_Linux, 2KB, 下载126次)

http://www.pudn.com/Download/item/id/1057878.html

[网络] ftp

简单的ftp服务器端和客户端,两个程序同时运行,在客户端可以使用pwd、cd、quit、help、get、put、dir等命令进行操作,实现下载、上传文件等操作。
A simple ftp server-side and client-side, the two programs are running at the same time, the client can use the pwd, cd, quit, help, get, put, dir and other commands to download, upload files, and so. (2010-02-02, Unix_Linux, 13KB, 下载29次)

http://www.pudn.com/Download/item/id/1057264.html

[网络] LinuxFTP

ftp服务器设计成为一个守护进程,程序接受三个参数start,stop,restart。程序捕获SIGHUP、SIGQUIT、SIGCHLD、SIGPIPE信号并做相应处理,实现FTP所以命令列表。
ftp server designed as a daemon, the program to accept three arguments start, stop, restart. Program to capture SIGHUP, SIGQUIT, SIGCHLD, SIGPIPE signal and accordingly processing, and FTP so list of commands. (2009-12-29, Unix_Linux, 189KB, 下载31次)

http://www.pudn.com/Download/item/id/1023055.html

[网络] CDataPortProc

CDataPortProc用多个子进程从数据服务器端口读取数据库请求数据,通过MAC校验后, 添加到数据库请求队列中。 入参:全局参数结构
CDataPortProc with multiple sub-process server from the data port to read the request database data, after checking through the MAC, the request is added to the database queue. To the Senate: the structure of the overall parameters (2009-08-13, Unix_Linux, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/876133.html

[网络] LINUX_AP

Linux系统除了可以搭建Web,FTP等服务器外,其对无线网络的支持全面且到位,本文就教大家如何利用Linux搭建一个无线AP。
Linux systems can be set up Web, FTP and other servers, its wireless network to support a comprehensive and in place, this article taught you how to use Linux to build a wireless AP. (2009-08-12, Unix_Linux, 295KB, 下载37次)

http://www.pudn.com/Download/item/id/875811.html

[网络] Linux_TCP_IP

本程序使用TCP套接字开发一个基于Client/Server模型的网络程序,模拟多用户远程登陆服务器的过程,一共四个文件,并有使用说明文档
This procedure used to develop a TCP socket-based Client/Server model of network program to simulate landing long-range multi-user server process, a total of four documents, as well as the use of documentation (2009-08-05, Unix_Linux, 4KB, 下载17次)

http://www.pudn.com/Download/item/id/868114.html

[网络] flashsys

嵌入式无线路由系统openwrt的web配置工具,包括无线配、路由配、dhcp、ip地址、防火墙、qos等功能的配置
Openwrt wireless routing system embedded in web configuration tool, including the wireless distribution, routing distribution, dhcp, ip address, firewall, qos configuration functions (2009-05-26, Unix_Linux, 649KB, 下载53次)

http://www.pudn.com/Download/item/id/778421.html

[网络] FIFOserver

prg8_1.c 互斥对象实例。该程序说明如何使用互斥对象。prg8_2.c 条件变量实例。该程序是一个多线程的无连接并发服务器。prg8_3.c 处理同步线程退出。
prg8_1.c mutex object instance. The program explains how to use the mutex object. Examples of conditions prg8_2.c variables. The program is a free multi-threaded concurrent server connections. to deal with thread synchronization prg8_3.c quit. (2009-05-06, Unix_Linux, 20KB, 下载2次)

http://www.pudn.com/Download/item/id/746794.html

[网络] NS2_network_simulator_based_on_the_Ad_hoc_network_

基于网络仿真器NS2的Ad hoc网络路由协议仿真 一篇介绍ad hoc仿真的文章,非常好
NS2 network simulator based on the Ad hoc network routing protocol simulation of a simulation of ad hoc introduction of the article, very good (2009-02-14, Unix_Linux, 44KB, 下载56次)

http://www.pudn.com/Download/item/id/643623.html

[网络] linuxnet

linux下的网卡测速程序,使用udp编写,同时也是一个很好的linux网络编程范例,cudp为客户端程序,而sudp为服务器程序
linux network card under the gun, the use of udp preparation, but also a very good example of linux network programming, cudp for client programs, and procedures for server sudp (2008-05-20, Unix_Linux, 3KB, 下载26次)

http://www.pudn.com/Download/item/id/467100.html

[网络] scc_scd

在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户,广播消息,单对单发消息等常用功能。程序使用了ncurses编程。其中有说明文档
in achieving a more chatting tools server and the client. The tools support shown online users, broadcasting news updates, one-to-one commonly used functions such. Program uses ncurses programming. With documentation (2005-12-13, Unix_Linux, 118KB, 下载136次)

http://www.pudn.com/Download/item/id/133278.html