Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - udp ip
Search - udp ip - List
DL : 0
移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Update : 2008-10-13 Size : 1.61mb Publisher : 谭剑鸣

-跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用 可传送文件和文件夹 通讯数据采用 RSA/Blofish 加密-- cross platform information exchange, based on TCP/IP (UDP), does not need the server, simple Yi Yongke transmits the document and the folder communication data uses RSA/Blofish to encrypt
Update : 2025-02-17 Size : 159kb Publisher : 唐富华

实现一个运行在16位数字信号处理器TMS320VC5402上的小型嵌入式TCP/IP协议栈。对TCP/IP协议中的IP协议、ARP协议、UDP协议进行分析,完成基于TCP/IP协议的嵌入式网络系统-A small embedded TCP/IP protocol stack running in a 16bits data signal processor TMS320VC5402 is implemented. IP, ARP, UDP etc. protocols in TCP/IP protocol stack are analyzed. A embeded network system based on TCP/IP is completed.
Update : 2025-02-17 Size : 45kb Publisher : 葛强

2003081209403619获取本机IP,从事TCPIP,UDP,网络开发工程师-2003081209403619 IP access to the machine, engaging TCPIP, UDP, and network development engineers
Update : 2025-02-17 Size : 36kb Publisher :

VC知识库文章 - 基于IP-UDP协议的 sock 编程-An article of MSDN- A sock program based on IP-UDP protocol.
Update : 2025-02-17 Size : 5kb Publisher : 陈鹏涛

这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the original purpose of ports and port
Update : 2025-02-17 Size : 27kb Publisher : 程拨

能够截获发往外网的数据包,可设置类型TCP UDP等数据类型-catching fat out of network data packets can be set TCP UDP type data types
Update : 2025-02-17 Size : 17kb Publisher : 张山

这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
Update : 2025-02-17 Size : 55kb Publisher : 王正

网络IP电话 v1.4 delphi IP电话 语音聊天 IdUDP ACM-IP telephony network arrives delphi IP telephony voice chat IdUDP ACM
Update : 2025-02-17 Size : 290kb Publisher : 李小强

此代码是用c开发的支持linux下的串口RS232,Rs485,Rs422modbus规约采集,然后通过网络UDP/IP发送采集的数据-this code is c linux support to the development of the RS232 serial port, Rs485, Rs422modbus Acquisition Statute, and then through the network UDP/IP to send data acquisition
Update : 2025-02-17 Size : 135kb Publisher : YangJie

UCOS下添加TCP/IP和PPP协议,实现TCP,UDP点到点等功能.-UCOS Add TCP/IP and PPP, TCP, UDP point-to-point functions.
Update : 2025-02-17 Size : 369kb Publisher : 陈顺

一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the preparation of small TCP/IP protocol stack TCP/IPLean. an easy to learn and suitable for transplant protocol stack, there are specialized books, "Embedded System web server TCP/IP Lean" for a more detailed description, hope is well suited to understand TCP/IP and the basic tenets of the code to achieve friends here with its VC6 version of the source package under set, which can overvalued and above-board development of arpscan, ping and udp supporting examples, as mainframe-service operation.
Update : 2025-02-17 Size : 112kb Publisher : shiryu

一个接收UDP数据包的软件.用于网络TS码流的UDP接收-receiving a UDP packet software. For network TS streams receiving UDP
Update : 2025-02-17 Size : 122kb Publisher : liguoping

DL : 0
本代码是本人毕设所做的GPRS数传系统的软件部分,实现了PPP,UDP,IP协议的分层和打包,实现了嵌入式设计中的UDP/IP协议栈-the code is completed, I set up the GPRS data-transmission system software, to achieve the PPP, UDP, IP protocol layering and packaged to achieve the design of embedded UDP/IP protocol stack
Update : 2025-02-17 Size : 19kb Publisher : 冯申

移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Update : 2025-02-17 Size : 1.6mb Publisher : 谭剑鸣

MATLAB的TCP-UDP-IP工具箱2_0_6源代码免费下载-Source Code of TCP-UDP-IP Toolbox 2_0_6-Free Source Code-MATLAB-TCP-UDP-IP Toolbox 2_0_6 source code for free download-Source Code of TCP-UDP-IP Toolbox 2_0_6-Free Source Code
Update : 2025-02-17 Size : 205kb Publisher : chenblue

C++ SOCKET UDP/IP IMPLIMENTATION
Update : 2025-02-17 Size : 1kb Publisher : zakibsix

非常实用的TCP、UDP、IP开发工具,可以用在Windows平台!-A very useful TCP, UDP, IP development tools, can be used in Windows platform!
Update : 2025-02-17 Size : 252kb Publisher : liangfei

udp/ip stack for just streaming the data over IP video or audio vhdl code to run in vhdl
Update : 2025-02-17 Size : 176kb Publisher : prasad

The Altera(R) UDP/IP function implements a hardware solution for the transmission and reception of UDP/IP encapsulated network traffic.
Update : 2025-02-17 Size : 725kb Publisher : Seok Hoon Shin
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.