WO2024087022A1 - 一种信息收集方法、系统及存储介质 - Google Patents

一种信息收集方法、系统及存储介质 Download PDF

Info

Publication number
WO2024087022A1
WO2024087022A1 PCT/CN2022/127425 CN2022127425W WO2024087022A1 WO 2024087022 A1 WO2024087022 A1 WO 2024087022A1 CN 2022127425 W CN2022127425 W CN 2022127425W WO 2024087022 A1 WO2024087022 A1 WO 2024087022A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
service
message
converting
description
Prior art date
Application number
PCT/CN2022/127425
Other languages
English (en)
French (fr)
Inventor
王广锋
闵令宝
何兴卓
吴剑强
胡晔
杨明鹍
Original Assignee
西门子股份公司
西门子(中国)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 西门子股份公司, 西门子(中国)有限公司 filed Critical 西门子股份公司
Priority to PCT/CN2022/127425 priority Critical patent/WO2024087022A1/zh
Publication of WO2024087022A1 publication Critical patent/WO2024087022A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software

Definitions

  • the embodiments of the present application mainly relate to the field of information collection technology, and in particular, to an information collection method, system and storage medium.
  • FIG 1 is a schematic diagram of a traditional system for collecting information from the device side. As shown in Figure 1, the various modules in the system need to communicate with each other, so a single point failure will affect the entire system. For example, a failure in a device in the message routing layer or the device side may cause anomalies in the entire system. That is, under this traditional method, it is impossible to stably collect relevant information of related devices.
  • the embodiments of the present application provide an information collection method, system and storage medium, which can help users comprehensively and stably collect the information they need from related devices.
  • an information collection method comprising: collecting first information of a device on a device side; converting the first information into a first information message according to a description of a first service definition; the description of the first service definition includes a description of a service definition adopted by a task instruction channel; receiving a user's request message for the first information of the device; extracting an information group in the request message for the first information according to a preset framework; the information group includes: message content, sender, receiver and message processing mechanism; converting the first information message into a first service; converting the information group into a second service; and mapping multiple interfaces of the first service to interfaces corresponding to the second service, respectively, so as to realize interconnection and interoperability between the first service and the second service.
  • an information collection system including: a device information collection channel, configured to: collect first information of a device on the device side; convert the first information into a first information message according to the description of the first service definition; the description of the first service definition includes the description of the service definition adopted by the task instruction channel; send the first information message to the middleware; the task instruction channel is configured to: receive a user's request message for the first information of the device; send the request message of the first information to a rule engine; the rule engine is configured to: extract an information group in the request message of the first information according to a preset framework; the information group includes: message content, sender, receiver and message processing mechanism; send the information group to the middleware; the middleware is configured to: convert the first information message into a first service; convert the information group into a second service; map multiple interfaces of the first service to the interfaces corresponding to the second service, thereby realizing the interconnection and interoperability of the first service and the second service.
  • a computer-readable medium on which computer-readable instructions are stored.
  • the processor executes the steps in the method provided in the first aspect.
  • FIG1 is a schematic diagram of a conventional system for collecting information from a device side
  • FIG2 is a flow chart of an information collection method according to an embodiment of the present application.
  • FIG3 is a schematic diagram of an information collection system according to an embodiment of the present application.
  • first, second, etc. may be used here to describe various elements or operations, these elements or operations should not be limited by these terms. These terms are only used to distinguish one element or operation from another.
  • a first feature may be referred to as a second feature, and similarly, a second feature may be referred to as a first feature without departing from the teaching of the present disclosure.
  • FIG. 2 is a flow chart of an information collection method according to an embodiment of the present application. As shown in FIG. 2 , the information collection method 200 includes:
  • Step 201 collect first information of a device on the device side.
  • the current and voltage values of the relevant equipment in the switch cabinet For example, the current and voltage values of the relevant equipment in the switch cabinet, the temperature of the sensor, the gas volume of the gas meter or the water flow of the water meter, etc.
  • the first information of a device measured by a device may be continuously collected.
  • the time or frequency of a device on the device side sending the first information is controlled, and then the first information is collected accordingly.
  • Step 202 converting the first information into a first information message according to the description of the first service definition; the description of the first service definition includes the description of the service definition adopted by the task instruction channel.
  • the description of the service definition includes: the service name, parameter type and the description method of the parameter name.
  • the format of the description of the service definition can be: json or xml, etc.
  • Step 203 Receive a request message from a user for first information of a device.
  • Step 204 extracting an information group in the request message of the first information according to a preset framework, wherein the information group includes: message content, sender, receiver and message processing mechanism.
  • the preset framework may adopt the envelop specification defined in the Soap protocol, which defines specific rules for how to encapsulate data transmitted between computers, including message content, sender, receiver, processor, and message processing mechanism.
  • Step 205 convert the first information message into a first service.
  • the first information message is converted into a first service.
  • Step 206 convert the information group into a second service.
  • the runtime library is loaded into the second service, whereby the second service can call the relevant runtime library to run the message processing mechanism.
  • the name of the runtime library can include information about the corresponding device and device service, accurate positioning can be performed accordingly.
  • Step 207 Map multiple interfaces of the first service to interfaces corresponding to the second service, thereby achieving interconnection between the first service and the second service.
  • the first information message of the relevant device on the device side is converted into a first service through the middleware.
  • the relevant important communication information in the request message for the first information can be converted into a second service in the middleware, and then the multiple interfaces of the first service are mapped to the interface corresponding to the second service, so that the first service can be interconnected with the second service.
  • the user can read or control the first service through the second service.
  • the middleware used in the embodiment of the present invention is an independent system software service program, and the device information collection channel and the rule engine are respectively connected to it, which can avoid single point failures affecting the entire system, thereby facilitating a safer operation of the system and helping users to comprehensively and stably collect the information they need from related devices.
  • the embodiment of the present application adopts a service-oriented architecture and can be directly called by applications.
  • the interface is defined in a neutral manner, independent of the hardware platform, operating system and programming language that implements the service. This allows the services built in this system to interact in a unified and universal manner.
  • the complexity of system information interaction can be effectively controlled, the corresponding operation and maintenance workload can be reduced, and thus the operating cost can be greatly reduced.
  • FIG3 is a schematic diagram of an information collection system according to an embodiment of the present application. As shown in FIG3 , the information collection system 30 includes:
  • the device information collection channel 32 is configured to: collect first information of a device on the device side 31, convert the first information into a first information message according to the description of the first service definition, the description of the first service definition includes the description of the service definition adopted by the task instruction channel 34, and send the first information message to the middleware 35.
  • the task instruction channel 34 is configured to: receive a request message from a user for first information of a device, and send the request message for the first information to the rule engine 33 .
  • the rule engine 33 is configured to: extract the information group in the request message of the first information according to the preset framework, wherein the information group includes: message content, sender, receiver and message processing mechanism, and send the information group to the middleware 35.
  • the middleware is an independent system software service program, which is located on the operating system of the client server and manages computing resources and network communications.
  • the rule engine 33 controls the device side to send information, including the sending time and the sending frequency, etc.
  • the device side 31 is configured to provide a corresponding control interface.
  • the middleware 35 is configured to: convert the first information message into the first service, convert the information group into the second service, and map multiple interfaces of the first service to interfaces corresponding to the second service, so as to achieve interconnection between the first service and the second service.
  • the device information collection channel 32 is further configured to: input the device interface description language specification to the middleware 35.
  • the middleware 35 is further configured to: convert the first information message into the first service according to the device interface description language specification. Convert the information group into the second service according to the device interface description language specification.
  • the embodiment of the present application proposes an information collection system, which converts the first information message of the relevant device on the device side into a first service through the middleware.
  • the request message of the first information needs to be sent to the message routing layer.
  • the structure of the message routing layer is relatively complex, including message interception function, rule engine and forwarding function, etc.
  • an embodiment of the present application further provides a computer-readable medium having computer-readable instructions stored thereon, and when the computer-readable instructions are executed by the processor, the processor executes the aforementioned information collection method.
  • Embodiments of computer-readable media include floppy disks, hard disks, magneto-optical disks, optical disks (such as CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), magnetic tapes, non-volatile memory cards, and ROMs.
  • computer-readable instructions can be downloaded from a server computer or a cloud by a communication network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

