CN111158940A - Method and device for docking and dynamically loading different devices in field of Internet of things - Google Patents

Method and device for docking and dynamically loading different devices in field of Internet of things Download PDF

Info

Publication number
CN111158940A
CN111158940A CN201911419952.6A CN201911419952A CN111158940A CN 111158940 A CN111158940 A CN 111158940A CN 201911419952 A CN201911419952 A CN 201911419952A CN 111158940 A CN111158940 A CN 111158940A
Authority
CN
China
Prior art keywords
different devices
docking
model
language
internet
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
CN201911419952.6A
Other languages
Chinese (zh)
Other versions
CN111158940B (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.)
Beijing Internetware Ltd
Original Assignee
Smart Shenzhou Beijing 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 Smart Shenzhou Beijing Technology Co Ltd filed Critical Smart Shenzhou Beijing Technology Co Ltd
Priority to CN201911419952.6A priority Critical patent/CN111158940B/en
Publication of CN111158940A publication Critical patent/CN111158940A/en
Application granted granted Critical
Publication of CN111158940B publication Critical patent/CN111158940B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • 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/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45529Embedded in an application, e.g. JavaScript in a Web browser
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The application provides a method, a device, a storage medium and a processor for docking and dynamic loading of different devices in the field of Internet of things, wherein the method comprises the following steps: determining models corresponding to functions of different devices; docking different devices according to the model; based on the model, different devices are dynamically loaded by utilizing a mutual calling mechanism of java language and JavaScript language, the models corresponding to the functions of the different devices are determined, the different devices are docked according to the models, and the different devices are dynamically loaded by utilizing the mutual calling mechanism of java language and JavaScript language.

Description

