CN110768866A - Method and device for building distributed bottom layer framework - Google Patents

Method and device for building distributed bottom layer framework Download PDF

Info

Publication number
CN110768866A
CN110768866A CN201911012385.2A CN201911012385A CN110768866A CN 110768866 A CN110768866 A CN 110768866A CN 201911012385 A CN201911012385 A CN 201911012385A CN 110768866 A CN110768866 A CN 110768866A
Authority
CN
China
Prior art keywords
module
message
sorter
network manager
network
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201911012385.2A
Other languages
Chinese (zh)
Other versions
CN110768866B (en
Inventor
袁重阳
骆正新
谢培新
张志鹏
杨艳京
刘鲁鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CRSC Urban Rail Transit Technology Co Ltd
Original Assignee
CRSC Urban Rail Transit Technology Co Ltd
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 CRSC Urban Rail Transit Technology Co Ltd filed Critical CRSC Urban Rail Transit Technology Co Ltd
Priority to CN201911012385.2A priority Critical patent/CN110768866B/en
Publication of CN110768866A publication Critical patent/CN110768866A/en
Application granted granted Critical
Publication of CN110768866B publication Critical patent/CN110768866B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/12Network monitoring probes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/02Capturing of monitoring data
    • H04L43/026Capturing of monitoring data using flow identification

Abstract

The embodiment of the invention provides a method and a device for building a distributed bottom layer framework, wherein the method comprises the following steps: determining a port of each module based on a network manager; the sorter in the module classifies the received messages and transmits the message classification results to each transceiver, and transmits the messages transmitted by each transceiver to the interface of the module where the sorter is located; a transceiver in the module receives the message classification result transmitted by the sorter, performs logic processing on the message classification result, and transmits the message classification result after the logic processing to the sorter; and when the module where the network agent is located is used as a client, the module where the network agent is located sends the message to other modules. In the embodiment of the invention, only the IP and the port of the network manager need to be configured, and each module can be independently executed at different PC ends by registering the network manager; the design flow of each module is similar, and development and implementation are facilitated.

Description

Method and device for building distributed bottom layer framework
Technical Field
The invention relates to the technical field of urban rail transit, in particular to a method and a device for building a distributed bottom layer framework.
Background
With the rapid development of urban rail transit, urban rail transit signal test systems are increasingly applied.
In the existing urban rail transit signal test system, not only a complex geographical line model needs to be constructed, but also models such as a specified number of trains need to be added to test the performance of the system. In this case, higher demands are placed on the performance of the computer, and the cost is also increased. Meanwhile, when testing is performed at a single PC, inconvenience is brought to a tester when observing and operating the states of the respective devices. In addition, the existing urban rail transit signal test system is complex in communication configuration, communication parameters such as IP (Internet protocol) of each module need to be configured, the task amount is large, the division granularity of subsystems is low, the modules are divided according to the tested subsystems, if a certain subsystem has a module with large computation amount, the module cannot be split, and therefore the load of a single PC (personal computer) is increased.
Therefore, how to satisfy the test requirement under the condition that the existing PC is inconvenient to configure becomes a technical problem to be solved urgently.
Disclosure of Invention
The embodiment of the invention provides a distributed bottom layer framework building method, which is used for solving the technical problem of meeting the test requirement under the condition of inconvenient configuration of the existing PC.
The embodiment of the invention provides a method for building a distributed bottom layer framework, which comprises the following steps:
determining, based on the network manager, a port of each module for network communication with the other modules;
the sorter in each module sorts the message received by the module and transmits the message sorting result to each transceiver, and the message transmitted by each transceiver is transmitted to the interface of the module where the sorter is located;
the transceiver in each module receives the message classification result transmitted by the sorter in the module, performs logic processing on the message classification result, and transmits the message classification result after the logic processing to the sorter;
when the module where the network agent is located is used as a server, the information sent by other modules is monitored and transmitted to the sorter corresponding to the module for classification, and meanwhile, when the module where the network agent is located is used as a client, the information is sent to other modules.
Optionally, the network manager includes: and configuring the IP and the network manager of the port according to the configuration file.
Optionally, the determining the port of each module based on the network manager includes:
the network manager records the ID and IP of each module initiating registration to the network manager, and allocates a port for each module;
the network manager sends the ID, IP and port of all modules to each module.
Optionally, the method for building a distributed underlying framework further includes: a messaging mechanism is set up.
The embodiment of the invention provides a distributed bottom layer framework building device, which comprises: the system comprises a determining module, a classifying module, a transceiving module and an agent module;
the determining module is used for determining a port of each module based on a network manager so as to be used for network communication with other modules;
the sorting module is used for sorting the messages received by the module by the sorter in each module, transmitting the message sorting result to each transceiver, and transmitting the messages transmitted by each transceiver to the interface of the module where the sorter is located;
the transceiver module is configured to receive the message classification result transmitted by the sorter in the module, perform logic processing on the message classification result, and transmit the message classification result after the logic processing to the sorter;
the agent module is used for monitoring messages sent by other modules and transmitting the messages to a sorter corresponding to the agent module for classification when the network agent module serves as a server side, and meanwhile, sending the messages to other modules when the network agent module serves as a client side.
Optionally, the network manager includes: and configuring the IP and the network manager of the port according to the configuration file.
Optionally, the determining module is specifically configured to record, by the network manager, an ID and an IP of each module initiating registration to the network manager, and allocate a port to each module; the network manager sends the ID, IP and port of all modules to each module.
Optionally, the distributed underlying framework building apparatus further includes: and the setting module is used for setting a message mechanism.
An embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the steps of the method.
Embodiments of the present invention provide a non-transitory computer readable storage medium having stored thereon a computer program, which when executed by a processor, performs the steps of the above-described method.
The embodiment of the invention has simple configuration, only the IP and the port of the network manager need to be configured, and each module can be independently executed at different PC ends by registering the network manager; the design flow of each module is similar, and development and implementation are facilitated.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 shows a schematic flow chart of a distributed underlying framework building method according to an embodiment of the present invention;
FIG. 2 illustrates a distributed underlying framework diagram provided by an embodiment of the invention;
fig. 3 is a schematic diagram illustrating information mainly contained in a message sent by a sorter according to an embodiment of the present invention;
fig. 4 is a schematic diagram illustrating information mainly contained in a message transmitted by a transceiver according to an embodiment of the present invention;
fig. 5 is a schematic diagram illustrating information mainly contained in a message buffer according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating a setup message mechanism provided by an embodiment of the invention;
fig. 7 shows a schematic structural diagram of a distributed underlying framework building apparatus according to an embodiment of the present invention;
fig. 8 is a logic block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 shows a schematic flow chart of a distributed underlying framework building method provided by an embodiment of the present invention, including:
s11, determining a port of each module for network communication with other modules based on the network manager.
In embodiments of the present invention, the configuration file is written by a technician. After the technician writes the completed configuration file, the network manager reads the IP and port defined by the configuration file. And then uniformly allocating a port for each module to perform network communication with other modules according to the network manager. The network manager allocates ports for the modules according to the registration messages sent by the modules to the network manager.
It should be noted that the module is an application program process which can be executed separately. In an embodiment of the present invention, the network manager is shown in fig. 2.
And S12, the sorter in each module sorts the message received by the module, and transfers the message sorting result to each transceiver, and transfers the message transferred by each transceiver to the interface of the module where the sorter is located.
In an embodiment of the invention, the sorter is a core part of the entire module. After each module receives the messages sent by other modules, in order to make each message get its place, the sorter in the module sorts the messages according to the screening condition and transmits the sorted messages to each transceiver. I.e. only one sorter is needed for one module. And the sorter can receive the messages transmitted by each transceiver and transmit the messages transmitted by each transceiver to the interface of the module where the sorter is located.
It should be noted that the module in which the network proxy is located needs to communicate with a plurality of modules, and therefore, a plurality of devices having functions similar to those of a "transceiver", which are called interfaces, are provided for the network proxy. It is responsible for passing information in the network inside the module. In an embodiment of the present invention, the sorter is as shown in fig. 2. The messages delivered by the sorter mainly contain information as shown in figure 3.
And S13, the transceiver in each module receives the message classification result transmitted by the sorter in the module, performs logic processing on the message classification result, and transmits the message classification result after the logic processing to the sorter.
In the embodiment of the invention, each module can simultaneously establish connection with other modules to receive and send messages. For ease of management, each connection is provided with a transceiver for receiving, logically processing and communicating messages to and from it. I.e. one module may have multiple transceivers. After receiving the messages transmitted by the interface, the sorter classifies the messages and transmits the classified messages to each transceiver of the module where the sorter is located. After receiving the classified information, each transceiver in the module can carry out logic processing on the classified information and transmit the classified information after logic processing to the sorter. In an embodiment of the present invention, a transceiver is shown in fig. 2. The message communicated by the transceiver primarily contains information as shown in fig. 4.
S14, when the module of the network agent is used as the server, it monitors the message sent by other modules and transfers the message to the sorter corresponding to the module for sorting, and at the same time, when the module of the network agent is used as the client, it sends the message to other modules.
In the embodiment of the invention, the network agent is a link for connecting other modules and is a channel for communicating the inside of the module with the outside of the module. Each module performs message interaction with other modules through a network, and therefore, each module is respectively provided with a network agent to initiate registration to a network manager for applying for a port of the module. In addition, the module provided with the network agent can be used as a server and a client simultaneously, and an interface is created between the module and other modules to convert network information flow and internal messages. Specifically, when the module where the network agent is located serves as a server, the network agent monitors messages sent by other modules and transmits the messages to the sorters corresponding to the module for classification, and meanwhile, when the module where the network agent is located serves as a client, the network agent sends the messages to other modules. In an embodiment of the invention, the network proxy is shown in fig. 2. The module where the network agent is located forcibly converts the received network data stream into a message class, and then delivers the message class to a sorter for sorting the message. When the module where the network agent is located sends a message to another module, if the other module is not connected with the network, the message is stored in a message buffer area, and after the other module is connected with the network, the message is sent to the other module from the message buffer area; and if the other module is connected with the network, directly sending the message to the other module. The message mainly contains information as shown in fig. 5.
It should be noted that the four steps S11, S12, S13 and S14 are not in sequence. In the process of building the distributed bottom layer framework, any one of the four steps of S11, S12, S13 and S14 can be preferentially carried out, namely the sequence of S11, S12, S13 and S14 can be randomly arranged, and the building of the distributed bottom layer framework is completed.
The embodiment of the invention enables each module to be independently executed at different PC ends by registering the network manager through configuring the IP and the port of the network manager; the flow of each module is similar, and development and implementation are facilitated.
Further, on the basis of the above method embodiment, the network manager includes: and configuring the IP and the network manager of the port according to the configuration file.
In an embodiment of the present invention, the configuration file is written by a technician. And configuring the IP and the port of the network manager according to the configuration file written by the technical personnel.
Further, on the basis of the above method embodiment, the determining, based on the network manager, the port of each module includes:
the network manager records the ID and IP of each module initiating registration to the network manager, and allocates a port for each module;
the network manager sends the ID, IP and port of all modules to each module.
In embodiments of the invention, each module may initiate registration with the network manager. And after receiving the registration message, the network manager records the ID and the IP of each module and allocates a port for each module.
The embodiment of the invention uniformly distributes the interfaces for each module through the network manager, and sends the ID, the IP and the port of each module to other modules, thereby simplifying the configuration process.
Further, on the basis of the above method embodiment, the method for building a distributed underlying framework further includes: a messaging mechanism is set up.
In the embodiment of the invention, in the execution process of each module, not only the output result of each module has an influence on other modules, but also the process variable of each module can trigger the logic operation of other modules, so that the modules are interacted by adopting a message triggering mode. And encapsulating the result generated by the module at any time or under any condition according to the form of the message, and then sending the encapsulated message through the network. As shown in fig. 6.
Specifically, the process of setting up the message mechanism is as follows (as shown in fig. 6):
1) defining a message base class comprising: source address, destination address, type, blacklist and other attributes;
2) in the execution process of the module 1, if the condition of trigger 1 or trigger 2 is met, newly establishing an application message 1 (inheritance message base class) or an application message 2 (inheritance message base class), assigning values to various member variables of the new application message, and then sending the assigned values to the module 2 by a tcp (transmission control protocol);
3) after receiving the application message 1 or the application message 2, the module 2 can analyze the application message according to the type, take the application message as the input for carrying out the corresponding logical operation, and send a message feedback information packet to the module 1 if feedback is needed.
It should be noted here that, because the distributed underlying framework of the present invention is based on object-oriented, in the message transmission process, the message base class is used as a medium to transmit information, and when the transmitted message is used, the transmitted message needs to be converted into information corresponding to the inheritance class.
The embodiment of the invention takes the message base class as the parameter of the method, thereby greatly simplifying the message transmission.
Fig. 7 shows a structural schematic diagram of a distributed bottom layer framework building device provided by an embodiment of the present invention, which includes:
a determination module 71, a classification module 72, a transceiver module 73 and an agent module 74;
the determining module 71 is configured to determine, based on the network manager, a port of each module for network communication with other modules;
the sorting module 72 is used for the sorter in each module to sort the messages received by the module, and transfer the results of message sorting to each transceiver, and transfer the messages transferred by each transceiver to the interface of the module where the sorter is located;
the transceiver module 73 is configured to receive the message classification result transmitted by the sorter in each module, perform logic processing on the message classification result, and transmit the message classification result after the logic processing to the sorter;
the agent module 74 is configured to monitor messages sent by other modules and transmit the messages to the corresponding sorters of the module for sorting when the module where the network agent is located serves as a server, and send the messages to other modules when the module where the network agent is located serves as a client.
Further, on the basis of the above device embodiment, the network manager includes: and configuring the IP and the network manager of the port according to the configuration file.
Further, on the basis of the above device embodiment, the determining module 71 is specifically configured to record, by the network manager, an ID and an IP of each module initiating registration to the network manager, and allocate a port to each module; the network manager sends the ID, IP and port of all modules to each module.
Further, on the basis of the above device embodiment, the distributed underlying framework building device further includes: and the setting module is used for setting a message mechanism.
FIG. 8 is a logic block diagram of an electronic device according to an embodiment of the invention; the electronic device includes: a processor (processor)81, a memory (memory)82, and a bus 83;
wherein, the processor 81 and the memory 82 complete the communication with each other through the bus 83; the processor 81 is configured to call the program instructions in the memory 82 to execute the distributed underlying framework building method provided by the above method embodiment.
An embodiment of the present invention further provides a non-transitory computer-readable storage medium, where the non-transitory computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements the method for building a distributed infrastructure provided in the foregoing embodiments.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A distributed bottom layer framework building method is characterized by comprising the following steps:
determining, based on the network manager, a port of each module for network communication with the other modules;
the sorter in each module sorts the message received by the module and transmits the message sorting result to each transceiver, and the message transmitted by each transceiver is transmitted to the interface of the module where the sorter is located;
the transceiver in each module receives the message classification result transmitted by the sorter in the module, performs logic processing on the message classification result, and transmits the message classification result after the logic processing to the sorter;
when the module where the network agent is located is used as a server, the information sent by other modules is monitored and transmitted to the sorter corresponding to the module for classification, and meanwhile, when the module where the network agent is located is used as a client, the information is sent to other modules.
2. The distributed infrastructure framework building method of claim 1, wherein the network manager comprises: and configuring the IP and the network manager of the port according to the configuration file.
3. The distributed infrastructure framework building method of claim 1, wherein determining the port of each module based on the network manager comprises:
the network manager records the ID and IP of each module initiating registration to the network manager, and allocates a port for each module;
the network manager sends the ID, IP and port of all modules to each module.
4. The distributed underlying framework building method according to claim 1, further comprising: a messaging mechanism is set up.
5. A distributed bottom layer framework building device is characterized by comprising: the system comprises a determining module, a classifying module, a transceiving module and an agent module;
the determining module is used for determining a port of each module based on a network manager so as to be used for network communication with other modules;
the sorting module is used for sorting the messages received by the module by the sorter in each module, transmitting the message sorting result to each transceiver, and transmitting the messages transmitted by each transceiver to the interface of the module where the sorter is located;
the transceiver in each module is used for receiving the message classification result transmitted by the sorter in the module, performing logic processing on the message classification result, and transmitting the message classification result after the logic processing to the sorter;
the agent module is used for monitoring messages sent by other modules and transmitting the messages to a sorter corresponding to the agent module for classification when the network agent module serves as a server side, and meanwhile, sending the messages to other modules when the network agent module serves as a client side.
6. The distributed sub-framework building apparatus according to claim 5, wherein the network manager comprises: and configuring the IP and the network manager of the port according to the configuration file.
7. The distributed underlying framework building device according to claim 5, wherein the determining module is specifically configured to record, by the network manager, IDs and IPs of modules that initiate registration with the network manager, and allocate a port to each module; the network manager sends the ID, IP and port of all modules to each module.
8. The distributed sub-framework building apparatus according to claim 5, further comprising: and the setting module is used for setting a message mechanism.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the distributed infrastructure construction method according to any of claims 1-4 when executing the program.
10. A non-transitory computer readable storage medium having stored thereon a computer program, characterized in that the computer program, when being executed by a processor, realizes the steps of the distributed infrastructure framework building method according to any one of claims 1-4.
CN201911012385.2A 2019-10-23 2019-10-23 Method and device for building distributed bottom layer framework Active CN110768866B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911012385.2A CN110768866B (en) 2019-10-23 2019-10-23 Method and device for building distributed bottom layer framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911012385.2A CN110768866B (en) 2019-10-23 2019-10-23 Method and device for building distributed bottom layer framework

