Welcome![Sign In][Sign Up]
Location:
Search - protocol

Search list

[Ftp Servertftp1

Description: 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
Platform: | Size: 9216 | Author: andy | Hits:

[Internet-Network通过HTTP协议下载的程序

Description: 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。-HTTP protocol to download through the procedures, support HTTP download and multithreading. Note that this procedure can only be downloaded once a task that although the list can pull into the lot, but yes display.
Platform: | Size: 68608 | Author: pzhj | Hits:

[Documents电控发动机

Description: 可用J1939协议实现对电控发动机的控制通讯,是一个很好的帮助资料-J1939 protocol can be used for electronic control of engine control communications, is a good way of helping information
Platform: | Size: 14615552 | Author: 陈家斌 | Hits:

[Internet-NetworkDragonRounter1218f

Description: 模拟Router的RIP协议,通过传输的文字进行传输和回送,进行模拟和实现。-NOTE: Simulating Router s RIP protocol,it transports and echoplexes by character trasported,and Simulats and implements.
Platform: | Size: 181248 | Author: | Hits:

[Internet-Networkwincap源码

Description: WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packet filtering, a network statistics engine and support for remote capture.
Platform: | Size: 1098752 | Author: 路句 | Hits:

[Windows Developpso2

Description: 对蓝牙的主机控制协议进行仿真和实现,并提高了算法的性能.-Bluetooth host control protocol for Simulation and Implementation, and to improve the performance of the algorithm.
Platform: | Size: 10240 | Author: 李誉 | Hits:

[TCP/IP stacklibeXosip-0.9.0.tar

Description: 这是基于SIP协议栈的一些原代码,用来开发网络电话-This is based on the SIP protocol stack some of the original code used to develop telephone networks
Platform: | Size: 590848 | Author: 曾韋君 | Hits:

[Other Embeded programMpZBeeV1.0-3.3

Description: MicroChip Zigbee协议栈开源代码,版本1.0-3.3,支持coordinator\router\rfd。-MicroChip Zigbee protocol stack source code versions 1.0-3.3, support coordinator \ router \ Cfd.
Platform: | Size: 1227776 | Author: 杨明 | Hits:

[Internet-NetworkJavaTCPIP

Description: JAVA网络开发的基本框架模式 TCP/IP协议-Java Web development framework of the basic mode TCP/IP protocol
Platform: | Size: 3072 | Author: Alan | Hits:

[Communicationwww.tm-auto.com仪表通讯协议protocol

Description: www.tm-auto.com仪表通讯协议protocol.rar(PDF格式)-www.tm-Automotive Instrumentation communication protocol protocol.rar (PDF format)
Platform: | Size: 27648 | Author: 沈楚苗 | Hits:

[Internet-Networkkismet-3[1].0.1.tar

Description: Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一个针对IEEE802.11b无线局域网的嗅探和包分析器,支持大多数无线网卡,支持自动检测UDP、ARP和DHCP的数据包,支持通过CDP协议检测思科网络设备,支持加密数据包记录,采用与Ethereal和Tcpdump兼容的的数据包记录文件,支持通过用户提供地图来检测和评估无线网络范围。 -Kismet is an 802.11b network sniffers and network dissector. It is capable of sniffing using most wireless cards, automatic network detection via IP block UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, Ethereal and tcpdump and compatible packet dump files. It also includes the ability to plot detected networks and network estimated ranges on downloaded maps or user supplied image files. Kismet was an IEEE802.11b wireless LAN analyzer and packet sniffer, the majority of wireless LAN support, automatic detection support UDP, DHCP and ARP packets of data to support the agreement through CDP detection Cisco networking equipment, supports encrypted data packets records, and used Ethereal Tcpdump compatible data packets document
Platform: | Size: 692224 | Author: 李飞 | Hits:

[Internet-NetworkUDP轻松应用

Description: "用户数据报协议"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;"传输控制协议"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User Datagram Protocol" (User Datagram Protocol, or UDP) is not connected to the communication protocol, it does not guarantee reliable data transmission; "Transmission Control Protocol" (Transmission Judiciary Protocol, or TCP) is based on the communication protocol connectivity, can provide 000 two terms Machine between reliable, error-free data transmission. But UDP to be able to target a number of Taiwan's computer to send data; Received from a number of sources of computer data. In several computers or control the simulation system, there are always multiple computers for data transmission, or control the simulation software used UDP more.
Platform: | Size: 31744 | Author: 陈一 | Hits:

[BooksLwip协议栈的设计与实现

Description: Lwip协议栈的设计与实现 LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使 LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子.-Lwip protocol stack design and realization Viedo is TCP/IP protocol stack of achieving. Viedo the main purpose is to reduce memory utilization and code size, so Viedo suited for small, with limited resources such as embedded processor system. To reduce processor and memory requirements, lwIP can copy data without any of the API reductions. This paper describes the lwIP Design and Implementation. The agreement describes the implementation and subsystems used in the algorithm and data structure such as memory and buffer management system. Viedo API also includes a reference manual and use Viedo some code examples.
Platform: | Size: 693248 | Author: 铃铛 | Hits:

[CommunicationSTD_info_DMX512

Description: 灯光舞台系统的通信协议,DMX512通信协议的详细解释-stage lighting system communication protocol, CAN communication protocol detailed explanation of
Platform: | Size: 10240 | Author: 吕海安 | Hits:

[ListView/ListBox蓝牙协议源代码

Description: 蓝牙协议源代码,可以帮助你更好的进行蓝牙的开发-Bluetooth protocol source code, can help you better for the development of Bluetooth
Platform: | Size: 151552 | Author: cy | Hits:

[JSP/Javachattingroom

Description: 用 TCP/IP协议里的套接字(Socket)编程接口来实现一个聊天室.-using TCP/IP protocol's socket (Socket) programming interfaces to achieve a chat room.
Platform: | Size: 41984 | Author: hj | Hits:

[Internet-Networkldp-portable

Description: 实现了MPLS中的标签分发协议(LDP 3036 )的基本功能-realized MPLS label distribution protocol (LDP 3036), the basic functions
Platform: | Size: 367616 | Author: 邵书超 | Hits:

[Com PortHDLC_serial

Description: 这是一个将HDLC协议运用到串口通信的程序源码,很有参考价值,感兴趣的朋友可以讨论一下!-This is a use of HDLC protocol to the serial communication procedures source, was useful and interesting friends can discuss!
Platform: | Size: 727040 | Author: | Hits:

[Internet-NetworkdownloadManager

Description: 一个下载程序,基于 java Swing 和HTTP协议。本版本还不支持FTP下载,有望在以后加入。-a download, based on java Swing and HTTP protocol. This version does not support FTP downloads, expected in the future.
Platform: | Size: 50176 | Author: 掌柜各 | Hits:

[Internet-NetworkQos

Description: 利用网络多播协议及QOS协议在网上传送影像并实时播出。-network multicast protocol and QoS agreement on the Internet and real-time transmission of video broadcast.
Platform: | Size: 275456 | Author: syc | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net