Method and device for docking and dynamically loading different devices in field of Internet of things
Technical Field
The application relates to the field of the Internet of things, in particular to a method, a device, a storage medium and a processor for docking and dynamic loading of different devices in the field of the Internet of things.
Background
The existing internet of things equipment is mainly docked through Java or C language, and equipment interface documents provided by manufacturers are referred to and combined with a service system. And modifying the source code again according to the change of the service requirement, compiling again and then releasing to the edge node server.
In the prior art, the docking equipment needs to be repeatedly undocked, the docking results are not well accumulated, a compiling language is used, the service logic is required to be compiled for use every time of modification, the dynamic expansion of the service logic cannot be well adapted, the compiling is required every time, and the efficiency is low.
The above information disclosed in this background section is only for enhancement of understanding of the background of the technology described herein and, therefore, certain information may be included in the background that does not form the prior art that is already known in this country to a person of ordinary skill in the art.
Disclosure of Invention
The application mainly aims to provide a method, a device, a storage medium and a processor for docking and dynamically loading different devices in the field of internet of things, so as to solve the problem that the efficiency of a docking method of the devices of the internet of things in the prior art is low.
In order to achieve the above object, according to an aspect of the present application, there is provided a method for docking and dynamically loading different devices in the field of internet of things, including: determining models corresponding to functions of different devices; docking different devices according to the model; and dynamically loading different devices by utilizing a mutual calling mechanism of java language and JavaScript language based on the model.
Further, the model comprises: the read-write function of the device, the instruction sent to the device, and the event executed by the device.
Further, based on the model, using a mutual invocation mechanism of the java language and the JavaScript language to dynamically load different devices, including: defining a plurality of universal javaSDK assemblies for Internet of things docking; and the JavaScript language calls the javasDK component to dynamically load different devices.
Further, the JavaScript language invokes the javaSDK component to dynamically load different devices, including: the JavaScript language calls the javasDK component to perform edge calculation on the equipment; dynamically loading different ones of the devices according to the edge computation.
Further, the model is constructed by adopting the JSON language.
According to another aspect of the present application, there is provided a docking and dynamic loading apparatus for different devices in the field of internet of things, including: the determining unit is used for determining models corresponding to functions of different devices; the docking unit docks different devices according to the model; and the loading unit is used for dynamically loading different devices by utilizing a mutual calling mechanism of the java language and the JavaScript language based on the model.
Further, a load unit, comprising: the system comprises a definition module, a storage module and a processing module, wherein the definition module is used for defining a plurality of universal java SDK components for internet of things docking; and the loading module is used for calling the javaSDK component by the JavaScript language and dynamically loading different devices.
Further, the model comprises: the read-write function of the device, the instruction sent to the device, and the event executed by the device.
According to yet another aspect of the application, there is provided a storage medium comprising a stored program, wherein the program performs any one of the methods.
According to another aspect of the application, a processor for running a program is provided, wherein the program when running performs any of the methods.
According to the technical scheme, models corresponding to functions of different devices are determined, the different devices are docked according to the models, the different devices are dynamically loaded by utilizing the mutual calling mechanism of the java language and the JavaScript language, due to the establishment of the models, the subsequent docking of the different devices is facilitated, namely the rapid docking and the dynamic loading of the Internet of things devices are realized, and therefore the docking efficiency of the Internet of things devices is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
fig. 1 shows a flow chart of a method of docking and dynamic loading of different devices in the field of internet of things according to an embodiment of the present application;
fig. 2 shows a schematic diagram of an apparatus for docking and dynamic loading of different devices in the field of internet of things according to an embodiment of the present application; and
FIG. 3 shows a schematic diagram of an edge application architecture according to an embodiment of the present application.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It will be understood that when an element such as a layer, film, region, or substrate is referred to as being "on" another element, it can be directly on the other element or intervening elements may also be present. Also, in the specification and claims, when an element is described as being "connected" to another element, the element may be "directly connected" to the other element or "connected" to the other element through a third element.
According to the embodiment of the application, a method for docking and dynamically loading different devices in the field of Internet of things is provided.
Fig. 1 is a flowchart of a method for docking and dynamic loading of different devices in the field of internet of things according to an embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
step S101, determining models corresponding to functions of different devices;
step S102, docking different devices according to the model;
and step S103, dynamically loading different devices by utilizing a mutual calling mechanism of java language and JavaScript language based on the model.
According to the scheme, the models corresponding to the functions of different devices are determined, the different devices are docked according to the models, the different devices are dynamically loaded by utilizing the mutual calling mechanism of the java language and the JavaScript language, due to the establishment of the models, the subsequent docking of the different devices is facilitated, namely the rapid docking and the dynamic loading of the Internet of things devices are realized, and therefore the docking efficiency of the Internet of things devices is improved.
It should be noted that the models corresponding to the functions of different devices are constructed in JSON language, but those skilled in the art can select any other suitable language to construct the models.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
In an embodiment of the present application, the model includes: a read-write function of the device, an instruction sent to the device, and an event executed by the device. Specifically, the Model can be a W-Model device Model, and a W-Model standardized definition device is adopted, so that a user can use the device conveniently, the workload of knowing the device function is saved, and the Model for device docking is recorded, so that subsequent devices which are the same do not need to be docked any more, and the docking efficiency of the internet of things device is further improved.
In an embodiment of the application, based on the model, dynamically loading different devices by using a mutual invocation mechanism between the java language and the JavaScript language, includes: defining a plurality of universal javaSDK assemblies for Internet of things docking; and the JavaScript language calls the javasDK component to dynamically load different devices. Specifically, based on a model corresponding to the device to be docked, a JavaScript language is adopted to call a javasDK component, the device can be dynamically loaded, the docking efficiency of the Internet of things device is improved, and the model is stored, so that the subsequent same device can be called at any time to be dynamically loaded.
In an embodiment of the application, the JavaScript language invokes the javaSDK component to dynamically load different devices, including: the JavaScript language calls the javasDK component to perform edge calculation on the equipment; dynamically loading different ones of the devices based on the edge calculations. Specifically, the edge application framework is as shown in fig. 3, JS in the graph is JavaScript, and the javaSDK component is called to directly perform edge calculation on the device, so that a data transmission process of cloud calculation is avoided, the device realizes a corresponding function, and the efficiency of dynamically loading the device is greatly improved.
In an embodiment of the present application, the above model is constructed using the above JSON language. Specifically, the JSON language has a simple and clear hierarchical structure, and the JSON language is used as a data exchange language to improve the data transmission efficiency, so that the model is constructed by adopting the JSON language to improve the transmission efficiency of model data, and the JSON language does not need to be compiled, so that the docking efficiency of the Internet of things equipment is further improved.
More specifically, taking a two-dimensional code device as an example, a JSON language is used to construct a model corresponding to the two-dimensional code device, and the specific program is as follows:
Figure BDA0002352069690000041
Figure BDA0002352069690000051
the embodiment of the present application further provides a device for docking and dynamically loading different devices in the field of internet of things, and it should be noted that the device for docking and dynamically loading different devices in the field of internet of things of the embodiment of the present application can be used for executing the method for docking and dynamically loading different devices in the field of internet of things provided by the embodiment of the present application. The docking and dynamic loading device for different devices in the field of internet of things provided by the embodiment of the application is introduced below.
Fig. 2 is a schematic diagram of an apparatus for docking and dynamic loading of different devices in the field of internet of things according to an embodiment of the present application. As shown in fig. 2, the apparatus includes:
a determining unit 10, which determines models corresponding to functions of different devices;
a docking unit 20 for docking different devices according to the model;
and the loading unit 30 is configured to dynamically load different devices based on the model by using a mutual invocation mechanism of java language and JavaScript language.
In the device, the determining unit determines models corresponding to functions of different devices, the docking unit docks the different devices, the loading unit dynamically loads the different devices based on the models by utilizing a mutual calling mechanism of java language and JavaScript language, and due to the establishment of the models, the subsequent docking of the different devices is facilitated, namely the rapid docking and the dynamic loading of the internet of things devices are realized, so that the docking efficiency of the internet of things devices is improved.
In an embodiment of the present application, the model includes: a read-write function of the device, an instruction sent to the device, and an event executed by the device. Specifically, the Model can be a W-Model device Model, and a W-Model standardized definition device is adopted, so that a user can use the device conveniently, the workload of knowing the device function is saved, and the Model for device docking is recorded, so that subsequent devices which are the same do not need to be docked any more, and the docking efficiency of the internet of things device is further improved.
In one embodiment of the application, the loading unit comprises a definition module and a loading module, wherein the definition module is used for defining a plurality of universal javaSDK assemblies for docking of the Internet of things; the loading module is used for calling the javaSDK component by the JavaScript language and dynamically loading different devices, and specifically, based on a model corresponding to a device to be docked, the javaSDK component is called by the JavaScript language, so that the device can be dynamically loaded, the docking efficiency of the internet of things device is improved, and the model is stored, so that the same subsequent device can be called at any time for dynamic loading.
In an embodiment of the application, the loading module includes a computation submodule and a loading submodule, and the computation submodule is used for the JavaScript language to call the javaSDK assembly and perform edge computation on the device; and the loading submodule is used for dynamically loading different devices according to the edge calculation. Specifically, the edge application framework is as shown in fig. 3, JS in the graph is JavaScript, and the javaSDK component is called to directly perform edge calculation on the device, so that a data transmission process of cloud calculation is avoided, the device realizes a corresponding function, and the efficiency of dynamically loading the device is greatly improved.
In an embodiment of the present application, the above model is constructed using the above JSON language. Specifically, the JSON language has a simple and clear hierarchical structure, and the JSON language is used as a data exchange language to improve the data transmission efficiency, so that the JSON language is adopted to construct the model, the data transmission efficiency can be modeled, the java language is called without compiling, and the docking efficiency of the Internet of things equipment is further improved.
More specifically, taking a two-dimensional code device as an example, a JSON language is used to construct a model corresponding to the two-dimensional code device, and the specific program is as follows:
Figure BDA0002352069690000061
Figure BDA0002352069690000071
Figure BDA0002352069690000081
the device for docking and dynamically loading different devices in the field of internet of things comprises a processor and a memory, wherein the determining unit, the docking unit, the adding unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. One or more kernels can be set, and the docking efficiency of the Internet of things equipment is improved by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
The embodiment of the invention provides a storage medium, wherein a program is stored on the storage medium, and the program realizes the butt joint and dynamic loading method of different devices in the field of the Internet of things when being executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the program is used for executing the methods of docking and dynamic loading of different devices in the field of the Internet of things during running.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein when the processor executes the program, at least the following steps are realized:
step S101, determining models corresponding to functions of different devices;
step S102, docking different devices according to the model;
and step S103, dynamically loading different devices by utilizing a mutual calling mechanism of the java language and the JavaScript language based on the model.
The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program of initializing at least the following method steps when executed on a data processing device:
step S101, determining models corresponding to functions of different devices;
step S102, docking different devices according to the model;
and step S103, dynamically loading different devices by utilizing a mutual calling mechanism of the java language and the JavaScript language based on the model.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
From the above description, it can be seen that the above-described embodiments of the present application achieve the following technical effects:
1) according to the method, models corresponding to functions of different devices are determined, the different devices are docked according to the models, the different devices are dynamically loaded by utilizing the mutual calling mechanism of the java language and the JavaScript language, due to the establishment of the models, the subsequent docking of the different devices is facilitated, namely the rapid docking and the dynamic loading of the Internet of things devices are realized, and therefore the docking efficiency of the Internet of things devices is improved.
2) In the device, the determining unit determines models corresponding to functions of different devices, the docking unit docks the different devices, the loading unit dynamically loads the different devices based on the models by utilizing a mutual calling mechanism of java language and JavaScript language, and due to the establishment of the models, the subsequent docking of the different devices is facilitated, namely, the rapid docking and the dynamic loading of the equipment of the internet of things are realized, so that the docking efficiency of the equipment of the internet of things is improved.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method for docking and dynamically loading different devices in the field of Internet of things is characterized by comprising the following steps:
determining models corresponding to functions of different devices;
docking different devices according to the model;
and dynamically loading different devices by utilizing a mutual calling mechanism of java language and JavaScript language based on the model.
2. The method of claim 1, wherein the model comprises: the read-write function of the device, the instruction sent to the device, and the event executed by the device.
3. The method of claim 1, wherein based on the model, dynamically loading different devices by using a mutual invocation mechanism of java language and JavaScript language, comprises:
defining a plurality of universal javaSDK assemblies for Internet of things docking;
and the JavaScript language calls the javasDK component to dynamically load different devices.
4. The method of claim 3, wherein the JavaScript language invokes the javasDK component to dynamically load a different device, comprising:
the JavaScript language calls the javasDK component to perform edge calculation on the equipment;
dynamically loading different ones of the devices according to the edge computation.
5. The method according to any one of claims 1 to 4, wherein the model is constructed in the JSON language.
6. The utility model provides a butt joint and the device of dynamic loading of different equipment in thing networking field which characterized in that includes:
the determining unit is used for determining models corresponding to functions of different devices;
the docking unit docks different devices according to the model;
and the loading unit is used for dynamically loading different devices by utilizing a mutual calling mechanism of java language and JavaScript language based on the model.
7. The apparatus of claim 6, wherein the loading unit comprises:
the system comprises a definition module, a storage module and a processing module, wherein the definition module is used for defining a plurality of universal java SDK components for internet of things docking;
and the loading module is used for calling the javaSDK component by the JavaScript language and dynamically loading different devices.
8. The apparatus of claim 6 or 7, wherein the model comprises: the read-write function of the device, the instruction sent to the device, and the event executed by the device.
9. A storage medium, characterized in that the storage medium comprises a stored program, wherein the program performs the method of any one of claims 1 to 5.
10. A processor, characterized in that the processor is configured to run a program, wherein the program when running performs the method of any of claims 1 to 5.
CN201911419952.6A 2019-12-31 2019-12-31 Method and device for docking and dynamically loading different devices in field of Internet of things Active CN111158940B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911419952.6A CN111158940B (en) 2019-12-31 2019-12-31 Method and device for docking and dynamically loading different devices in field of Internet of things

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911419952.6A CN111158940B (en) 2019-12-31 2019-12-31 Method and device for docking and dynamically loading different devices in field of Internet of things

