搜索资源列表
arm-labview
- 基于arm开发板和pc机的tcp/ip通讯,arm开发板作为服务器,pc机作为客户端连接arm板,arm板根据接收的命令开关led灯。其中pc机的客户端程序用labview编写。-Based on arm development board and pc tcp/ip communication, arm development board the connecting arm board as a client as a server, pc machine to arm the board
TCP-IP
- 基于labview的TCP/ip远端访问,两个客户端,通过以太网实现通信-Labview-based TCP/ip remote access, two client communication via Ethernet
Multiple-Connections
- 本程序能够实现TCP的服务器对客户端A链接请求的自动响应处理。并实现服务器向客户端B的自动数据发送。且能够实现长期的稳定运行,能处理异常断线后的自动再次链接。-This procedure enables the server to the client TCP A link request an automatic response processing. And to achieve server to the client B, automatic data transmission. A
mailclient
- 基于Java的邮件发送客户端 可以实现tcp的短线呈链接-Java-based mail client can achieve short-term was linked tcp
TCP
- 基于LabVIEW的TCP数字通信,包括服务器和客户机两个程序,发送一组8位的数字信号,服务器和客户机端皆有显示。-It s TCP digital communications based on LabVIEW , including server and client, sending a group of 8 digital signal, server and client side are displayed.
TCP-sendareceive-file
- 建立客户端和服务器端后使用TCP/IP协议收发文件-use TCP/IP protocol to send&receive files
TCP
- TCP通信的资料,TCP例子可以看看,这个例子还不错,一个服务器,2个客户端-TCP data communication, TCP example you can see, this is also a good example, a server and two clients
labview-tcp
- LABVIEW实现客户端和服务器之间的TCP通信-LABVIEW achieve TCP communication between the client and the server
Simple-TCP---Server
- 演示使用TCP函数在服务器VI和客户端VI之间通过TCP设置数据传输。-Demonstrates the use of TCP functions in the server VI and client VI through the TCP set data transfer.
TCP-Multiple-Connections---Client-1
- 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。 -Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to ea
TCP-Multiple-Connections---Client-2
- 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。-Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to each
TCP-Multiple-Connections---Server
- 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。-Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to each
TCP_Client
- TCP client ptp TCP协议,客户端程序-TCP client ptp
TCPIP_Image-transmission
- 基于LABVIEW的TCP/IP协议实时视频传输,包含服务器和客户端程序。-LABVIEW the TCP/IP protocol-based real-time video transmission, including server and client programs.
STM-server-modi
- TCP/IP服务器读写操作,与客户端TCP/IP代码进行数据读取。-TCP/IP server read and write operations, and client TCP/IP code for data read.
STM-cliente-cambios
- TCP/IP客户端读写操作,与TCP/IP服务器端代码进行数据读写。-TCP/IP client read and write operations, and TCP/IP server-side code for data read and write
TCP Multiple Connections - Client 2
- TCP/IP socket通讯,测试Robot,客户端(TCP/IP socket Communication, testing Robot, the client)
TCP CLIENTvi
- 使用labview进行TCP通信的客户端程序编写(TCP communication using LabVIEW client program written)
TCP客户端传输
- LABVIEW通过TCP客户端接受文件!(LABVIEW accepts files through TCP!)
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos