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

搜索资源列表

  1. raw_socket.gz

    0下载:
  2. 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包
  3. 所属分类:Internet/网络编程

    • 发布日期:
    • 文件大小:9739
    • 提供者:
  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69689
    • 提供者:刘忠
  1. tcpsrc

    0下载:
  2. 一个TCP开发的源程序,是linux下socket编程的范例。-a TCP development of the source is under linux socket programming model.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:114984
    • 提供者:arong
  1. check_sum_

    0下载:
  2. /*** *** check_sum.c********************/ /* linux 利用原始socket抓包,并进行tcp封包伪造,进行正确的校验和计算的例子程序.****/ /*作者 CBCHEN .CBCHEN@ZZIA.EDU.CN***************/ /*在 linux2.4,环境,gcc 下编译通过*****/-/*** *** *** *** check_sum.c ******************* * / / * linux using prim
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2759
    • 提供者:陈东
  1. Linux_Socket

    0下载:
  2. Linux TCP/IP编程,—基于BSD Socket 1.1,应用Socket函数实现网络功能;UDP应用举例;
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:54549
    • 提供者:auleaf
  1. BSDcode

    0下载:
  2. An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented using the BSD Socket interface as the means of communication with the user level.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:161012
    • 提供者:鱼海军
  1. tcp_ip_design_report.doc

    0下载:
  2. 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:15434
    • 提供者:6756
  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. chat

    0下载:
  2. linux下的socket通信,基于tcp编程,可以实现多个用户聊天,一发一收,并有用户名,密码输入功能-The socket communication under Linux, based on TCP programming, can implement multiple users to chat, a charge the sniper, and useful account name and password input function
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:1980
    • 提供者:vivian
  1. portscan

    0下载:
  2. Linux下利用socket中的sock_stream套接字实现一个TCP公开扫描程序-Linux to make use of the sock_stream socket socket to achieve a TCP open scanner
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:891
    • 提供者:吴萤
  1. TCP_UDP

    0下载:
  2. TCP和UDP通信的socket编程demo,linux ubuntu下测试通过,有makefile-socket demo of communicating with TCP/UDP protocols
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:4799
    • 提供者:Tracy
  1. chat

    0下载:
  2. linux下的tcp/ip协议下的socket编程范例,聊天系统,可以实现简单的一对一,一对多,聊天。-Tcp/ip protocol under the socket Linux programming paradigm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:27671
    • 提供者:zbm
  1. Linux-TCP-Sample

    0下载:
  2. 这是自己编写的linux socket tcp 编程实例,包括Server与Client,仅供参考。-This is their preparation linux socket tcp programming examples, including Server and Client, for reference purposes only.
  3. 所属分类:Linux Network

    • 发布日期:2016-01-16
    • 文件大小:1024
    • 提供者:张华斌
  1. udp

    0下载:
  2. 基于linux的tcp套接字网络编程,实现了tcp客服端和服务器端,实现客服端和服务器端的相互通信-TCP socket network programming based on Linux, to achieve the TCP client and server side, the client and server to achieve mutual communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:htx
  1. linux-internet-coding

    0下载:
  2. 基于tcp/ip套接字程序的流控制,运行平台linux,客户机与服务器端程序均有-Based on tcp/ip socket flow control procedures, operating platform Linux, client and server-side procedures are
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:吴昊
  1. socket

    0下载:
  2. 此程序实现了linux和Windows关于tcp通信的测试程序,linux上用gcc 编译服务器端的程序,在Windows用qt编写了客户端的程序,在窗口界面上输入ip地址和端口号即可实现linux和Windows关于tcp的通信。-Compile server-side program, in Windows with qt prepared a client program, in the window interface, enter the ip address and port n
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:6320
    • 提供者:GXG
  1. tcp

    0下载:
  2. 基于linux c的socket编程,简单的客户端与服务器通信测试
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2090
    • 提供者:赵飞洋
  1. xcap-gr

    0下载:
  2. LinuxSocket通信时支持UDP、TCP定时发送接收的工具(LinuxSocket communication, support UDP, TCP, send and receive the tool regularly)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:5171200
    • 提供者:wandy927
  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. 未命名文件夹

    0下载:
  2. 主要是一些TCP、UDP的网络编程,学习Linux的可以尝试(Kalman filter is used to obtain more stable signals from random signals, which are generally used in aerial vehicles.)
  3. 所属分类:其他

    • 发布日期:2019-10-14
    • 文件大小:2048
    • 提供者:飞驰
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com