本申请实施例提出了一种信息收集方法,包括:采集设备侧一设备的第一信息;根据第一服务定义的描述,将所述第一信息转换为第一信息报文;所述第一服务定义的描述包括任务指令通道所采用的服务定义的描述;接收用户针对所述设备的第一信息的请求消息;根据预设框架,提取所述第一信息的请求消息中的信息组;所述信息组包括:消息内容、发送者、接收者和消息处理机制;将所述第一信息报文转换为第一服务;将所述信息组转换为第二服务;将所述第一服务的多个接口分别映射至所述第二服务对应的接口,从而实现所述第一服务和所述第二服务的互联互通。

Description

一种信息收集方法、系统及存储介质 技术领域
本申请实施例主要涉及信息收集技术领域,尤其涉及一种信息收集方法、系统及存储介质。
背景技术
随着低压开关柜的功能性和安全性要求的不断增加,开关柜内分布的各类传感器和元器件也越来越多,例如:测温系统、断路器或电机保护装置等。整个开关柜的状态情况往往取决于其中的各个设备的相关数据的综合考量的结果。因此,如何全面收集开关柜中的相关设备的有关信息在开关柜检测场景下变得尤其重要。图1是一种传统从设备侧收集信息的系统的示意图,如图1所示,该系统中的各个模块之间需要互相通信,因此单点故障会影响整个系统,例如消息路由层或者设备侧中的某一设备存在故障都可能导致整个系统的异常,也就是在这一传统方法下,无法稳定地收集相关设备的有关信息。
发明内容
本申请实施例提供一种信息收集方法、系统及存储介质,可以帮助用户全面且稳定地收集得到相关设备中其所需要的信息。
第一方面,提供一种信息收集方法,包括:采集设备侧一设备的第一信息;根据第一服务定义的描述,将所述第一信息转换为第一信息报文;所述第一服务定义的描述包括任务指令通道所采用的服务定义的描述;接收用户针对所述设备的第一信息的请求消息;根据预设框架,提取所述第一信息的请求消息中的信息组;所述信息组包括:消息内容、发送者、接收者和消息处理机制;将所述第一信息报文转换为第一服务;将所述信息组转换为第二服务;将所述第一服务的多个接口分别映射至所述第二服务对应的接口,从而实现所述第一服务和所述第二服务的互联互通。
第二方面,提供一种信息收集系统,包括:设备信息采集通道,被配置为:采集设备侧一设备的第一信息;根据第一服务定义的描述,将所述第一信息转换为第一信息报文;所述第一服务定义的描述包括任务指令通道所采用的服务定义的描述;将所述第一信息报文发送至中间件;所述任务指令通道,被配置为:接收用户针对所述设备的第一信息的请求消息;将所述第一信息的请求消息发送至规则引擎;所述规则引擎,被配置为:根据预 设框架,提取所述第一信息的请求消息中的信息组;所述信息组包括:消息内容、发送者、接收者和消息处理机制;将所述信息组发送至所述中间件;所述中间件,被配置为:将所述第一信息报文转换为第一服务;将所述信息组转换为第二服务;将所述第一服务的多个接口映射至所述第二服务对应的接口,从而实现所述第一服务和所述第二服务的互联互通。
第三方面,提供一种计算机可读介质,所述计算机可读介质上存储有计算机可读指令,所述计算机可读指令在被处理器执行时,使所述处理器执行第一方面提供的方法中各步骤。
附图说明
以下附图仅旨在于对本申请实施例做示意性说明和解释,并不限定本申请实施例的范围。其中:
图1是一种传统从设备侧收集信息的系统的示意图;
图2是根据本申请一实施例的一种信息收集方法的流程图;
图3是根据本申请一实施例的一种信息收集系统的示意图;
附图标记说明
10:传统的信息收集系统 11:设备侧 12:设备信息采集通道
13:消息路由层 14:任务指令通道  
200:消息收集方法 201-207:方法步骤  
30:信息收集系统 31:设备侧 32:设备信息采集通道
33:规则引擎 34:任务指令通道 35:中间件
具体实施方式
下面参考附图更详细地描述本公开构思的各个实施例。但是,本公开构思可被以很多不同的形式具体实施,并且不应被理解为仅限于所示出的实施例。相反,提供这些实施例以使本公开透彻和完整,并且将向本领域技术人员全面地传达本公开构思的范围。贯穿上面描述和附图,相同的参考数字和标记代表相同或者类似的元素。
应当理解的是,尽管这里可能使用术语第一、第二等来描述各种元件或操作,但是这些元件或操作不应被这些术语限制。这些术语只被用来将一个元件或操作与另一个加以区分。例如,第一特征可以被称为第二特征,并且类似地,第二特征可以被称为第一特征而不偏离本公开的教导。
这里使用的术语仅仅是为了描述特定实施例,并非旨在限制本公开构思。如这里所使 用的,单数形式“一”、“一个”和“该”预期也包括复数形式,除非上下文清楚地另有指示。还应当理解的是,术语“包含”或“包括”在本说明书中被使用时,规定了存在所陈述的特征、区域、部分、步骤、操作、元件,和/或部件,但是不排除存在或者添加一个或更多个其他的特征、区域、部分、步骤、操作、元件、部件,和/或其组。
除非另外定义,否则这里使用的所有术语(包括技术和科学术语)具有和本公开所属技术领域的技术人员通常理解的相同的含义。还应当理解的是,例如在常用词典中定义的那些的术语应该被解释为具有与其在相关技术和/或本公开的上下文中的含义相符的含义,并且将不会以理想化或者过于形式化的意义解释,除非这里明确地如此定义。
下面通过具体实施方式结合附图对本公开实施例作进一步详细说明。
图2是根据本申请一实施例的一种信息收集方法的流程图,如图2所示,信息收集方法200包括:
步骤201,采集设备侧一设备的第一信息。
例如,开关柜内有关设备的电流值、电压值,传感器的温度、燃气表的燃气量或水表的水流量等等。
可选地,可以不断采集设备测一设备的第一信息。可选地,首先,控制设备侧一设备发送第一信息的时间或频次,再相应采集第一信息。
步骤202,根据第一服务定义的描述,将第一信息转换为第一信息报文;第一服务定义的描述包括任务指令通道所采用的服务定义的描述。
服务定义的描述中包括:服务名称、参数类型和参数名的描述方式。可选地,服务定义的描述的格式可以是:json或xml等。
步骤203,接收用户针对设备的第一信息的请求消息。
步骤204,根据预设框架,提取所述第一信息的请求消息中的信息组,其中,信息组包括:消息内容、发送者、接收者和消息处理机制。
预设框架可以采用Soap协议中定义的封装(envelop)规范,其中对计算机间传递的数据如何封装定义了具体的规则,具体包括消息内容、发送者、接收者、处理者以及消息处理机制。
步骤205,将第一信息报文转换为第一服务。
根据设备接口描述语言规范,将第一信息报文转换为第一服务。
步骤206,将所述信息组转换为第二服务。
当消息处理机制中包含运行时库配置信息时,将运行时库加载至第二服务,藉此,第二服务中可以调用相关运行时库以运行消息处理机制。此外,由于运行时库的命名中可以 包含对应设备和设备服务的信息,因此便可以由此进行准确定位。
步骤207,将第一服务的多个接口分别映射至第二服务对应的接口,从而实现第一服务和第二服务的互联互通。
在本申请实施例中,将设备侧的相关设备的第一信息报文通过中间件转换为第一服务,当用户发送第一信息的请求消息后,例如用户想获取一传感器的温度信息,便可以将第一信息的请求消息中相关重要的通信信息在中间件中转换为第二服务,再通过将第一服务的多个接口映射至第二服务对应的接口,从而使得第一服务可以与第二服务进行互联互通。用户便可以通过第二服务读取或控制第一服务。本发明实施例中采用的中间件是一种独立的系统软件服务程序,设备信息采集通道和规则引擎分别与之连接,可以避免单点故障影响整个系统,从而有利于系统更安全地运行,帮助用户全面且稳定地收集得到相关设备中其所需要的信息。
此外,本申请实施例采用面向服务的架构,可以直接被应用调用。接口是采用中立的方式进行定义的,独立于实现服务的硬件平台、操作系统和编程语言。这使得构建在本系统中的服务可以以一种统一和通用的方式进行交互。通过本申请实施例可以有效控制系统信息交互的复杂度,降低相应运维工作量,从而大大降低运行成本。
图3是根据本申请一实施例的一种信息收集系统的示意图,如图3所示,信息收集系统30包括:
设备信息采集通道32,被配置为:采集设备侧31一设备的第一信息。根据第一服务定义的描述,将第一信息转换为第一信息报文。第一服务定义的描述包括任务指令通道34所采用的服务定义的描述。将第一信息报文发送至中间件35。
任务指令通道34,被配置为:接收用户针对设备的第一信息的请求消息。将第一信息的请求消息发送至规则引擎33。
规则引擎33,被配置为:根据预设框架,提取第一信息的请求消息中的信息组,其中,信息组包括:消息内容、发送者、接收者和消息处理机制。将信息组发送至中间件35。中间件是一种独立的系统软件服务程序,中间件位于客户机服务器的操作系统之上,管理计算资源和网络通信。
可选地,规则引擎33控制设备侧进行信息的发送,包括发送时间以及发送频次等。设备侧31被配置为,提供相应的控制接口。
中间件35,被配置为:将第一信息报文转换为第一服务。将信息组转换为第二服务。将第一服务的多个接口映射至第二服务对应的接口,从而实现第一服务和第二服务的互联互通。
可选地,设备信息采集通道32,还被配置为:将设备接口描述语言规范输入至中间件35。中间件35,还被配置为:根据设备接口描述语言规范,将第一信息报文转换为第一服务。根据设备接口描述语言规范,将信息组转换为第二服务。
本申请实施例提出了一种信息收集系统,将设备侧的相关设备的第一信息报文通过中间件转换为第一服务,当用户通过任务指令通道发送相应第一信息的请求消息后,不同于现有技术中需要将第一信息的请求消息发送至消息路由层,消息路由层的结构较为复杂,其中包括消息拦截功能、规则引擎以及转发功能等,而在本系统中只需要将第一信息的请求消息发送至规则引擎,通过规则引擎将相关重要的通信信息发送至中间件,通过中间件转换为第二服务,再通过将第一服务的多个接口映射至所述第二服务对应的接口,从而使得第一服务可以与第二服务进行互联互通。用户便可以通过第二服务读取或控制第一服务。
此外,本申请实施例还提供一种计算机可读介质,该计算机可读介质上存储有计算机可读指令,计算机可读指令在被处理器执行时,使处理器执行前述的信息收集方法。计算机可读介质的实施例包括软盘、硬盘、磁光盘、光盘(如CD-ROM、CD-R、CD-RW、DVD-ROM、DVD-RAM、DVD-RW、DVD+RW)、磁带、非易失性存储卡和ROM。可选地,可以由通信网络从服务器计算机上或云上下载计算机可读指令。
需要说明的是,上述各流程和各系统结构图中不是所有的步骤和模块都是必须的,可以根据实际的需要忽略某些步骤或模块。各步骤的执行顺序不是固定的,可以根据需要进行调整。上述各实施例中描述的系统结构可以是物理结构,也可以是逻辑结构,即,有些模块可能由同一物理实体实现,或者,有些模块可能分由多个物理实体实现,或者,可以由多个独立设备中的某些部件共同实现。