Publications (2)

Publication Number Publication Date
CN110768866A true CN110768866A (en) 2020-02-07
CN110768866B CN110768866B (en) 2022-04-19

Family

ID=69333482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911012385.2A Active CN110768866B (en) 2019-10-23 2019-10-23 Method and device for building distributed bottom layer framework

Country Status (1)

Country Link
CN (1) CN110768866B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1889476A (en) * 2006-07-19 2007-01-03 华为技术有限公司 Message emulating method and equipment
CN101079902A (en) * 2007-06-29 2007-11-28 清华大学 A great magnitude of data hierarchical storage method
CN101668036A (en) * 2009-09-22 2010-03-10 成都市华为赛门铁克科技有限公司 Simulating system of distributed device and method for processing service by simulating distributed device
CN102123080A (en) * 2010-12-31 2011-07-13 杭州华三通信技术有限公司 Data forwarding device and cable fastener plate and data forwarding method
CN103428270A (en) * 2013-07-09 2013-12-04 国云科技股份有限公司 Network communication method applicable to distributed-type environment
CN104811381A (en) * 2015-04-30 2015-07-29 瑞斯康达科技发展股份有限公司 Label-based data transmission method and label-based data transmission equipment under distributed environment
CN106888129A (en) * 2017-04-20 2017-06-23 国家电网公司 It is a kind of can elastic telescopic distributed service management system and its method
US20170193233A1 (en) * 2016-01-06 2017-07-06 Thomas Lorini System and method for data segmentation and distribution across multiple cloud storage points
CN108052358A (en) * 2017-12-12 2018-05-18 上海天旦网络科技发展有限公司 A kind of system and method for distributed deployment
CN109194538A (en) * 2018-08-03 2019-01-11 平安科技(深圳)有限公司 Test method, device, server and storage medium based on distributed coordination

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1889476A (en) * 2006-07-19 2007-01-03 华为技术有限公司 Message emulating method and equipment
CN101079902A (en) * 2007-06-29 2007-11-28 清华大学 A great magnitude of data hierarchical storage method
CN101668036A (en) * 2009-09-22 2010-03-10 成都市华为赛门铁克科技有限公司 Simulating system of distributed device and method for processing service by simulating distributed device
CN102123080A (en) * 2010-12-31 2011-07-13 杭州华三通信技术有限公司 Data forwarding device and cable fastener plate and data forwarding method
CN103428270A (en) * 2013-07-09 2013-12-04 国云科技股份有限公司 Network communication method applicable to distributed-type environment
CN104811381A (en) * 2015-04-30 2015-07-29 瑞斯康达科技发展股份有限公司 Label-based data transmission method and label-based data transmission equipment under distributed environment
US20170193233A1 (en) * 2016-01-06 2017-07-06 Thomas Lorini System and method for data segmentation and distribution across multiple cloud storage points
CN106888129A (en) * 2017-04-20 2017-06-23 国家电网公司 It is a kind of can elastic telescopic distributed service management system and its method
CN108052358A (en) * 2017-12-12 2018-05-18 上海天旦网络科技发展有限公司 A kind of system and method for distributed deployment
CN109194538A (en) * 2018-08-03 2019-01-11 平安科技(深圳)有限公司 Test method, device, server and storage medium based on distributed coordination

