CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux tcp server

搜索资源列表

  1. RAW SOCKET编程与以太网帧分析

    1下载:
  2. RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-26
    • 文件大小:5373
    • 提供者:hgn
  1. kiate-1.6

    1下载:
  2. 一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上 一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 还支持tcp端口映射,可以实现别人访问你的内网主机。 有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 ki
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-10
    • 文件大小:1830958
    • 提供者:迷失
  1. QQ

    0下载:
  2. QQ聊天程序设计及说明文档,Linux操作系统,且装有TCP/IP,及POP3,SMTP协议,运行服务端要装有MYSQL数据库-QQ chat program design and documentation, the Linux operating system and equipped with TCP/IP, and POP3, SMTP protocol, run the server should be equipped with MYSQL database
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-21
    • 文件大小:831843
    • 提供者:maskkid
  1. server11

    0下载:
  2. 本文是基于linux的tcp协议的网络编程,这是服务器端,能实现简单的收发功能。-This article is based on the tcp protocol linux network programming, which are server-side, easy to realize the transceiver function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:vivian
  1. client_server

    0下载:
  2. Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:3473
    • 提供者:taomic
  1. ratetest

    0下载:
  2. 支持客户端和服务器间的tcp连接,并可以测试速率. 支持windows和linux平台.-Client and server to support the inter-tcp connection, and speed test. Support windows and linux platform.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-28
    • 文件大小:48136
    • 提供者:lzjie
  1. src

    0下载:
  2. 与远程服务期的指定端口建立连接并发送测试数据,unix/LINUX redhat 2.6.18-92.el5上CC/gcc编译通过-it builds up a tcp connection with remoted server and assigned port,after connection built, it sends test data to the server, compiled with cc/gcc under unix/linux redhat 2.6.18-92.el5
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:12018
    • 提供者:wang yong
  1. z_socket

    0下载:
  2. linux 下udp和tcp的客户端和服务器的程序,分类.-linux udp tcp client server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:444614
    • 提供者:zqj
  1. udp

    0下载:
  2. 在linux下变写的udp程序,有客户端,服务端(都差不多不像tcp那么有明显的区别)-Under the change in the linux written udp procedures, client, server-side (not tcp then there are more or less clear distinction)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:2653
    • 提供者:英特查
  1. linux_tcp

    4下载:
  2. Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。 -Socket Programming Linux environm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:4870
    • 提供者:艾萌
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:13214
    • 提供者:马逸
  1. wintcp.tar

    0下载:
  2. linux下qt库的qtopia环境的c++编程 实现服务器端字符传送给客户端 基于tcp协议-qt library qtopia under linux environment, c++ programming server-side character to send to the client based on the tcp protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:39245
    • 提供者:金敏
  1. time_service

    1下载:
  2. Linux下一个网络编程实例。这要是客户端通过TCP请求服务器端得时间服务。-An example of network programming under Linux. This is if the client requests the server-side through the TCP time service too.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:2034
    • 提供者:张鸿
  1. udpclient

    0下载:
  2. 这个是udp服务器的一个程序,运行在linux下,可以学学套接字和tcp的工作机制。-this is udp server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:shiyinyan
  1. shiyan1

    0下载:
  2. (1)复习Linux操作系统下的C语言程序的编辑、编译方法,完成简单的变元表读取显示程序。 (2)通过简单程序学习套接字地址、IP地址相关处理函数的使用。 (3)通过两个能完成基本通信功能的TCP服务器程序和客户机程序学习基本Socket函数的使用。-(1) under the operating system review Linux C language program, editor of the compilation approach, complete simple chan
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:8641
    • 提供者:李洪旭
  1. UDP

    0下载:
  2. Linux平台下的基于TCP/IP协议的UDP服务器,同样只实现简单通信,C/S架构,支持并发连接。-Linux platform based on TCP/IP protocol UDP server, as only simple communication, C/S architecture, support for concurrent connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:1612
    • 提供者:张三
  1. 450913ftp-svr-clt

    0下载:
  2. ftp服务器源码,基本实现了ftp的功能。文件传输,远程登录等。在linux下实现,基于tcp。-ftp server source code, the basic realization of the ftp function. File transfer, remote login, and so on. In linux to achieve, based on tcp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:24980
    • 提供者:ether
  1. scoket_chat

    0下载:
  2. Linux系统下实现TCP/IP客户端和服务器之间的通信-Linux system to achieve TCP/IP client and server communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:723
    • 提供者:谢万鑫
  1. socket_c_s

    0下载:
  2. 包含了linux下socket通信的客户端和服务端,包括tcp和udp的两种方式-Contains the socket communication under linux client and server, including two ways of tcp and udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:10492
    • 提供者:your name
  1. examples

    0下载:
  2. 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:19760
    • 提供者:李三
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com