Claims (9)

  1. 一种信息收集方法,包括:
    -采集(201)设备侧一设备的第一信息;
    -根据第一服务定义的描述,将所述第一信息转换(202)为第一信息报文;所述第一服务定义的描述包括任务指令通道所采用的服务定义的描述;
    -接收(203)用户针对所述设备的第一信息的请求消息;
    -根据预设框架,提取(204)所述第一信息的请求消息中的信息组;所述信息组包括:消息内容、发送者、接收者和消息处理机制;
    -将所述第一信息报文转换(205)为第一服务;
    -将所述信息组转换(206)为第二服务;
    -将所述第一服务的多个接口分别映射(207)至所述第二服务对应的接口,从而实现所述第一服务和所述第二服务的互联互通。
  2. 根据权利要求1所述的方法,其特征在于,将所述第一信息报文转换(205)为第一服务包括:
    -根据设备接口描述语言规范,将所述第一信息报文转换为第一服务。
  3. 根据权利要求1所述的方法,其特征在于,将所述信息组转换(206)为第二服务包括:
    -根据设备接口描述语言规范,将所述信息组转换为第二服务。
  4. 根据权利要求3所述的方法,其特征在于,在将所述信息组转换(206)为第二服务后,所述方法还包括:
    -当所述消息处理机制中包含运行时库配置信息时,将运行时库加载至所述第二服务。
  5. [根据细则91更正 26.10.2022]
    根据权利要求1所述的方法,其特征在于,所述第一信息包括:温度、电流、或电压。
  6. [根据细则91更正 26.10.2022]
    根据权利要求1所述的方法,其特征在于,所述服务定义的描述中包括:服务名称、参数类型和参数名的描述方式。
  7. [根据细则91更正 26.10.2022]
    一种信息收集系统,包括:
    -设备信息采集通道(32),被配置为:
    -采集设备侧(31)一设备的第一信息;
    -根据第一服务定义的描述,将所述第一信息转换为第一信息报文;所述第一服务定义的描述包括任务指令通道所采用的服务定义的描述;
    -将所述第一信息报文发送至中间件(35);
    -所述任务指令通道(34),被配置为:
    -接收用户针对所述设备的第一信息的请求消息;
    -将所述第一信息的请求消息发送至规则引擎(33);
    -所述规则引擎(33),被配置为:
    -根据预设框架,提取所述第一信息的请求消息中的信息组;所述信息组包括:消息内容、发送者、接收者和消息处理机制;
    -将所述信息组发送至所述中间件(35);
    -所述中间件(35),被配置为:
    -将所述第一信息报文转换为第一服务;
    -将所述信息组转换为第二服务;
    -将所述第一服务的多个接口映射至所述第二服务对应的接口,从而实现所述第一服务和所述第二服务的互联互通。
  8. [根据细则91更正 26.10.2022]
    根据权利要求6所述的系统,其特征在于,
    -所述设备信息采集通道(32),还被配置为:
    -将设备接口描述语言规范输入至所述中间件(35);
    -所述中间件(35),还被配置为:
    -根据所述设备接口描述语言规范,将所述第一信息报文转换为第一服务;
    -根据所述设备接口描述语言规范,将所述信息组转换为第二服务。
  9. [根据细则91更正 26.10.2022]
    一种计算机可读介质,其特征在于,所述计算机可读介质上存储有计算机可读指令,所述计算机可读指令在被处理器执行时,使所述处理器执行如权利要求1~5任一项所述的方法中的步骤。
