Welcome![Sign In][Sign Up]
Location:
Search - windows linux TCP

Search list

[TCP/IP stacktcp-ipv3

Description: 用tcp/ip进行网际互联第三卷书源代码,含有linux与windows两种平台版本-with tcp / ip for internetworking Volume III source code book, containing two windows and linux platform version
Platform: | Size: 65836 | Author: 李东 | Hits:

[WinSock-NDISTCPComm

Description: 这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross - linux, windows platform TCP / IP communication procedures
Platform: | Size: 351435 | Author: ly | Hits:

[Otherarm-linux-insight

Description: windows下的GDB insight前端,采用gdb-6.8,可以通过TCP或串口对ARM系列linux环境下的应用程序进行调试。
Platform: | Size: 15936882 | Author: li.hua | Hits:

[Internet-NetworkTCPComm

Description: 这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross- linux, windows platform TCP/IP communication procedures
Platform: | Size: 351232 | Author: ly | Hits:

[TCP/IP stacksocketTcp

Description: 一个关于Socket编程,适用于windows及linux环境。-one of Socket Programming apply to windows and linux environment.
Platform: | Size: 3072 | Author: 阿旭 | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个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协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[Otherarm-linux-insight

Description: windows下的GDB insight前端,采用gdb-6.8,可以通过TCP或串口对ARM系列linux环境下的应用程序进行调试。-windows under the front-end GDB insight, using gdb-6.8, can be TCP or serial port on the ARM family of linux applications environment for debugging.
Platform: | Size: 15936512 | Author: li.hua | Hits:

[Software Engineeringsniffer

Description: 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);  能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;  能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。  功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。 Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。 -First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.  listening to the specified needs of the card (taking on a machine more than the case of card)  listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)  listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation 
Platform: | Size: 65536 | Author: 鲁明 | Hits:

[TCP/IP stackTCP-IP_Biblia_PL__Helion_

Description: TCP/IP napisano wiele ksiazek — jak implementowac, jak zabezpieczac i jak wyliczac maski podsieci. Jednakze „ Biblia TCP/IP” gromadzi w jednym miejscu omówienie wszystkich waznych tematów zwiazanych z TCP/IP, od modelu TCP/IP, az do porad, jak zaimplementowac ten pakiet protokolów. Dane w tej ksiazce sa w miare mozliwosci ogólne, aby mozna bylo wykorzystac je w systemach Solaris , Linux czy nawet Windows 2000.
Platform: | Size: 6318080 | Author: cascadas | Hits:

[Linux-Unixtcpbuf

Description: 接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/linux.
Platform: | Size: 7168 | Author: ttww2000 | Hits:

[Linux-Unixsocket.tar

Description: socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。-socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows environment to compile, linux environment, Android environment execute the file.
Platform: | Size: 4096 | Author: 孙涛 | Hits:

[Internet-NetworkezSockets

Description: EzSockets is a cross-platform (Linux, Irix, Windows, OSX, XBOX) generic sockets class. It allows the user to interface through UDP and TCP. It allows for broadcast and reception on UDP as well as being both a server and a client on TCP. http://cnlohr.net/projects/ezSockets/
Platform: | Size: 12288 | Author: raxen | Hits:

[TCP/IP stackbacnet-stack-0.5.4

Description: BACnet协议栈开源代码,应用在嵌入式平台中。-BACnet open source protocol stack for embedded systems, Linux, and Windows http://bacnet.sourceforge.net/ Welcome to the wonderful world of BACnet and true device interoperability! About this Project ------------------ This BACnet library provides a BACnet application layer, network layer and media access (MAC) layer communications services for an embedded system. BACnet- A Data Communication Protocol for Building Automation and Control Networks- see bacnet.org. BACnet is a standard data communication protocol for Building Automation and Control Networks. BACnet is an open protocol, which means anyone can contribute to the standard, and anyone may use it. The only caveat is that the BACnet standard document itself is copyrighted by ASHRAE, and they sell the document to help defray costs of developing and maintaining the standard (just like IEEE or ANSI or ISO). For software developers, the BACnet protocol is a standard way to send and receive messages on the wi
Platform: | Size: 1614848 | Author: chulia | Hits:

[Internet-Networktcp_frame

Description: 用Windows的IOCP、Linux的epoll、FreeBSD的kqueue写了一个支持高并发、多CPU、跨平台的TCP网络服务框架。-With Windows IOCP, Linux epoll, FreeBSD kqueue wrote a support high concurrency, multi-CPU, cross-platform framework for TCP network services.
Platform: | Size: 15360 | Author: 陈友能 | Hits:

[CommunicationTCP-IP-and--IPX-routing

Description: This tutorial is intended to supply enough information to set up a relatively simple WAN or Internet-connected LAN using WANPIPE™ router cards or other routers. Explanations of IP addresses, classes, netmasks, subnetting, and routing are provided, and several example networks are considered. Example address and routing configurations are provided for running WANPIPE™ router cards under the following protocol stacks and platforms: Unix and Linux., Microsoft TCP/IP on Windows NT Workstation/Server and Windows 95, and others.-This tutorial is intended to supply enough information to set up a relatively simple WAN or Internet-connected LAN using WANPIPE™ router cards or other routers. Explanations of IP addresses, classes, netmasks, subnetting, and routing are provided, and several example networks are considered. Example address and routing configurations are provided for running WANPIPE™ router cards under the following protocol stacks and platforms: Unix and Linux., Microsoft TCP/IP on Windows NT Workstation/Server and Windows 95, and others.
Platform: | Size: 86016 | Author: ghassan | Hits:

[Internet-Networkjuyuwangtalk

Description: linux windows mac qt局域网聊天程序,通过udp tcp 传输-linux windows mac qt tcp socket
Platform: | Size: 1866752 | Author: 曾庆国 | Hits:

[Embeded Linuxcrisscross-latest.tar.tar

Description: CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统, NetBSD的, Mac OS X的,甚至是NDS 。其他平台可能成为支持的请求。其主要思想是提供的能力,写一个程序使用相同的呼吁主要平台,而无需重写代码。-CrissCross is a small cross-platform C++ library for handling console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5 encoding, the SHA- 1, SHA-256, SHA-512, Tiger), Socket (TCP and the only UDP) and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc.). Its purpose is to run on Windows, Linux, FreeBSD' s, OpenBSD system, NetBSD' s, Mac OS X, or even NDS. Other platforms may become supported the request. The main idea is to provide the ability to write a program using the same appeal to the major platforms without rewriting code.
Platform: | Size: 501760 | Author: Mike | Hits:

[Consoletcp-transfer-xp-linux

Description: 控制台下发送并接收文件的程序,包括windows xp环境下以及linux环境下,这个是本人参加比赛用的。-Console to send and receive files of the program, including the windows xp environment and linux environment, this is my race use.
Platform: | Size: 2099200 | Author: 王追 | Hits:

[TCP/IP stackTCP-IP

Description: 一个跨平台的TCP/IP类,封装了windows和linux的底层函数,使用极为方便-A cross-platform TCP/IP class encapsulates the underlying functions of windows and linux, extremely easy to use
Platform: | Size: 528384 | Author: bobyin | Hits:

[TCP/IP stackTCP协议客户端服务器间视频传输c源码

Description: 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
Platform: | Size: 2048 | Author: xihananhai | Hits:
« 12 3 4 »

CodeBus www.codebus.net