CN107066255A - A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic - Google Patents

A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic Download PDF

Info

Publication number
CN107066255A
CN107066255A CN201710124610.6A CN201710124610A CN107066255A CN 107066255 A CN107066255 A CN 107066255A CN 201710124610 A CN201710124610 A CN 201710124610A CN 107066255 A CN107066255 A CN 107066255A
Authority
CN
China
Prior art keywords
things
equipment
internet
target internet
interface
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
CN201710124610.6A
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.)
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Haier Uplus Intelligent Technology Beijing 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 Haier Uplus Intelligent Technology Beijing Co Ltd filed Critical Haier Uplus Intelligent Technology Beijing Co Ltd
Priority to CN201710124610.6A priority Critical patent/CN107066255A/en
Publication of CN107066255A publication Critical patent/CN107066255A/en
Pending legal-status Critical Current

Links

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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B15/00Systems controlled by a computer
    • G05B15/02Systems controlled by a computer electric
    • 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/451Execution arrangements for user interfaces
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/26Pc applications
    • G05B2219/2642Domotique, domestic, home control, automation, smart house

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Automation & Control Theory (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic, including:The control data for target Internet of Things equipment is received, the inputting interface for judging control data is HTML html interface or primary interface;When the inputting interface of control data is html interface, the generic script of the target Internet of Things equipment loaded automatically by this html interface generates the control instruction for performing control data, and this control instruction is sent to target Internet of Things equipment;When the inputting interface of control data is primary interface, the generic script of simultaneously operational objective Internet of Things equipment is loaded, the control instruction for performing the control data is generated, this control instruction is sent to the target Internet of Things equipment.The present invention can be with cross-platform operation, it is not necessary to the apparatus logic of overlapping development different language version, realizes the control instruction that different interfaces are inputted using with a code, it is ensured that the uniformity of apparatus logic, reduces development amount, shortens the equipment intervention cycle.

Description

Internet of things equipment control method and device sharing logic of Internet of things equipment
Technical Field
The invention relates to the technical field of Internet of things equipment, in particular to a control method of Internet of things equipment sharing the logic of the Internet of things equipment.
Background
With the rise of intelligent household appliances, more and more intelligent household appliances are used in life, and more internet of things devices are used for mobile terminals (applications, APP for short) to support. Technologies mainly used for developing the mobile phone APP include a native interface and a HyperText Markup Language (HTML) interface. Usually, the HTML interface runs in a network container, and cannot directly access the native internet of things device object. For APP developed in a mixed manner, the prior art scheme hands device logic to native code to implement the APP; in order to make the HTML interface available for native device objects, the device object interface is typically encapsulated and then injected into the network container.
Although the existing scheme solves the use problem, the existing scheme also has great limitation. Different devices have different functions, different interfaces, and different interrelations between functions, such as: washing machines, refrigerators, air conditioners, and the like. The washing machine is required to set various washing programs, water consumption and washing time; the air conditioner is to set a temperature, an operation mode, etc. There may also be cases where different models have different functions for the same type of device. Specific device logic is realized for specific devices in the process of developing the APP. This can result in the need to inject many device objects into the network container, and as the number of supported devices increases, the injection objects can grow explosively.
Excessive injected objects in the existing scheme can affect the performance and stability; if only the basic interface is injected and the logic is implemented by HTML, the native code also needs to be implemented, which increases the development workload and also needs to maintain the consistency between HTML and native implementation.
Disclosure of Invention
In order to solve the technical problem, the invention provides an internet of things equipment control method sharing the logic of the internet of things equipment.
The invention provides a control method of an internet of things device sharing the logic of the internet of things device, which comprises the following steps: receiving a control request aiming at target internet of things equipment, and judging whether an input interface of the control request is a hypertext markup language (HTML) interface or a native interface; when the input interface of the control request is an HTML interface, generating a control instruction for executing the control request by using a universal script of the target internet of things device automatically loaded through the HTML interface, and sending the control instruction to the target internet of things device; and when the input interface of the control request is a native interface, loading and running the general script of the target internet of things device, generating a control instruction for executing the control request, and sending the control instruction to the target internet of things device.
The control method of the internet of things equipment sharing the logic of the internet of things equipment further has the following characteristics:
the loading of the universal script of the target internet of things device comprises the following steps: and judging whether the universal script of the target internet of things equipment exists in the cache, if so, loading the universal script of the target internet of things equipment from the cache, and if not, downloading the universal script of the target internet of things equipment from a server and then loading the universal script.
The control method of the internet of things equipment sharing the logic of the internet of things equipment further has the following characteristics:
the loading and running of the universal script of the target internet of things device comprises the following steps: judging whether an equipment engine is started, if so, loading the universal script of the target internet of things equipment by using the equipment engine, initializing the equipment object of the target internet of things equipment, running the universal script of the target internet of things equipment, if not, starting the equipment engine, loading the universal script of the target internet of things equipment by using the equipment engine, initializing the equipment object of the target internet of things equipment, and running the universal script of the target internet of things equipment.
The control method of the internet of things equipment sharing the logic of the internet of things equipment further has the following characteristics:
when the input interface of the control request is an HTML interface, the sending the control instruction to the internet of things device includes: after loading the universal script of the target internet of things equipment and generating a control instruction for executing the control request, sending the control instruction to the network container through a network container interface, and sending the received control instruction to the target internet of things equipment by the network container;
when the input interface of the control request is a native interface, the sending the control instruction to the internet of things device comprises: and calling a Software Development Kit (SDK) interface of the Internet of things equipment corresponding to the control instruction.
The control method of the internet of things equipment sharing the logic of the internet of things equipment further has the following characteristics:
the universal script is a JavaScript script.
The invention provides an internet of things equipment control device sharing the logic of the internet of things equipment, which comprises: the system comprises a receiving module, a judging module, an HTML interface processing module and a native interface processing module;
the receiving module is used for receiving a control request aiming at the target Internet of things equipment;
the judging module is used for judging whether the input interface of the control request is an HTML interface or a native interface;
the HTML interface processing module is used for generating a control instruction for executing the control request through the universal script of the target internet of things device automatically loaded through the HTML interface, and sending the control instruction to the target internet of things device;
and the native interface processing module is used for loading and running the general script of the target internet of things equipment, generating a control instruction for executing the control request and sending the control instruction to the target internet of things equipment.
The control device of the internet of things sharing the logic of the internet of things equipment further has the following characteristics:
the native interface processing module is further configured to determine whether a universal script of the target internet of things device exists in the cache, load the universal script of the target internet of things device from the cache if the universal script of the target internet of things device exists in the cache, and download the universal script of the target internet of things device from the server and load the universal script of the target internet of things device if the universal script of the target internet of things device does not exist in the cache.
The control device of the internet of things sharing the logic of the internet of things equipment further has the following characteristics:
the native interface processing module is further configured to determine whether an equipment engine is started, if the equipment engine is started, load the universal script of the target internet of things equipment by using the equipment engine, initialize the equipment object of the target internet of things equipment, run the universal script of the target internet of things equipment, if the equipment engine is not started, start the equipment engine, load the universal script of the target internet of things equipment by using the equipment engine, initialize the equipment object of the target internet of things equipment, and run the universal script of the target internet of things equipment.
The control device of the internet of things sharing the logic of the internet of things equipment further has the following characteristics:
the HTML interface processing module comprises a processing unit and a network container;
the processing unit is used for loading the universal script of the target Internet of things equipment and generating a control instruction for executing the control request; sending the control instruction to the network container through a network container interface;
the network container is used for sending the received control instruction to the target Internet of things equipment;
and the native interface processing module is used for calling a Software Development Kit (SDK) interface of the Internet of things equipment corresponding to the control instruction and sending the control instruction to the Internet of things equipment.
The control device of the internet of things sharing the logic of the internet of things equipment further has the following characteristics:
the universal script is a JavaScript script.
The method can run in a cross-platform mode, equipment logics of different language versions do not need to be repeatedly developed, the same JavaScript script of the internet of things equipment is used under the two conditions of a native interface and an HTML interface, the same code is used for realizing control instructions input by different interfaces, the consistency of the equipment logics is ensured, the development workload is reduced, and the equipment intervention period is shortened.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flow chart of a control method of an IOT device sharing IOT device logic in an embodiment;
fig. 2 is a structural diagram of an internet of things device control apparatus sharing logic of an internet of things device in the embodiment.
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. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The basic principle of the invention is to use HTML and Java which can use languages to realize the logic of the Internet of things equipment so as to solve the problems of repeated development and consistency. In addition, the realized logic resource packet can be stored in the server in advance without being released along with the APP; the APP can acquire the latest resource package at any time as long as the APP has the capability of updating the resource package, the supported equipment types are increased, and the APP can be issued at any time and used at any time.
JavaScript is selected as the implementation language of the logic of the internet of things equipment. JavaScript has good adaptability and can run on various platforms, such as: android and iOS.
FIG. 1 is a flow chart of a control method of an IOT device sharing IOT device logic in an embodiment; the method comprises the following steps:
step 101, receiving a control request aiming at a target Internet of things device;
step 102, judging whether an input interface of the control request is an HTML interface or a native interface; when the input interface of the control request is an HTML interface, executing step 103, and when the input interface of the control request is a native interface, executing step 104;
103, generating a control instruction for executing the control request through the universal script of the target internet of things device automatically loaded through the HTML interface, and sending the control instruction to the target internet of things device;
and 104, loading and running the general script of the target internet of things device, generating a control instruction for executing the control request, and sending the control instruction to the target internet of things device.
The loading of the universal script of the target internet of things device comprises the following steps: and judging whether the universal script of the target internet of things equipment exists in the cache, if so, loading the universal script of the target internet of things equipment from the cache, and if not, downloading the universal script of the target internet of things equipment from a server and then loading the universal script.
The loading and running of the universal script of the target internet-of-things device comprises the following steps: judging whether an equipment engine is started, if so, loading the universal script of the target internet of things equipment by using the equipment engine, initializing the equipment object of the target internet of things equipment, running the universal script of the target internet of things equipment, if not, starting the equipment engine, loading the universal script of the target internet of things equipment by using the equipment engine, initializing the equipment object of the target internet of things equipment, and running the universal script of the target internet of things equipment.
When the input interface of the control request is an HTML interface, the sending the control instruction to the internet of things equipment comprises the following steps: and after loading the universal script of the target internet of things equipment and generating a control instruction for executing the control request, sending the control instruction to the network container through a network container interface, and sending the received control instruction to the target internet of things equipment by the network container.
When the input interface of the control request is a native interface, the sending the control instruction to the internet of things device comprises: and calling a Software Development Kit (SDK) interface of the Internet of things equipment corresponding to the control instruction.
Medium JavaScript script typical of universal script
Fig. 2 is a flowchart of an internet of things device control apparatus sharing logic of an internet of things device, the apparatus comprising: the system comprises a receiving module, a judging module, an HTML interface processing module and a native interface processing module.
The receiving module is used for receiving a control request aiming at the target Internet of things equipment;
the judging module is used for judging whether the input interface of the control request is an HTML interface or a native interface;
the HTML interface processing module is used for generating a control instruction for executing the control request through the universal script of the target internet of things device automatically loaded through the HTML interface, and sending the control instruction to the target internet of things device;
and the native interface processing module is used for loading and running the general script of the target internet of things equipment, generating a control instruction for executing the control request and sending the control instruction to the target internet of things equipment.
Wherein,
the native interface processing module is further configured to determine whether a universal script of the target internet of things device exists in the cache, load the universal script of the target internet of things device from the cache if the universal script of the target internet of things device exists in the cache, and download the universal script of the target internet of things device from the server and then load the universal script of the target internet of things device if the universal script of the target internet of things device does not exist in the cache.
The native interface processing module is further configured to determine whether an equipment engine is started, if the equipment engine is started, load the universal script of the target internet of things equipment by using the equipment engine, initialize the equipment object of the target internet of things equipment, run the universal script of the target internet of things equipment, if the equipment engine is not started, start the equipment engine, load the universal script of the target internet of things equipment by using the equipment engine, initialize the equipment object of the target internet of things equipment, and run the universal script of the target internet of things equipment.
The HTML interface processing module comprises a processing unit and a network container. The processing unit is used for loading the universal script of the target Internet of things equipment and generating a control instruction for executing the control request; and sending the control instruction to the network container through a network container interface. And the network container is used for sending the received control instruction to the target Internet of things equipment.
And the native interface processing module is also used for calling a Software Development Kit (SDK) interface of the Internet of things equipment corresponding to the control instruction and sending the control instruction to the Internet of things equipment.
The universal script is a JavaScript script.
The method can run in a cross-platform mode, equipment logics of different language versions do not need to be repeatedly developed, the same JavaScript script of the internet of things equipment is used under the two conditions of a native interface and an HTML interface, the same code is used for realizing control instructions input by different interfaces, the consistency of the equipment logics is ensured, the development workload is reduced, and the equipment intervention period is shortened.
The above-described aspects may be implemented individually or in various combinations, and such variations are within the scope of the present invention.
It will be understood by those skilled in the art that all or part of the steps of the above methods may be implemented by instructing the relevant hardware through a program, and the program may be stored in a computer readable storage medium, such as a read-only memory, a magnetic or optical disk, and the like. Alternatively, all or part of the steps of the foregoing embodiments may also be implemented by using one or more integrated circuits, and accordingly, each module/unit in the foregoing embodiments may be implemented in the form of hardware, and may also be implemented in the form of a software functional module. The present invention is not limited to any specific form of combination of hardware and software.
It is to be noted that, in this document, the terms "comprises", "comprising" or any other variation thereof are intended to cover a non-exclusive inclusion, so that an article or apparatus including a series of elements includes not only those elements but also other elements not explicitly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional like elements in the article or device comprising the element.
The above embodiments are merely to illustrate the technical solutions of the present invention and not to limit the present invention, and the present invention has been described in detail with reference to the preferred embodiments. It will be understood by those skilled in the art that various modifications and equivalent arrangements may be made without departing from the spirit and scope of the present invention and it should be understood that the present invention is to be covered by the appended claims.

Claims (10)

1. A control method of an Internet of things device sharing the logic of the Internet of things device is characterized by comprising the following steps:
receiving a control request aiming at target internet of things equipment, and judging whether an input interface of the control request is a hypertext markup language (HTML) interface or a native interface;
when the input interface of the control request is an HTML interface, generating a control instruction for executing the control request by using a universal script of the target internet of things device automatically loaded through the HTML interface, and sending the control instruction to the target internet of things device;
and when the input interface of the control request is a native interface, loading and running the general script of the target internet of things device, generating a control instruction for executing the control request, and sending the control instruction to the target internet of things device.
2. The method for controlling the devices of the Internet of things sharing the logic of the devices of the Internet of things according to claim 1,
the loading of the universal script of the target internet of things device comprises the following steps: and judging whether the universal script of the target internet of things equipment exists in the cache, if so, loading the universal script of the target internet of things equipment from the cache, and if not, downloading the universal script of the target internet of things equipment from a server and then loading the universal script.
3. The method for controlling the devices of the Internet of things sharing the logic of the devices of the Internet of things according to claim 1,
the loading and running of the universal script of the target internet of things device comprises the following steps: judging whether an equipment engine is started, if so, loading the universal script of the target internet of things equipment by using the equipment engine, initializing the equipment object of the target internet of things equipment, running the universal script of the target internet of things equipment, if not, starting the equipment engine, loading the universal script of the target internet of things equipment by using the equipment engine, initializing the equipment object of the target internet of things equipment, and running the universal script of the target internet of things equipment.
4. The method for controlling the devices of the Internet of things sharing the logic of the devices of the Internet of things according to claim 1,
when the input interface of the control request is an HTML interface, the sending the control instruction to the internet of things device includes: after loading the universal script of the target internet of things equipment and generating a control instruction for executing the control request, sending the control instruction to the network container through a network container interface, and sending the received control instruction to the target internet of things equipment by the network container;
when the input interface of the control request is a native interface, the sending the control instruction to the internet of things device comprises: and calling a Software Development Kit (SDK) interface of the Internet of things equipment corresponding to the control instruction.
5. The method for controlling the IOT equipment sharing logic of the IOT equipment according to claim 1, 2, 3 or 4,
the universal script is a JavaScript script.
6. An equipment control device of sharing equipment logic of the internet of things, which is characterized by comprising: the system comprises a receiving module, a judging module, an HTML interface processing module and a native interface processing module;
the receiving module is used for receiving a control request aiming at the target Internet of things equipment;
the judging module is used for judging whether the input interface of the control request is an HTML interface or a native interface;
the HTML interface processing module is used for generating a control instruction for executing the control request through the universal script of the target internet of things device automatically loaded through the HTML interface, and sending the control instruction to the target internet of things device;
and the native interface processing module is used for loading and running the general script of the target internet of things equipment, generating a control instruction for executing the control request and sending the control instruction to the target internet of things equipment.
7. The control device of the IOT equipment sharing logic of claim 6,
the native interface processing module is further configured to determine whether a universal script of the target internet of things device exists in the cache, load the universal script of the target internet of things device from the cache if the universal script of the target internet of things device exists in the cache, and download the universal script of the target internet of things device from the server and load the universal script of the target internet of things device if the universal script of the target internet of things device does not exist in the cache.
8. The control device of the IOT equipment sharing logic of claim 6,
the native interface processing module is further configured to determine whether an equipment engine is started, if the equipment engine is started, load the universal script of the target internet of things equipment by using the equipment engine, initialize the equipment object of the target internet of things equipment, run the universal script of the target internet of things equipment, if the equipment engine is not started, start the equipment engine, load the universal script of the target internet of things equipment by using the equipment engine, initialize the equipment object of the target internet of things equipment, and run the universal script of the target internet of things equipment.
9. The control device of the IOT equipment sharing logic of claim 6,
the HTML interface processing module comprises a processing unit and a network container;
the processing unit is used for loading the universal script of the target Internet of things equipment and generating a control instruction for executing the control request; sending the control instruction to the network container through a network container interface;
the network container is used for sending the received control instruction to the target Internet of things equipment;
and the native interface processing module is used for calling a Software Development Kit (SDK) interface of the Internet of things equipment corresponding to the control instruction and sending the control instruction to the Internet of things equipment.
10. The IOT device control apparatus for sharing IOT logic according to claim 6, 7, 8 or 9,
the universal script is a JavaScript script.
CN201710124610.6A 2017-03-03 2017-03-03 A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic Pending CN107066255A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710124610.6A CN107066255A (en) 2017-03-03 2017-03-03 A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710124610.6A CN107066255A (en) 2017-03-03 2017-03-03 A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic

Publications (1)

Publication Number Publication Date
CN107066255A true CN107066255A (en) 2017-08-18

Family

ID=59622990

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710124610.6A Pending CN107066255A (en) 2017-03-03 2017-03-03 A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic

Country Status (1)

Country Link
CN (1) CN107066255A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334327A (en) * 2018-03-01 2018-07-27 深圳市泛海三江科技发展有限公司 A kind for the treatment of method and apparatus for Internet of Things cloud platform
CN110161870A (en) * 2019-05-16 2019-08-23 中科物栖(北京)科技有限责任公司 A kind of internet of things equipment control method and system
CN110213348A (en) * 2019-05-16 2019-09-06 中科物栖(北京)科技有限责任公司 Internet of things equipment control method and system
CN110347396A (en) * 2018-04-03 2019-10-18 阿里巴巴集团控股有限公司 System constituting method, control method, device, control system and calculating equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101878616A (en) * 2007-11-27 2010-11-03 三星电子株式会社 Method for controlling home network device using universal web application and apparatus thereof
CN102945171A (en) * 2012-09-29 2013-02-27 珠海市新域智能科技有限公司 Method and system for processing business logic interface and controlling peripheral equipment
CN103209203A (en) * 2012-01-16 2013-07-17 北京磊友信息科技有限公司 Cross-platform application providing method and client
CN105450731A (en) * 2015-11-05 2016-03-30 珠海多玩信息技术有限公司 Method and apparatus for realizing communication between web layer and native layer

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101878616A (en) * 2007-11-27 2010-11-03 三星电子株式会社 Method for controlling home network device using universal web application and apparatus thereof
CN103209203A (en) * 2012-01-16 2013-07-17 北京磊友信息科技有限公司 Cross-platform application providing method and client
CN102945171A (en) * 2012-09-29 2013-02-27 珠海市新域智能科技有限公司 Method and system for processing business logic interface and controlling peripheral equipment
CN105450731A (en) * 2015-11-05 2016-03-30 珠海多玩信息技术有限公司 Method and apparatus for realizing communication between web layer and native layer

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334327A (en) * 2018-03-01 2018-07-27 深圳市泛海三江科技发展有限公司 A kind for the treatment of method and apparatus for Internet of Things cloud platform
CN110347396A (en) * 2018-04-03 2019-10-18 阿里巴巴集团控股有限公司 System constituting method, control method, device, control system and calculating equipment
CN110161870A (en) * 2019-05-16 2019-08-23 中科物栖(北京)科技有限责任公司 A kind of internet of things equipment control method and system
CN110213348A (en) * 2019-05-16 2019-09-06 中科物栖(北京)科技有限责任公司 Internet of things equipment control method and system
CN110213348B (en) * 2019-05-16 2022-05-13 中科物栖(北京)科技有限责任公司 Internet of things equipment control method and system

Similar Documents

Publication Publication Date Title
WO2017050094A1 (en) Method and apparatus for loading application program
CN107066255A (en) A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic
RU2658190C2 (en) Controlling runtime access to application programming interfaces
CN105159738A (en) Hot patch implementation method and system
CN106406961A (en) Method and device for loading and providing application based on browser
US8799889B2 (en) Application downloading
WO2017081558A1 (en) Monitoring and actuation of view controller parameters to reach deep states without manual developer intervention
CN108170430B (en) Interface display method and system
US20140137094A1 (en) Automatic provisioning of a software platform to a device ecosystem
CN105740033A (en) Terminal equipment, plug-in loading and running device and plug-in loading and running method
CN103793248A (en) Method and device for upgrading application program
CN108038010A (en) Android system startup stage broadcast transmission method, apparatus and terminal
CN107463405A (en) The update method and device of a kind of application program
CN106775754A (en) The compatible processing method and processing device of application
CN116401003A (en) Android application running method, system and storage medium based on desktop operating system
WO2020199597A1 (en) Blockchain node management agent service installation method, electronic apparatus and storage medium
CN104063247A (en) Application program calling method and system
CN109918112B (en) Game hot update method, device and storage medium
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN108415737B (en) Method for loading plug-in virtual machine and electronic terminal
CN113608742A (en) Detection method, code packet processing method, operation control method and computing device
CN114490103A (en) Operating system interface calling method and device and electronic equipment
CN111338708A (en) Application program processing method, client and system based on android plug-in
CN112068879A (en) Method and device for constructing client application development framework based on configuration
CN113448607B (en) Method and device for firmware upgrading and intelligent household appliance

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170818