PCT/CN2022/127425 2022-10-25 2022-10-25 一种信息收集方法、系统及存储介质 WO2024087022A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/127425 WO2024087022A1 (zh) 2022-10-25 2022-10-25 一种信息收集方法、系统及存储介质

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/127425 WO2024087022A1 (zh) 2022-10-25 2022-10-25 一种信息收集方法、系统及存储介质

Publications (1)

Publication Number Publication Date
WO2024087022A1 true WO2024087022A1 (zh) 2024-05-02

Family

ID=90829804

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/127425 WO2024087022A1 (zh) 2022-10-25 2022-10-25 一种信息收集方法、系统及存储介质

Country Status (1)

Country Link
WO (1) WO2024087022A1 (zh)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11019004B1 (en) * 2018-01-04 2021-05-25 Amdocs Development Limited System, method, and computer program for performing bot engine abstraction
CN113259430A (zh) * 2021-05-11 2021-08-13 京东数字科技控股股份有限公司 一种消息调用方法和装置、电子设备及存储介质
CN114124695A (zh) * 2021-11-23 2022-03-01 上海帆一尚行科技有限公司 一种数据采集方法、装置和电子设备

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11019004B1 (en) * 2018-01-04 2021-05-25 Amdocs Development Limited System, method, and computer program for performing bot engine abstraction
CN113259430A (zh) * 2021-05-11 2021-08-13 京东数字科技控股股份有限公司 一种消息调用方法和装置、电子设备及存储介质
CN114124695A (zh) * 2021-11-23 2022-03-01 上海帆一尚行科技有限公司 一种数据采集方法、装置和电子设备