Publications (2)

Publication Number Publication Date
CN111158940A true CN111158940A (en) 2020-05-15
CN111158940B CN111158940B (en) 2022-01-28

Family

ID=70560502

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911419952.6A Active CN111158940B (en) 2019-12-31 2019-12-31 Method and device for docking and dynamically loading different devices in field of Internet of things

Country Status (1)

Country Link
CN (1) CN111158940B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112087513A (en) * 2020-09-09 2020-12-15 四川旷谷信息工程有限公司 Linkage management method of edge equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106708483A (en) * 2015-07-31 2017-05-24 腾讯科技(深圳)有限公司 Generating method and generating device of control interface of internet-of-things equipment
CN107947981A (en) * 2017-11-23 2018-04-20 锐捷网络股份有限公司 A kind of network device management method and device
CN108023952A (en) * 2017-12-04 2018-05-11 西安电子科技大学 A kind of modularization Internet of Things application rapid build platform combined based on cloud and mist
CN109542464A (en) * 2018-10-26 2019-03-29 广东宜通世纪科技股份有限公司 Development deployment system, method and the storage medium of IoT equipment shell script
CN109542537A (en) * 2018-11-15 2019-03-29 江苏东洲物联科技有限公司 A kind of edge calculations gateway based on micro services framework
CN109597661A (en) * 2018-10-26 2019-04-09 阿里巴巴集团控股有限公司 A kind of service function configuration method and device
CN109714439A (en) * 2019-02-25 2019-05-03 网宿科技股份有限公司 Data processing method and system based on edge calculations
CN110460971A (en) * 2019-09-24 2019-11-15 上海禾视信息技术有限公司 A kind of motive objects connection cut-in method based on edge calculations
CN110581898A (en) * 2019-10-09 2019-12-17 成都康胜思科技有限公司 internet of things data terminal system based on 5G and edge calculation

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106708483A (en) * 2015-07-31 2017-05-24 腾讯科技(深圳)有限公司 Generating method and generating device of control interface of internet-of-things equipment
CN107947981A (en) * 2017-11-23 2018-04-20 锐捷网络股份有限公司 A kind of network device management method and device
CN108023952A (en) * 2017-12-04 2018-05-11 西安电子科技大学 A kind of modularization Internet of Things application rapid build platform combined based on cloud and mist
CN109542464A (en) * 2018-10-26 2019-03-29 广东宜通世纪科技股份有限公司 Development deployment system, method and the storage medium of IoT equipment shell script
CN109597661A (en) * 2018-10-26 2019-04-09 阿里巴巴集团控股有限公司 A kind of service function configuration method and device
CN109542537A (en) * 2018-11-15 2019-03-29 江苏东洲物联科技有限公司 A kind of edge calculations gateway based on micro services framework
CN109714439A (en) * 2019-02-25 2019-05-03 网宿科技股份有限公司 Data processing method and system based on edge calculations
CN110460971A (en) * 2019-09-24 2019-11-15 上海禾视信息技术有限公司 A kind of motive objects connection cut-in method based on edge calculations
CN110581898A (en) * 2019-10-09 2019-12-17 成都康胜思科技有限公司 internet of things data terminal system based on 5G and edge calculation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112087513A (en) * 2020-09-09 2020-12-15 四川旷谷信息工程有限公司 Linkage management method of edge equipment
CN112087513B (en) * 2020-09-09 2021-05-18 四川旷谷信息工程有限公司 Linkage management method of edge equipment

Also Published As

Publication number Publication date
CN111158940B (en) 2022-01-28

Similar Documents

Publication Publication Date Title
CN110704037B (en) Rule engine implementation method and device
CN109725989B (en) Task execution method and device
CN107578338B (en) Service publishing method, device and equipment
US11025500B2 (en) Provisioning infrastructure from visual diagrams
CN116467061A (en) Task execution method and device, storage medium and electronic equipment
CN111158940B (en) Method and device for docking and dynamically loading different devices in field of Internet of things
US20170116024A1 (en) Pattern design for heterogeneous environments
CN111949297B (en) Block chain intelligent contract upgrading method and device and electronic equipment
US10530842B2 (en) Domain-specific pattern design
CN112181378A (en) Method and device for realizing business process
CN110837446A (en) Equipment management method and device applied to embedded system, medium and embedded equipment
CN111459573B (en) Method and device for starting intelligent contract execution environment
US8984475B2 (en) Apparatus and method for generating code overlay
US20170357445A1 (en) Flexible optimized data handling in systems with multiple memories
CN107402749B (en) Method and device for realizing picture loading library
CN107368486B (en) Service migration method and device
US11176161B2 (en) Data processing method, apparatus, and device
CN112346849A (en) Method and device for configuring CPU
US10417055B2 (en) Runtime movement of microprocess components
CN113744048A (en) Loan transaction processing method and device
CN110968552B (en) Application information storage method and device
CN111984720A (en) Data acquisition method and device, electronic equipment and interface adaptation device
CN110286909B (en) Statistical method and device for resource use data of Simulink model
CN108965373B (en) Multimedia file uploading method and device
US11023273B2 (en) Multi-threaded programming

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200806

Address after: 1608, 14 / F, No. 65, Beisihuan West Road, Haidian District, Beijing 100080

Applicant after: BEIJING INTERNETWARE Ltd.

Address before: No. 603, floor 6, No. 9, Shangdi 9th Street, Haidian District, Beijing 100085

Applicant before: Smart Shenzhou (Beijing) Technology Co.,Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Address after: No. 826, building 12345, Phoenix legend, Hanbang, Jingyue Development Zone, Changchun City, Jilin Province, 130000

Applicant after: Changchun interui Software Co.,Ltd.

Address before: 100080 1608, 14th floor, No. 65, North Fourth Ring Road West, Haidian District, Beijing

Applicant before: BEIJING INTERNETWARE Ltd.

Address after: No. 826, building 12345, Phoenix legend, Hanbang, Jingyue Development Zone, Changchun City, Jilin Province, 130000

Applicant after: Intel Technology Co.,Ltd.

Address before: No. 826, building 12345, Phoenix legend, Hanbang, Jingyue Development Zone, Changchun City, Jilin Province, 130000

Applicant before: Changchun interui Software Co.,Ltd.

GR01 Patent grant
GR01 Patent grant