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

搜索资源列表

  1. sproxy

    0下载:
  2. TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2043
    • 提供者:bob
  1. czsocket

    0下载:
  2. 自己写的Unix/Linux下面的封装了TCP网络客户端连接、服务端监听、连接收发处理的类-himself wrote the Unix / Linux Packaging following a TCP network client. - bugging services to connect the transceiver category
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5282
    • 提供者:陈钟
  1. cli__

    0下载:
  2. Linux下通过TCP传送文件.客户端 文件名不能超过30个字符-Linux with TCP transmission of documents. Client documents were not more than 30 characters
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:sunwei
  1. tcp_source

    0下载:
  2. linux下的tcp传输程序,包括客户端和服务端-the tcp transfer procedures, including client and server
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:郑杰
  1. cs通信

    0下载:
  2. linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1855
    • 提供者:宏伟
  1. tcpc1

    1下载:
  2. linux下的网络通讯例程,采用TCP通讯,客户端例程,本人 在LINUX环境下测试通过,绝对好用哦-the examples about net communication in linux,is a client program that use the TCP protocal and is checked in linux envirment.It is good!!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:周三
  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. fileclient.tar

    0下载:
  2. 在linux下的用QT做的基于TCP协议传输文件的客户端小程序。-In linux using QT to do under the TCP protocol to transfer files based on client-side applet.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:515218
    • 提供者:forgetor
  1. ser_cli

    0下载:
  2. 基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。 开发测试环境:Red Hat Linux 3.2.2-5 编译工具:gcc 3.2.2 20030222  -TCP-based network control panel under the ftp (C/S),
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:5725
    • 提供者:范超
  1. 090605LinuxUDP_Client-Server

    0下载:
  2. UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。-UDP is a TCP/IP protocol in a Transport Protocol, this article describes the preparation of Linux based on the UDP protocol under the Client/Server model
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3369
    • 提供者:肖叶枝
  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. svr

    0下载:
  2. linux 增量升级服务器,主要负责不定时处理手机终端进行某个插件升级,处理多tcp连接,同时加入简单客户端链接demo-linux upgrade server, mainly manipulating time to time plugin upgrade applications by mobiles, handling multiple tcp links, and also a demo client.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:7537
    • 提供者:wing
  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. simple_client_server

    0下载:
  2. 在Linux环境下实现简单的客户机与服务端通信,主要是TCP协议-In the Linux environment to achieve a simple client-side communications and services, primarily TCP protocol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:7090
    • 提供者:黄琴
  1. TCP-UDP

    0下载:
  2. Linux下C实现的简单TCP-UDP服务器端和客户端-Under Linux C implementation of simple TCP, UDP client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-05-06
    • 文件大小:700188
    • 提供者:xuwei
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
  1. TCPIP

    0下载:
  2. 基于Linux下的TCPIP客户端服务器端程序(TCPIP client server - side program based on Linux)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-29
    • 文件大小:26624
    • 提供者:bs12
  1. linux_chat

    0下载:
  2. linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)
  3. 所属分类:TCP/IP协议栈

  1. tcpudp入门程序

    0下载:
  2. 一个通俗的tcp/udp入门程序,运行在Linux上,实现简单的发送接收,即server和client(A popular tcp/udp entry program, run on Linux, to achieve simple sending and receiving, that is, server and client)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-05-03
    • 文件大小:812032
    • 提供者:28wen
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com