CN115617449A - Method for providing operation environment of Internet of things - Google Patents

Method for providing operation environment of Internet of things Download PDF

Info

Publication number
CN115617449A
CN115617449A CN202211025306.3A CN202211025306A CN115617449A CN 115617449 A CN115617449 A CN 115617449A CN 202211025306 A CN202211025306 A CN 202211025306A CN 115617449 A CN115617449 A CN 115617449A
Authority
CN
China
Prior art keywords
module
data
internet
things
event
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.)
Pending
Application number
CN202211025306.3A
Other languages
Chinese (zh)
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.)
Shenzhen Neoway Technology Co Ltd
Original Assignee
Shenzhen Neoway 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 Shenzhen Neoway Technology Co Ltd filed Critical Shenzhen Neoway Technology Co Ltd
Priority to CN202211025306.3A priority Critical patent/CN115617449A/en
Publication of CN115617449A publication Critical patent/CN115617449A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16YINFORMATION AND COMMUNICATION TECHNOLOGY SPECIALLY ADAPTED FOR THE INTERNET OF THINGS [IoT]
    • G16Y40/00IoT characterised by the purpose of the information processing
    • G16Y40/10Detection; Monitoring
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16YINFORMATION AND COMMUNICATION TECHNOLOGY SPECIALLY ADAPTED FOR THE INTERNET OF THINGS [IoT]
    • G16Y40/00IoT characterised by the purpose of the information processing
    • G16Y40/20Analytics; Diagnosis

Abstract

The invention discloses a method for providing an operation environment of the Internet of things, which specifically comprises the following steps: step one, establishing a standard library; step two, event driving; step three, result verification; step four, safety verification; step five, debugging data; the invention relates to the technical field of Internet of things. The method for providing the running environment of the Internet of things comprises the steps that debugging data are loaded into a virtual machine and used as test data of a virtual area during butt joint of the Internet of things, the abnormal situation is rapidly located when the data are input into the virtual area through different risk levels to carry out code verification in a risk monitoring and adjusting mode, risk limitation is provided for the accuracy of execution codes in practical use, the execution codes corresponding to the terminals of the Internet of things are abnormally located in a screening and sorting mode, and the running environment integrating risk limitation and abnormal location is provided.

Description

Method for providing operation environment of Internet of things
Technical Field
The invention relates to the technical field of Internet of things, in particular to a method for providing an operating environment of the Internet of things.
Background
The runtime environment is also called runtime system, and refers to an environment for running semi-compiled runtime code on a target machine, and all languages based on the runtime system are semi-compiled semi-interpreted languages, so-called event-driven, as a simple example: based on the user's input (i.e. what event is generated, e.g. what button is clicked), what operation the computer performs (i.e. what function is called), although the event is not limited to the user's input, and the core of event-driven is naturally the event. From the event point of view, the basic structure of the event driver is composed of an event collector, an event sender and an event processor. The event collector is specifically responsible for collecting all events, including those from the user (e.g., mouse, keyboard events, etc.), from hardware (e.g., clock events, etc.), and from software (e.g., operating system, applications themselves, etc.). The event sender is responsible for distributing the events collected by the collector into the target object. The event processor does specific event response work, and is often determined completely only in the implementation stage, so that a virtual function mechanism is required to be applied. The event-driven architecture consists of three basic components, an event handler, and an event loop. The events are generated and sent to an event loop, which dispatches each event to a respective event processor. Event a is handled by processor a and event B will be handled by processor B.
The method and the system for providing the internet of things running environment as described in application No. 202111174828.5 indicate that all callback function executions in the events of the traditional running system are unordered or are simply executed according to the registration order, the problem of the real-time characteristic of the internet of things equipment is not utilized, and the event-driven real-time performance is ensured through the setting of the callback function priorities corresponding to various events.
Based on the retrieval of the above data, it can be seen that when an operation environment of the internet of things is provided, the judgment of the influence variable is lacked, that is, when software development is performed on a terminal product of the internet of things and the terminal product runs on a virtual machine, the versatility of the operation environment based on the actual operation condition cannot be realized, the rapid positioning of the abnormality under the abnormal condition cannot be realized, and often when the abnormality occurs, a subsequent test is required to perform the abnormal positioning in the software development process.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects of the prior art, the invention provides a method for providing an operation environment of the Internet of things, and solves the problems that the versatility of the operation environment based on the actual operation condition can not be realized and the abnormal rapid positioning under the abnormal condition can not be realized when the software is developed for the terminal product of the Internet of things and the terminal product of the Internet of things operates on a virtual machine.
(II) technical scheme
In order to achieve the purpose, the invention provides the following technical scheme: a method for providing an operating environment of an Internet of things specifically comprises the following steps:
step one, standard library establishment: the data loading unit loads standard data of different Internet of things terminals and ideal result data of the standard data after object code compiling in the virtual machine, the standard data and the ideal result data serve as debugging data, and meanwhile risk identification is carried out on the Internet of things loaded data through connection of safety software;
step two, event driving: loading the object code into an event driving unit of the virtual machine to generate a semi-compiled execution code, sequentially sending the standard data of different internet of things terminals loaded in the step one to an event cycle according to an initial sequence, and sending the standard data of a single internet of things as single data to an event processor for processing by the event cycle;
step three, result verification: transmitting the event processing result in the step two to an optimization analysis unit of the virtual machine, comparing the event processing result with corresponding ideal result data of the standard data, finishing verification if the result is consistent, and turning to the step four if the result is inconsistent;
step four, safety verification: when the comparison results are inconsistent in the third step, the optimization analysis unit authenticates the risk level when the corresponding Internet of things terminal is sent to the event cycle, after the risk level is corrected, the operation of the second step and the operation of the third step are repeated, when the results are consistent, the risk level of the corresponding Internet of things terminal is determined, and when the results are inconsistent, the operation is switched to the fifth step;
step five, data debugging: and D, classifying the importance of different Internet of things terminals in the step one, classifying according to the importance of the Internet of things terminals to obtain a screening sequence, selecting the same standard data, repeating the operation of the step two, the step three and the step four according to the screening sequence, completing verification, replacing the standard data when the results are inconsistent, repeating the operation of the step two, the step three and the step four, comparing, completing comparison when the results are consistent, and marking the execution code corresponding to the debugging data of the Internet of things terminal as an abnormal state when the results are inconsistent.
By adopting the technical scheme, debugging data is loaded into the virtual machine and is used as test data of the virtual area during the butt joint of the Internet of things, the abnormal situation is rapidly positioned when the execution code is verified by inputting the virtual area through different risk level data in a risk monitoring and adjusting mode, the execution code is positioned abnormally at the terminal of the Internet of things by a screening and sorting mode, and an operation environment integrating risk limitation and abnormal positioning is provided.
The invention is further configured to: the data loading unit is respectively connected with the event driving unit, the optimization analysis unit and the debugging unit in a butt joint mode, and the event driving unit is respectively connected with the optimization analysis unit and the debugging unit in a butt joint mode.
The invention is further configured to: the data loading unit comprises a terminal grading module, a security verification module and a data import module;
the terminal grading module is used for testing the loading sequence of the standard data of the terminal of the Internet of things as an initial sequence;
the safety verification module is used for carrying out risk identification on the Internet of things loaded data by butting safety software;
the data import module is used for loading debugging data into the event driving unit.
By adopting the technical scheme, when debugging data is loaded into the virtual area, risk control is carried out, so that simulation judgment is carried out on the operating environment of the operating system in the virtual area according to risk levels, the effective operating condition of the corresponding Internet of things terminal execution code in the virtual area is highlighted in an importance grading mode, and a flexible and convenient auxiliary environment is provided for software development.
The invention is further configured to: the event driving unit comprises an execution code generating module, an event importing module, an event circulating module and an event processing module, wherein the event circulating module is in butt joint with the event processing module;
the execution code generation module is used for loading the object code into an event driving unit of the virtual machine and generating a semi-compiled execution code;
the event import module is used for sequentially sending the standard data of different Internet of things terminals to the event cycle according to an initial sequence and sequentially sending the standard data of the different Internet of things terminals to the event cycle according to a screening sequence;
the event cycle module is used for sending the standard data of a single Internet of things as single data to the event processor;
and the event processing module is used as an event processor and is used for processing the standard data of the Internet of things according to the execution code.
The invention is further configured to: the optimization analysis unit comprises a standard verification module, a security level analysis module, a verification analysis module and a target determination module, wherein the standard verification module is in butt joint with the security level analysis module, the security level analysis module is in butt joint with the verification analysis module, and the verification analysis module is in butt joint with the target determination module.
The invention is further configured to: the standard verification module is used for receiving an event processing result of the event driving unit and comparing the event processing result with ideal result data corresponding to the standard data;
the security level analysis module is used for authenticating the risk level when the comparison result of the standard verification module is inconsistent and the corresponding Internet of things terminal sends the event to the event cycle;
the verification analysis module is used for trimming risks when the corresponding Internet of things terminal sends the risks to the event cycle, and sending trimmed data to the event driving unit for processing;
the target determining module is used for determining the risk level of the corresponding Internet of things terminal when the comparison result of the event processing result corresponding to the risk-trimmed data is consistent with the comparison result of the debugging data, marking the risk level as the safe working risk level, and sending the abnormal condition to the debugging unit when the results are inconsistent.
The invention is further configured to: the debugging unit comprises a screening and sorting module, a data replacing module and an abnormity marking module, wherein the screening and sorting module is in butt joint with the data replacing module, and the data replacing module is in butt joint with the abnormity marking module.
The invention is further configured to: the screening and sorting module is used for carrying out importance grading on different Internet of things terminals and sorting according to the importance grading of the Internet of things terminals to obtain screening and sorting;
the data replacement module is used for replacing standard data;
and the abnormal marking module is used for marking the execution code of the debugging data of the corresponding Internet of things terminal into an abnormal state when the comparison result is inconsistent after the standard data is replaced.
By adopting the technical scheme, after risk elimination is carried out on the debugging data, the setting input of screening and sequencing is carried out, the execution code in the abnormal state is rapidly positioned by combining the replacement of the standard data, the abnormal part of the development software running in the virtual area can be rapidly positioned without carrying out subsequent tests, and the functionality of the running environment is enhanced.
(III) advantageous effects
The invention provides a method for providing an operating environment of an Internet of things. The method has the following beneficial effects:
(1) According to the method for providing the running environment of the Internet of things, debugging data are loaded into a virtual machine and used as test data of a virtual area during the butt joint of the Internet of things, through a risk monitoring and adjusting mode, when data of different risk levels are input into the virtual area for verification of execution codes, the abnormal conditions are rapidly positioned, risk limitation is provided for the accuracy of the execution codes when the execution codes are put into practical use, and through a screening and sorting mode, the execution codes corresponding to the terminal of the Internet of things are positioned abnormally, and the running environment integrating risk limitation and abnormal positioning is provided.
(2) According to the method for providing the running environment of the Internet of things, when debugging data are loaded into the virtual area, risk control is carried out, so that the running environment of the running system in the virtual area is simulated and judged according to risk levels, the effective running condition of the corresponding terminal execution code of the Internet of things in the virtual area is highlighted through an importance grading mode, and a flexible and convenient auxiliary environment is provided for software development.
(3) According to the method for providing the running environment of the Internet of things, after risk elimination is carried out on debugging data, setting input of screening and sequencing is carried out, the execution code in the abnormal state is rapidly positioned by combining replacement of standard data, the abnormal part of the development software running in the virtual area can be rapidly positioned without subsequent testing, and the functionality of the running environment is enhanced.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a schematic block diagram of the system of the present invention;
FIG. 3 is a system schematic block diagram of a data loading unit of the present invention;
FIG. 4 is a system schematic block diagram of an event driven unit of the present invention;
FIG. 5 is a schematic block diagram of a system for optimizing an analysis unit according to the present invention;
FIG. 6 is a system schematic block diagram of a debug unit of the present invention.
In the figure, 1, a data loading unit; 2. an event driving unit; 3. an optimization analysis unit; 4. a debugging unit; 5. a terminal grading module; 6. a security verification module; 7. a data import module; 8. an execution code generation module; 9. an event import module; 10. an event cycle module; 11. an event processing module; 12. a standard verification module; 13. a security level analysis module; 14. a verification analysis module; 15. a target determination module; 16. a screening and sorting module; 17. a data replacement module; 18. and an exception marking module.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
Referring to fig. 1-6, the embodiment of the invention provides the following technical solutions:
the first embodiment,
A method for providing an operating environment of an Internet of things specifically comprises the following steps:
step one, standard library establishment: the data loading unit 1 loads standard data of different internet of things terminals and ideal result data of the standard data after object code compiling in a virtual machine, the ideal result data serve as debugging data, and meanwhile safety software is docked to conduct risk identification on the internet of things loaded data;
step two, event driving: loading the object code into an event driving unit 2 of the virtual machine to generate a semi-compiled execution code, sequentially sending the standard data of different internet of things terminals loaded in the step one to an event cycle according to an initial sequence, wherein the event cycle sends the standard data of a single internet of things as single data to an event processor for processing;
step three, result verification: transmitting the event processing result in the step two to an optimization analysis unit 3 of the virtual machine, comparing the event processing result with corresponding ideal result data of the standard data, finishing verification if the result is consistent, and turning to the step four if the result is inconsistent;
step four, safety verification: and when the comparison results are inconsistent in the third step, the optimization analysis unit 3 authenticates the risk level when the corresponding internet of things terminal is sent to the event cycle, after the risk level is corrected, the operation of the second step and the operation of the third step are repeated, and when the results are consistent, the risk level of the corresponding internet of things terminal is determined.
In the embodiment, the risk level is modified to judge the influence degree of the risk on the system running in the virtual area in the data transmission process of the terminal of the internet of things, so that the running environment of the internet of things with safe running risk limitation is constructed.
Example II,
A system for providing an operating environment of the internet of things, as shown in fig. 2, includes a data loading unit 1, an event driving unit 2, an optimization analysis unit 3, and a debugging unit 4, where the data loading unit 1 is respectively connected to the event driving unit 2, the optimization analysis unit 3, and the debugging unit 4, and the event driving unit 2 is respectively connected to the optimization analysis unit 3 and the debugging unit 4, and a method for providing an operating environment of the internet of things specifically includes the following steps:
step one, standard library establishment: the data import module 7 loads standard data of different internet of things terminals and ideal result data of the standard data after object code compiling in the virtual machine as debugging data and loads the debugging data into the event driving unit 2, the safety verification module 6 carries out risk identification on the internet of things loaded data by butting safety software, and the terminal grading module 5 tests by taking the loading sequence of the internet of things terminal standard data as an initial sequence;
step two, event driving: loading the object code into an execution code generation module 8 of the virtual machine to generate a semi-compiled execution code, sequentially sending the standard data of different internet of things terminals loaded in the step one to an event cycle by an event import module 9 according to an initial sequence, and sending the standard data of a single internet of things as single data to an event processing module 11 by an event cycle module 10 for processing;
step three, result verification: transmitting the event processing result in the step two to a standard verification module 12 of the virtual machine, comparing the event processing result with corresponding ideal result data of the standard data, finishing verification if the result is consistent, and turning to the step four if the result is inconsistent;
step four, safety verification: when the comparison result is inconsistent in the third step, the security level analysis module 13 authenticates the risk level when the corresponding internet of things terminal is sent to the event cycle, after the risk level is corrected, the operations in the second step and the third step are repeated, when the result is consistent, the risk level of the corresponding internet of things terminal is determined, and when the result is inconsistent, the process is transferred to the fifth step;
step five, data debugging: the screening and sorting module 16 is used for grading the importance of different internet of things terminals in the step one, sorting is carried out according to the importance of the internet of things terminals to obtain screening and sorting, the same standard data is selected, the operation of the step two, the operation of the step three and the operation of the step four are repeated according to the screening and sorting, the results are consistent, the verification is completed, when the results are inconsistent, the data replacing module 17 is used for replacing the standard data, the operation of the step two, the operation of the step three and the operation of the step four are repeated, the comparison is completed, when the results are consistent, the comparison is completed, and when the results are inconsistent, the abnormal marking module 18 marks the execution code corresponding to the internet of things terminal debugging data to be in an abnormal state.
According to the embodiment, on the basis of the first embodiment, importance classification is carried out on the Internet of things terminal, the error influence caused by standard data is eliminated in a mode of replacing standard data for debugging, the execution code in an abnormal state is directly positioned, and the use is flexible and convenient.
As a detailed description, as shown in fig. 3, the data loading unit 1 includes a terminal classification module 5, a security verification module 6, and a data import module 7;
the terminal grading module 5 is used for testing the loading sequence of the standard data of the terminal of the internet of things as an initial sequence;
the safety verification module 6 is used for carrying out risk identification on the Internet of things loaded data by butting safety software;
the data import module 7 is used to load debug data into the event driven unit 2.
The event driving unit 2 includes an execution code generating module 8, an event importing module 9, an event circulating module 10, and an event processing module 11, as shown in fig. 4, the event circulating module 10 is connected to the event processing module 11;
the execution code generation module 8 is used for loading the object code into the event driving unit 2 of the virtual machine and generating a semi-compiled execution code;
the event import module 9 is configured to sequentially send the standard data of different internet of things terminals to the event loop according to the initial sequence, and is configured to sequentially send the standard data of different internet of things terminals to the event loop according to the screening sequence;
the event cycle module 10 is configured to send standard data of a single internet of things as single data to the event processor;
the event processing module 11 serves as an event processor and is configured to process standard data of the internet of things according to the execution code.
Further, as shown in fig. 5, the optimization analysis unit 3 includes a standard verification module 12, a security level analysis module 13, a verification analysis module 14, and a target determination module 15, where the standard verification module 12 is configured to receive an event processing result of the event driving unit 2, and compare the event processing result with corresponding ideal result data of the standard data;
the standard verification module 12 is in butt joint with the security level analysis module 13, and the security level analysis module 13 is used for authenticating the risk level when the comparison result of the standard verification module 12 is inconsistent and the corresponding internet of things terminal is sent to the event cycle;
the security level analysis module 13 is in butt joint with the verification analysis module 14, and the verification analysis module 14 is used for modifying risks when the corresponding internet of things terminal sends the risks to the event cycle and sending the modified data to the event driving unit 2 for processing;
the verification analysis module 14 is in butt joint with the target determination module 15, and the target determination module 15 is configured to determine a risk level corresponding to the internet of things terminal when an event processing result corresponding to the risk-trimmed data is consistent with a comparison result of the debugging data, mark the risk level as a safe working risk level, and send an abnormal condition to the debugging unit 4 when the results are inconsistent.
Furthermore, as shown in fig. 6, the debugging unit 4 includes a screening sorting module 16, a data replacing module 17 and an exception labeling module 18, where the screening sorting module 16 is configured to perform importance classification on different internet of things terminals, and sort the terminals according to the importance classification of the internet of things terminals to obtain a screening sorting;
the screening and sorting module 16 is in butt joint with the data replacing module 17, and the data replacing module 17 is used for replacing standard data;
the data replacement module 17 is in butt joint with the exception marking module 18, and the exception marking module 18 is used for marking the execution code of the debugging data of the corresponding internet of things terminal to be in an exception state when the comparison result is still inconsistent after the standard data is replaced.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (8)

1. A method for providing an operating environment of an Internet of things is characterized in that: the method specifically comprises the following steps:
step one, standard library establishment: the data loading unit (1) loads standard data of different Internet of things terminals and ideal result data of the standard data after object code compiling in a virtual machine, the standard data and the ideal result data serve as debugging data, and meanwhile, safety software is connected to carry out risk identification on the Internet of things loaded data;
step two, event driving: loading the object code into an event driving unit (2) of the virtual machine to generate a semi-compiled execution code, sequentially sending the standard data of different internet of things terminals loaded in the step one to an event cycle according to an initial sequence, wherein the event cycle sends the standard data of a single internet of things as single data to an event processor for processing;
step three, result verification: transmitting the event processing result in the step two to an optimization analysis unit (3) of the virtual machine, comparing the event processing result with corresponding ideal result data of the standard data, finishing verification if the result is consistent, and turning to the step four if the result is inconsistent;
step four, safety verification: when the comparison results in the third step are inconsistent, the optimization analysis unit (3) authenticates the risk level when the corresponding Internet of things terminal is sent to the event cycle, the operation of the second step and the operation of the third step are repeated after the risk level is corrected, when the results are consistent, the risk level of the corresponding Internet of things terminal is determined, and when the results are inconsistent, the operation is transferred to the fifth step;
step five, data debugging: and performing importance grading on different Internet of things terminals in the step one, sorting according to the importance grading of the Internet of things terminals to obtain screening sorting, selecting the same standard data, repeating the operation of the step two, the step three and the step four according to the screening sorting, completing verification, replacing the standard data when the results are inconsistent, repeating the operation of the step two, the step three and the step four, comparing, completing comparison when the results are consistent, and marking the execution code corresponding to the debugging data of the Internet of things terminal as an abnormal state when the results are inconsistent.
2. The method for providing the operating environment of the internet of things as claimed in claim 1, wherein: the data loading unit (1) is respectively connected with the event driving unit (2), the optimization analysis unit (3) and the debugging unit (4) in a butt joint mode, and the event driving unit (2) is respectively connected with the optimization analysis unit (3) and the debugging unit (4) in a butt joint mode.
3. The method for providing an operating environment of the internet of things as claimed in claim 1, wherein: the data loading unit (1) comprises a terminal grading module (5), a safety verification module (6) and a data import module (7);
the terminal grading module (5) is used for testing the loading sequence of the standard data of the terminal of the Internet of things as an initial sequence;
the safety verification module (6) is used for carrying out risk identification on the Internet of things loaded data by butting safety software;
the data import module (7) is used for loading debugging data into the event driving unit (2).
4. The method for providing an operating environment of the internet of things as claimed in claim 1, wherein: the event driving unit (2) comprises an execution code generating module (8), an event importing module (9), an event circulating module (10) and an event processing module (11), wherein the event circulating module (10) is in butt joint with the event processing module (11);
the execution code generation module (8) is used for loading the object code into an event driving unit (2) of the virtual machine and generating semi-compiled execution code;
the event import module (9) is used for sequentially sending the standard data of different Internet of things terminals to the event cycle according to an initial sequence and sequentially sending the standard data of the different Internet of things terminals to the event cycle according to a screening sequence;
the event cycle module (10) is used for sending standard data of a single Internet of things to the event processor as single data;
the event processing module (11) is used as an event processor and is used for processing the standard data of the Internet of things according to the execution code.
5. The method for providing the operating environment of the internet of things as claimed in claim 1, wherein: the optimization analysis unit (3) comprises a standard verification module (12), a security level analysis module (13), a verification analysis module (14) and a target determination module (15), wherein the standard verification module (12) is in butt joint with the security level analysis module (13), the security level analysis module (13) is in butt joint with the verification analysis module (14), and the verification analysis module (14) is in butt joint with the target determination module (15).
6. The method for providing the operating environment of the internet of things as claimed in claim 5, wherein: the standard verification module (12) is used for receiving an event processing result of the event driving unit (2) and comparing the event processing result with corresponding ideal result data of the standard data;
the security level analysis module (13) is used for authenticating the risk level when the corresponding internet of things terminal sends the event cycle when the comparison result of the standard verification module (12) is inconsistent;
the verification analysis module (14) is used for modifying risks when the corresponding Internet of things terminal is sent to an event cycle, and sending modified data to the event driving unit (2) for processing;
the target determining module (15) is used for determining the risk level of the corresponding Internet of things terminal when the comparison result of the event processing result corresponding to the risk-trimmed data is consistent with the comparison result of the debugging data, marking the risk level as a safe working risk level, and sending the abnormal condition to the debugging unit (4) when the results are inconsistent.
7. The method for providing the operating environment of the internet of things as claimed in claim 1, wherein: the debugging unit (4) comprises a screening and sorting module (16), a data replacing module (17) and an abnormity marking module (18), wherein the screening and sorting module (16) is in butt joint with the data replacing module (17), and the data replacing module (17) is in butt joint with the abnormity marking module (18).
8. The method for providing an operating environment of the internet of things as claimed in claim 7, wherein: the screening and sorting module (16) is used for carrying out importance grading on different Internet of things terminals and sorting according to the importance grading of the Internet of things terminals to obtain screening and sorting;
the data replacement module (17) is used for replacing standard data;
and the abnormity marking module (18) is used for marking the execution code of the corresponding Internet of things terminal debugging data into an abnormal state when the comparison result is inconsistent after the standard data is replaced.
CN202211025306.3A 2022-08-25 2022-08-25 Method for providing operation environment of Internet of things Pending CN115617449A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211025306.3A CN115617449A (en) 2022-08-25 2022-08-25 Method for providing operation environment of Internet of things

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211025306.3A CN115617449A (en) 2022-08-25 2022-08-25 Method for providing operation environment of Internet of things

Publications (1)

Publication Number Publication Date
CN115617449A true CN115617449A (en) 2023-01-17

Family

ID=84856682

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211025306.3A Pending CN115617449A (en) 2022-08-25 2022-08-25 Method for providing operation environment of Internet of things

Country Status (1)

Country Link
CN (1) CN115617449A (en)

Similar Documents

Publication Publication Date Title
CN106506283B (en) Business test method and device of bank and enterprise docking system
US8898647B2 (en) Method and apparatus for test coverage analysis
CN109101680B (en) FPGA prototype automatic verification method and system based on GitLab-CI
CN107741908A (en) A kind of continuous integrating method and device based on automatic test
CN112025766B (en) Robot system health self-checking method and device and electronic equipment
CN106933572B (en) Measurement model based on LLVM intermediate representation program slice
CN111611154B (en) Regression testing method, device and equipment
CN106855844B (en) Performance test method and system
CN112685320B (en) Software defect repairing method and device based on multiple candidate programs
US6502235B1 (en) Apparatus, method, and storage medium for generating input parameter
CN117421217A (en) Automatic software function test method, system, terminal and medium
CN112685316A (en) Code execution path acquisition method and device, computer equipment and storage medium
CN115617449A (en) Method for providing operation environment of Internet of things
CN115934559A (en) Testing method of intelligent form testing system
CN110737590A (en) off-line debugging method
CN113051582B (en) Computer software technology development and debugging system
CN113282496B (en) Automatic interface testing method, device, equipment and storage medium
Singhal et al. A critical review of various testing techniques in aspect-oriented software systems
CN112416807A (en) System and method for analyzing and correlating test case results
CN113360397A (en) Regression testing method, device, equipment and storage medium of system function
CN111752823A (en) Method, device and equipment for testing vehicle-mounted power supply application software
CN113434408B (en) Unit test case sequencing method based on test prediction
Rexhepi et al. Software testing techniques and principles
WO2022249421A1 (en) Code implementation omission detection device, code implementation omission detection method, and program
Godboley et al. Dy-COPECA: A Dynamic Version of MC/DC Analyzer for C Program.

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