搜索资源列表
8051 实现的tcp ip 协议
- 8051 实现的tcp ip 协议,源程序
tcp-udp
- tcp/ip通讯程序,实现tcp/ip通讯及信息传输。
TCPIPMONITOR.rar
- 网络流量检测器,实现TCP IP ARP的检测以及更新,Detect network traffic, and TCP IP ARP realize the detection and update
WinSock2.rar
- delphi winsock2 tcp/ip 编程,delphi winsock2 tcp/ip programming
TCP
- 扫描TCP端口是入侵者搜集目标主机开放端口的常用手法之一,而多线程的扫描能大大加快扫描速度。设置要扫描的起始IP和结束IP,开对应IP主机端口是否回复来证明是否开放-TCP port scan is a collection of target host intruder port open one of the common practices, and multi-threaded scanning can greatly speed up the scanning speed. Set u
CodeVisionAVR
- Ethernet control, RS232 <-> TCP/IP
IdTCP
- delphi TCP/IP 通信,包括服务器端和客户端-delphi TCP/IP communication
Communication(TCP)
- 基于TCP/IP的通信程序,delphi开发-Based on TCP/IP communications program, delphi development
VBsocket
- VB tcp/ip通讯socket源代码-VB tcp/ip communication socket source code
Indy9
- Indy *Internet Direct* 9 components for communication TCP/IP (Delphi All versions)
delphimodbus-1.4.0
- Delphi的ModbusTcp开发控件,需要Indy支持,包括主站和从站的控件-he Delphi Modbus library is a Modbus Class I Delphi implementation of a Modbus master and slave over TCP/IP (ModbusTCP). Serial I/O (RTU or ASCII) is not supported.
TCP-IP-demo
- 实现TCP/IP通讯的常用例程,很方便,很好用-Commonly used routines of the TCP/IP communication, it is convenient, easy to use
TCP
- TCP/ip协议子vi,以及实施新例,TCP/ip协议子vi,以及实施新例-TCP/ip protocol sub-vi, and the implementation of the new legislation, TCP/ip protocol sub-vi, and the implementation of the new legislation
TCP-IP
- 基于labview的TCP/ip远端访问,两个客户端,通过以太网实现通信-Labview-based TCP/ip remote access, two client communication via Ethernet
labview 简单的TCP通信
- 运用labview编写的一个关于TCP/IP通信的实例,本实例有助于新手学习labview,以及运用labview进行TCP/IP通信。
TCP-IP-network-program
- TCP/IP网络编程((韩)尹圣雨) 书籍全部源代码-The book TCP/IP network program code.
tcp-ip-proj-labview
- Very simple implementation of TCP-IP protocol in LabView with client and server modules
TCP-IP-Chat-LabVIEW
- 大家可以根据这个程序进行扩展和创新 比如可以通过TCP/IP进行数据传输 ,进行数据监控等等 当然使用NI的datasocket也是比较方便的 使用此程序步骤如下: 1 打开BabVIEW_Server.vi 根据自身PC设置相关端口,运行 2 打开BabVIEW_Client.vi 运行,IP为本机地址。 3 按下connection按钮,如果LED显绿色则标明链接服务器成功 当然大家可以通过其他局域网电脑进行链接。- U5927 u5BB u5E
TCP
- 利用LabVIEW中的TCP/IP通讯模块实现不同机器之间的远程访问和数据传输(Using TCP/IP communication module in LabVIEW, the remote access and data transmission between different machines are realized)
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos