前言

最近对接物联设备,物联设备会往java端传送数据,在联调前,问厂商要来了样例数据,然后就找到了netassist和packetsender两款tcp发送工具,来模拟请求;还用tcpview来查看建立的连接。

netassist

netassist可以模拟tcp/udp server、tcp/udp client,可以发送ascii、hex等进制数据。点击历史发送,还能看到浮点转换、Modbus指令等功能,总体使用下来还是挺好用的。

tcp/udp 可视化 调试工具; tcp/udp 发送客户端;查看tcp连接;netassist;packet sender;tcp view;_tcp/udp

packet sender

packet sender是外国的,除了提供发送接收tcp外,本身自带了许多样例,而且还可以保存发送,测试的时候,不用每次都来回粘贴复制了,从save packets里找出即可。

tcp/udp 可视化 调试工具; tcp/udp 发送客户端;查看tcp连接;netassist;packet sender;tcp view;_浮点_02

tcpview

tcpview可以查看 windows上已经建立的所有链接,也可以掐断connection。

tcp/udp 可视化 调试工具; tcp/udp 发送客户端;查看tcp连接;netassist;packet sender;tcp view;_浮点_03