搜索资源列表
ccs_tcp_EX_
- CCSInfo.com TCP/IP Stack for microchip MCU with PROTEUS samples ! Must to install PCAP drivers, Many of examples TCP, UDP, HTTP etc.-CCSInfo.com TCP/IP Stack for microchip MCU with PROTEUS samples ! Must to install PCAP drivers, Many of examples TCP,
FrmMain
- udp通信,输入ip地址与其聊天,更换ip与另一个人聊天-udp communications, enter ip address instead of chatting with another person to replace ip chat
vcGetNetConfig
- 介绍了获取网络配置的方法,有IP地址,子网掩码,DNS地址,Mac地址,TCP/UDP协议统计信息等,不包含设置这些配置的方法。从网上下的,版权归原作者所有。 -Describes the method for network configuration, there are IP address, subnet mask, DNS address, Mac address, TCP/UDP protocol statistics and information, which does not
Udp
- 基于udp的聊天工具,在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。-UDP-based chat tools,Socket data transfer in TCP/IP network communication environment, a special I/O, it is equivalent to a file descr iptor, has a similar function
vcnetpgmsrc.rar
- 一些VC++网络编程实例,通过这些小小的实例,你可以了解到一些VC++网络编程的相关知识,比如数据封装、TCP/IP模型、端口的使用、套接字(Socket)的引入、C/S结构客户端与服务器编程、基于UDP面向无连接的Socket编程、一些网络函数的使用、基于TCP的网络应用程序的编写、UDP聊天程序的实现等,我觉得这些实例虽小,但却是比较实用的,在以后从事VC++编程中,这也是常用到的基础知识。,This case will allow you to learn how to use VC++
Code1
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
wxwidgetsIPMsg
- wxwidgets实现的飞鸽传书(IPMSG)版本,使用UDP进行局域网无服务器通讯-the wxwidgets achieve IP Messenger (IPMSG) version, LAN server communication using UDP
CH395
- CH395 是以太网协议栈管理芯片,用于单片机系统进行以太网通讯。 CH395 芯片自带10/100M 以太网介质传输层(MAC)和物理层(PHY),完全兼容IEEE802.3 10/100M 协议,内置了PPPOE、IP、DHCP、ARP、ICMP、IGMP、UDP、TCP 等以太网协议栈固件。 单片机系统可以方便的通过CH395 芯片进行网络通讯。 CH395 支持三种通讯接口:8 位并口、SPI 接口或者异步串口,单片机/DSP/MCU/MPU 等控制 器可以通过上述任
TCP-UDP-DebugTool-V3.01
- TCP-UDP服务管理 V3.01。用于开发调试TCP/IP类软件、代码的软件,还可以保存数据日志记录。-For developing and debugging TCP/IP software category, source software, you can also save the data logging.
Matlab-UDP
- matlab UDP传输程序,修改IP和端口号就可以实现传输-matlab UDP transport program, modify the IP and port number can be achieved transmission
UDP
- 用verilog实现的UDP协议,包括arp,udp,ip分段协议等,对于想用FPGA实现TCP/IP协议的人来说,应该会起到一定的帮助作用-Implemented with verilog UDP protocols, including arp, udp, ip fragmentation protocol, etc., who want to achieve TCP/IP protocol with the FPGA people, should play a helpful role
serialoverip-1.0
- Tool for transport of serial interfaces over UDP/IP.
mina-core-2.0.4.jar
- Apache Mina是一个能够帮助用户开发高性能和高伸缩性网络应用程序的框架。它通过Java nio技术基于TCP/IP和UDP/IP协议提供了抽象的、事件驱动的、异步的API。-Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abst
wdb
- wdbUdpLib.c - WDB communication interface UDP datagrams The WDB agent communicates with the host using sendto/rcv function pointers contained in a WDB_COMM_IF structure. This library implements these methods using a lightweight UDP/IP stack a
python-socket-udp-server-client
- a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in di
SocketTool2
- 可以测试tcp/ip,udp/ip,十分好用(this can test tcp,udp,very good)
P18
- his example demonstrates usage of the mikroC's ethernet communications library. 3 protocols that are useful for the users are implemented: ICMP (ping), TCP/IP (VERY simple http) and UDP/IP. It also handles "helper" protoco
tcpiptwisamples
- Basic program for test TCP/IP connections in Bascom AVR
modbus4j-master
- modbus4j实现了Java与modbus协议的以下几种通讯方式: modbus TCP/IP通讯 modubs UDP/IP通讯 modbus RTU/IP通讯(modbus4j: modbus TCP/IP modubs UDP/IP modbus RTU/IP)
UDP数据绘动态图
- Qt 实现UDP数据接收绘制动态图,可以指定IP地址和端口(QT realizes UDP data receiving, draws dynamic graph, and specifies IP address and port)