搜索资源列表
UDP-simple-chat-program
- LabView中UDP通讯,通过IP地址与端口号可以进行单机或局域网内多台计算机之间的信息通讯。-LabView UDP traffic by IP address and port number to the communication of information between multiple computers in stand-alone or LAN.
get-the-name-or-IP-of-computers--11
- 选择不同命令,可以获取局域网中的所有计算机名称或IP地址,可以监控防蹭网。-Select a different command, you can obtain all LAN computer name or IP address, you can monitor anti-rub network.
get-your-computers-name
- 自动获取本机的计算机名称或IP地址,还可以获取利用data socket通信需要的URL。-Automatic access to the local computer name or IP address, you can also get the use of data socket communication needs of URL.
IP
- 基于labview的在前面板中可以显示IP地址-Displays the IP address
file
- 通过UDP的服务端向客户端传多个文件,先通过服务端把文件列表传给客户端,客户端看到文件列表以后,根据需要选择需要的文件序号,把该文件序号传给服务端,服务端收到文件序号,就会把该文件传给客户端。注意:这是labview2011版的,还有端口号已默认无需修改,但是服务端和客户端IP必须一致,而且要设成服务端电脑的IP地址-Transfer a file to the client through the UDP server, to the list of files to the client t
IP-address-Xcontrol
- 在labview中实现的Xcontrol控件,可直接进行ip地址的输入。-Using labview to input ip address by Xcontrol userdef control.
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客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos