Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
实际场景中存在多种设备,最后通过网关统一上传多种设备数据,使用tcpserver接收, 如果都使用一个服务接收,数据就只能存到一张表(目前没发现如何在同一个驱动里更新多张表); 如果想不同的表存储不同的设备数据可以启动多个tcpserver接收,在网关里每次上传相同数据到不同的地址。
能否实现一个接收服务(驱动)来达到同时更新多种设备表的目的?