Similar Documents

Publication Publication Date Title
CN111131379B (zh) 一种分布式流量采集系统和边缘计算方法
CN112540948B (zh) 通过事件流处理集群管理器进行路由管理
CN112822276B (zh) 一种变电站站控层通信方法、系统、电子设备及存储介质
CN109088820B (zh) 一种跨设备链路聚合方法、装置、计算装置和存储介质
KR20150054505A (ko) 홈 가전기기들에 대한 관리 서비스를 제공하는 클라우드 기반의 데이터 서버 및 홈 가전기기들에 대한 관리 서비스 제공 방법
CN112187491B (zh) 服务器的管理方法、装置和设备
CN113691408B (zh) 电力数据通信网络仿真方法、装置、计算机设备
US8589381B2 (en) Resource management program, resource management process, and resource management apparatus
US20220166760A1 (en) Systems and methods for establishing secure remote connections to media devices
WO2024036841A1 (zh) 网络拓扑结构优化方法、装置、存储介质与电子设备
US20180191858A1 (en) System for managing data of user devices
US20180241849A1 (en) On-demand startup of offline servers and connection routing
WO2024087022A1 (zh) 一种信息收集方法、系统及存储介质
CN114567568B (zh) 基于边缘计算的电力物联网数据处理方法和装置
KR20220060429A (ko) 원격지의 네트워크 스위치에 대한 로그 수집 시스템 및 이의 빅데이터 구축 방법
EP4432632A1 (en) Ad hoc distributed energy resource machine data aggregation, deep learning, and fault-tolerant power system, for co-simulation
CN117201609A (zh) 一种面向舰船的采集作动设备数据使用和存储管理方法和装置
CN112003825A (zh) 一种基于sdn的虚拟网络隔离方法及sdn控制器
CN115695090A (zh) 数据传输方法、物联网网关设备及计算机可读存储介质
CN111461451B (zh) 一种配电通信网络的运维方法、装置及存储介质
Milenkovic Internet of things: System reference architecture
CN115333943A (zh) 确定性网络资源配置系统、方法、设备及存储介质
CN115396523A (zh) 物联网数据处理方法、装置、设备、介质及物联网软网关
Fang et al. New method to analyse delay of DDS and MMS in substation communication
CN106990992A (zh) 服务配置方法、装置、服务器及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22963009

Country of ref document: EP

Kind code of ref document: A1