Also Published As

Publication number Publication date
CN110768866B (en) 2022-04-19

Similar Documents

Publication Publication Date Title
US10389596B2 (en) Discovering application topologies
US11323354B1 (en) Methods, systems, and computer readable media for network testing using switch emulation
US11032126B2 (en) Diagnostic traffic generation for automatic testing and troubleshooting
US11483228B2 (en) Methods, systems, and computer readable media for network testing using an emulated data center environment
CN109075996B (en) Monitoring controller for monitoring network performance and method performed thereby
WO2017031698A1 (en) Method, apparatus, and system for acquiring vnf information
CN101145977B (en) A QoS monitoring system and its measuring method of IP data network
CN111817913B (en) Distributed network performance test method, system, server and storage medium
CN109167762A (en) A kind of IEC104 message checking method and device
US11855872B2 (en) Methods, systems, and computer readable media for network traffic generation using machine learning
CN110768866B (en) Method and device for building distributed bottom layer framework
CN110198246B (en) Method and system for monitoring flow
CN110932879B (en) Network performance test method, data processing device and storage medium
CN113032054B (en) Service execution method and device, storage medium and electronic device
CN115499432A (en) Family terminal computing resource management system and computing resource scheduling method
CN109814871B (en) Node management method and system based on DDS bus
CN103718513B (en) Deep packet inspection method and device
CN109245964B (en) Communication method, system, equipment and medium for public network pressure test
US20210184988A1 (en) Methods, systems and computer readable media for diagnosing network function virtualization performance
CN113014610A (en) Remote access method, device and system
CN113452571B (en) Remote protocol test system for communication control equipment
US11962434B2 (en) Methods, systems, and computer readable media for capturing dropped packets at a switching fabric emulator
US20240069099A1 (en) Methods, systems, and computer readable media for using a testbed transpiler
CN116112413A (en) Network equipment testing method, system, device, storage medium and electronic equipment
WO2022135373A1 (en) Method for requesting network resource, and related device thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant