CN113254103A - Application function implementation method and device and storage medium - Google Patents

Application function implementation method and device and storage medium Download PDF

Info

Publication number
CN113254103A
CN113254103A CN202110596516.7A CN202110596516A CN113254103A CN 113254103 A CN113254103 A CN 113254103A CN 202110596516 A CN202110596516 A CN 202110596516A CN 113254103 A CN113254103 A CN 113254103A
Authority
CN
China
Prior art keywords
application program
target
cloud server
function
terminal
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
CN202110596516.7A
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.)
Fibocom Wireless Inc
Original Assignee
Fibocom Wireless Inc
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 Fibocom Wireless Inc filed Critical Fibocom Wireless Inc
Priority to CN202110596516.7A priority Critical patent/CN113254103A/en
Publication of CN113254103A publication Critical patent/CN113254103A/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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6209Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the application discloses a method, a device and a storage medium for realizing functions of an application program, wherein the method comprises the following steps: the method comprises the steps of obtaining application program information of each terminal device in at least one terminal device in an internet of things module, configuring functions of each application program of each terminal device according to the application program information, and storing function parameters of each application program. When a data processing request instruction is received, determining a target application program of a target terminal according to the data processing request instruction, and determining target function parameters corresponding to the target application program from the stored function parameters of each application program of each terminal device. And calling the function of the target application program based on the target function parameter to realize the target application program function requested to be processed by the data processing request instruction, and sending response data obtained by realizing the target application program function to the target terminal. By the method and the device, the implementation cost of the application program of the module of the Internet of things can be reduced, the reliability of the application program is improved, and the applicability is high.

Description

Application function implementation method and device and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for implementing functions of an application program, and a storage medium.
Background
With the application and popularization of the internet of things, the demand for low-cost and low-power consumption internet of things modules (including hardware devices and application programs) is increasing. At present, local hardware resources are generally used when the module of the internet of things processes local application programs, and each application program in the module of the internet of things has a requirement for safe encryption, and if each application program uses the local hardware resources at the same time, the requirement for the local hardware resources is larger, but the hardware resources are limited to a certain extent due to the control of hardware cost, and the application programs can not be separated from the limitation of the hardware resources when the application programs are realized, so that the situation that the application programs are difficult to use can be caused under the condition that the local hardware resources are limited, and the uncertainty of system operation is greatly increased. And at present, all application programs are installed in the internet of things module, some application programs are not strongly related to a distributed system, and codes transplanted between different cloud servers and different internet of things modules are not easy to maintain, complex to operate, high in implementation cost and poor in applicability.
Disclosure of Invention
The embodiment of the application provides a function implementation method, a function implementation device and a storage medium of an application program, which can reduce implementation cost of an internet of things module application program, improve reliability of the application program and are simple to operate.
A first aspect of the embodiments of the present application provides a method for implementing a function of an application, where the method is applicable to a cloud server, and the method includes:
the method comprises the steps that a cloud server obtains application program information of each terminal device in at least one terminal device in an Internet of things module;
the cloud server configures functions of the application programs of the terminal devices according to the application program information of the terminal devices, and stores function parameters of the application programs of the terminal devices;
when a data processing request instruction is received, the cloud server determines a target application program of a target terminal according to the data processing request instruction, and determines a target function parameter corresponding to the target application program from stored function parameters of each application program of each terminal device;
the cloud server calls the function of the target application program based on the target function parameter to realize the target application program function requested to be processed by the data processing request instruction, and sends response data obtained by realizing the target application program function to the target terminal.
With reference to the first aspect, in a possible implementation manner, the data processing request instruction includes an instruction encrypted based on an encryption communication protocol; the determining of the target terminal and the target application program of the target terminal according to the data processing request instruction includes:
the cloud server decrypts the data processing request instruction based on the encryption communication protocol to acquire an equipment identification code carried in the data processing request instruction;
and the cloud server determines a target terminal and a target application program of the target terminal according to the equipment identification code.
With reference to the first aspect, in a possible implementation manner, a long connection communication is established between the cloud server and the target terminal; the sending, by the cloud server, response data obtained by implementing the target function to the target terminal includes:
the cloud server detects the communication signal intensity of the long connection communication and determines a communication signal intensity threshold of the long connection communication;
and if the detected communication signal intensity is greater than or equal to the communication signal intensity threshold value, sending response data obtained by realizing the target application program function to the target terminal.
With reference to the first aspect, in one possible implementation, the method further includes:
and if the detected communication signal strength is smaller than the communication signal strength threshold, storing the response data and keeping the detection of the communication signal strength of the long-connection communication, and sending the response data obtained by realizing the function of the target application program to the target terminal when the communication signal strength of the long-connection communication is larger than or equal to the communication signal strength threshold.
In a second aspect, the present application provides a data processing method for an application, where the method is applied to a terminal device, and the method includes:
the method comprises the steps that the terminal equipment sends application program information of the terminal equipment to a cloud server so that the cloud server can configure functions of all application programs in the terminal equipment in the cloud server;
when a user operation instruction on an application operation interface of a target application program is acquired, the terminal device sends a data processing request instruction to the cloud server, wherein the data processing request instruction is used for requesting to process a target application program function corresponding to the target application program;
and the terminal equipment receives response data which is fed back by the cloud server based on the data processing request instruction and is obtained by realizing the function of the target application program from the cloud server.
With reference to the second aspect, in a possible implementation manner, before the data processing request instruction sent by the terminal device to the cloud server, the method further includes:
and the terminal equipment encrypts the data processing request instruction based on an encryption communication protocol so as to send the encrypted data processing request instruction to the cloud server.
In a third aspect, the present application provides a function implementation apparatus for an application, where the apparatus is applicable to a cloud server, and the apparatus includes:
the acquisition module is used for acquiring application program information of each terminal device in at least one terminal device in the Internet of things module by the cloud server;
the configuration module is used for the cloud server to configure the functions of the application programs of the terminal devices according to the application program information of the terminal devices and store the function parameters of the application programs of the terminal devices;
the determining module is used for determining a target application program of a target terminal according to a data processing request instruction when the data processing request instruction is received, and determining a target function parameter corresponding to the target application program from stored function parameters of each application program of each terminal device;
a calling module, configured to call, by the cloud server, a function of the target application program based on the target function parameter to implement a function of the target application program requested to be processed by the data processing request instruction;
and the first sending module is used for sending response data obtained by realizing the function of the target application program to the target terminal by the cloud server.
With reference to the third aspect, in a possible implementation manner, the data processing request instruction includes an instruction encrypted based on an encryption communication protocol; the determining module is further configured to:
the cloud server decrypts the data processing request instruction based on the encryption communication protocol to acquire an equipment identification code carried in the data processing request instruction;
and the cloud server determines a target terminal and a target application program of the target terminal according to the equipment identification code.
With reference to the third aspect, in a possible implementation manner, a long connection communication is established between the cloud server and the target terminal, and the first sending module further includes:
the first determining unit is used for detecting the communication signal intensity of the long connection communication by the cloud server and determining the communication signal intensity threshold of the long connection communication;
and a first sending unit, configured to send, to the target terminal, response data obtained by implementing the function of the target application program if the detected communication signal strength is greater than or equal to the communication signal strength threshold.
With reference to the third aspect, in a possible implementation manner, the first sending module further includes:
a first storage unit configured to store the response data and maintain detection of the communication signal strength of the long connection communication if the detected communication signal strength is smaller than the communication signal strength threshold;
the first sending unit is further configured to:
and sending response data obtained by realizing the function of the target application program to the target terminal until the communication signal intensity of the long-connection communication is greater than or equal to the communication signal intensity threshold.
In a fourth aspect, the present application provides an apparatus for implementing functions of an application, where the apparatus is suitable for a terminal device, and the apparatus includes:
the second sending module is used for sending the application program information of the terminal equipment to a cloud server by the terminal equipment so that the cloud server can configure the functions of all application programs in the terminal equipment in the cloud server;
the third sending module is used for sending a data processing request instruction to the cloud server by the terminal device when a user operation instruction on an application operation interface of a target application program is acquired, wherein the data processing request instruction is used for requesting to process a target application program function corresponding to the target application program;
and the receiving module is used for receiving response data which is fed back by the cloud server based on the data processing request instruction and is obtained by realizing the function of the target application program from the cloud server by the terminal equipment.
With reference to the fourth aspect, in a possible implementation manner, the apparatus further includes:
and the encryption module is used for encrypting the data processing request instruction by the terminal equipment based on an encryption communication protocol so as to send the encrypted data processing request instruction to the cloud server.
In a fifth aspect, the present application provides a computer device comprising: a processor, a memory, a transceiver, a network interface;
the processor is connected to a memory for providing data communication functions, a network interface for storing a computer program, and a transceiver for invoking the computer program to perform the method as performed by any one of the above-mentioned first aspect and possible embodiments of the first aspect of the present application.
In a sixth aspect, the present application provides a computer device comprising: a processor, a memory, a transceiver, a network interface;
the processor is connected to a memory for providing data communication functions, a network interface for storing a computer program, and a transceiver for invoking the computer program to perform the method as performed by any one of the above-mentioned second aspect and possible embodiments of the second aspect of the present application.
In a seventh aspect, the present application provides a computer-readable storage medium storing a computer program comprising program instructions that, when executed by a processor, perform the method performed by any one of the above-mentioned first aspect and possible embodiments of the first aspect of the present application.
In an eighth aspect, the present application provides a computer-readable storage medium storing a computer program comprising program instructions that, when executed by a processor, perform the method performed by any one of the possible embodiments of the second aspect and the second aspect described above in the present application.
In the application, the cloud server configures the functions of the application programs of the terminal devices according to the application program information by acquiring the application program information of each terminal device in at least one terminal device in the internet of things module, and stores the function parameters of each application program. When a data processing request instruction is received, determining a target application program of a target terminal according to the data processing request instruction, and determining target function parameters corresponding to the target application program from the stored function parameters of each application program of each terminal device. And calling the function of the target application program based on the target function parameter to realize the target application program function requested to be processed by the data processing request instruction, and sending response data obtained by realizing the target application program function to the target terminal. Therefore, each application program in the Internet of things module is placed in the cloud server for processing and use, and the problem that the application programs are difficult to transplant among different servers and different Internet of things modules is solved. And each application program in the internet of things module is configured in the cloud server for processing and use, so that the limitation of local hardware resources of the terminal equipment when the application program function is processed is also eliminated, the implementation cost of the application program of the internet of things module is reduced, the reliability of the application program is improved, and the applicability is high.
Drawings
In order to more clearly illustrate the technical solutions in the present application, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a data transmission system architecture based on a message queue provided in the present application;
fig. 2 is a flowchart of a method for implementing functions of an application according to an embodiment of the present application;
FIG. 3 is another flow chart of a method for implementing functions of an application provided in the present application;
FIG. 4 is another flow chart of a method for implementing functions of an application provided in the present application;
FIG. 5 is a structural diagram of a function implementation apparatus of an application provided in the present application;
fig. 6 is a schematic structural diagram of a function implementation apparatus of another application program according to an embodiment of the present application;
FIG. 7 is a schematic diagram of a configuration of a computer device provided herein;
fig. 8 is a schematic structural diagram of another computer device provided in the embodiment of the present application.
Detailed Description
The technical solutions in the present application will be described clearly and completely with reference to the accompanying drawings in the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a data transmission system architecture based on a message queue according to the present application. As shown in fig. 1, the network architecture may include a cloud server 20 and a user terminal cluster, where the user terminal cluster may include a plurality of user terminals, as shown in fig. 1, and specifically may include a user terminal 100a, a user terminal 100b, user terminals 100c and …, and a user terminal 100 n.
It is to be understood that, in an alternative embodiment of the present application, at least one terminal device in the internet of things module may be a user terminal in the user terminal cluster, and for convenience of description, the following description will take the terminal device as an example. The terminal device may specifically be a mobile terminal and/or an intelligent device, the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, and a notebook computer, and the intelligent device may specifically be at least one of an intelligent watch, an intelligent refrigerator, an intelligent sound box, an intelligent washing machine, and an intelligent television. In an optional embodiment of the present application, the cloud server may be an independent physical server, may also be a server cluster or a distributed system formed by a plurality of physical servers, and may also be a cloud server that provides basic cloud computing services such as a cloud service, a cloud database, cloud computing, a cloud function, cloud storage, a network service, cloud communication, a middleware service, a domain name service, a security service, a CDN, and a big data and artificial intelligence platform, which may be specifically determined according to an actual application scenario, and is not limited herein.
In some possible embodiments, as shown in fig. 1, the user terminals 100a, 100b, 100c, …, and 100n may be respectively connected to the cloud server 20 through a network, so that each user terminal may interact with the cloud server 20 through the network. For example, any user terminal (i.e., terminal device, such as the user terminal 100a) having an application program in the user terminal cluster sends the application program information of the user terminal (such as the user terminal 100a) to the cloud server 20, so that the cloud server 20 configures the functions of the application programs in the user terminal (such as the user terminal 100a) in the cloud server 20. After the cloud server 20 receives the data processing request instruction, the cloud server 20 determines a target application program of a target terminal (e.g., the user terminal 100a) according to the data processing request instruction, calls a function of the target application program according to the stored target function parameter to implement the function of the target application program requested to be processed by the data processing request instruction, and finally sends response data obtained by implementing the function of the target application program to the target terminal (e.g., the user terminal 100 a).
The user terminal cluster (including the user terminal 100a, the user terminal 100b, the user terminals 100c and …, and the user terminal 100n) may be installed with the target application. Optionally, the target application may be an intelligent remote control application, and when a target terminal (e.g., the user terminal 100a) loaded with the intelligent remote control application acquires a user operation instruction on an application operation interface of the intelligent remote control application, the target terminal sends a data processing request instruction to the cloud server. Optionally, the data processing request command may be used to request processing of a function of turning off the power supply of the user terminal 100b (e.g., a smart sound box) corresponding to the smart remote control application. Finally, the target terminal (e.g., the user terminal 100a) may receive response data returned by the cloud server 20 and fed back based on the data processing instruction to implement the target application function (e.g., turn off the power of the user terminal 100b, where the user terminal 100b may be a smart speaker). The cloud server 20 configures functions of each application program of each terminal device according to the application program information of each terminal device, and stores function parameters of each application program of each terminal device.
The following describes an example of a function implementation method of an application program provided in an embodiment of the present application with reference to fig. 2 to 4. Fig. 2 is a flowchart of a method for implementing functions of an application according to an embodiment of the present application. As shown in fig. 2, the method for implementing the function of the application program provided in the embodiment of the present application includes the following steps:
s101, acquiring application program information.
In some embodiments, the cloud server obtains application information of each terminal device in at least one terminal device in the internet of things module. The Internet Of Things (IOT) is an Internet connected with objects as the name implies, and is a network formed by using communication technologies such as local networks or the Internet to link the objects and the objects, so as to realize informatization, remote management control and intellectualization. The internet of things is an extension of the internet, and includes the internet and all resources on the internet, and is compatible with all applications of the internet, but all elements (all terminal devices, resources, communication and the like) in the internet of things are personalized and privatized. The internet of things module is a key device in the internet of things, and optionally, the internet of things module can be composed of an external sensing interface, a central processing module and an external communication interface. The external sensing interface is connected with sensing equipment (such as an infrared sensor and an environmental sensor), reads data of the sensing equipment, processes the data through the central processing module, and sends the data to a designated central processing platform of the cloud server through the external communication interface (such as a GPRS module, an Ethernet interface and a WIFI module) according to a specific communication protocol. Data accessed by various external sensing interfaces can be collected and processed by processing the data through the Internet of things module, and the data is transmitted to the Internet through various communication protocols, and the data without the data accessed by the external sensing interfaces can not be pushed to a designated place. In an optional embodiment of the present application, the application information of each terminal device may include communication protocol information and resource storage information used in interaction between each application and a cloud server in each terminal device, and function information that cannot be implemented by each application due to hardware resource limitation. Optionally, the communication Protocol information may include a Message Queue Telemetry Transport (MQTT) Protocol and a hypertext Transfer Protocol (HTTP) Protocol, where each terminal device interacts with the cloud server through an external communication interface. The message queue telemetry transmission protocol is an instant messaging protocol, and can release transmission coupling between an application program in each terminal and a cloud server by using a publish/subscribe message mode; the above-mentioned hypertext transfer protocol is a communication protocol most widely used on the internet. Optionally, the cloud server obtains application information of each terminal device in at least one terminal device in the internet of things module, so that the cloud server configures functions of each application in each terminal device in the cloud server. In an optional embodiment of the present Application, the cloud server may be a cloud server and a hundredth cloud server, and the cloud server and the hundredth cloud server may provide a related Application Programming Interface (API), and after the cloud server completes integration and debugging of the related API, the cloud server may obtain Application information of each terminal device in at least one terminal device in the module of the internet of things, and configure a function of each Application in each terminal device in the cloud server.
And S102, configuring the function of each application program according to the information of each application program and storing the function parameters of each application program.
In some possible embodiments, the cloud server configures the function of each application program of each terminal device according to the application program information of each terminal device, and stores the function parameters of each application program of each terminal device. In an optional embodiment of the present application, the application program may include a short message sending and receiving application, and the cloud server may configure a corresponding function of the short message sending and receiving application according to application program information, which is sent by each terminal device and includes a text transmission Protocol, a text data format, a text data storage format, a network Protocol (IP) address for sending a text, and store, in the cloud server, a function parameter configuring application program information, such as the text transmission Protocol, the text data format, the text data storage format, the network Protocol address for sending the text, and the like, related to the short message sending and receiving application, and a device identification code of the terminal device loaded with the short message sending and receiving application. After the device identification code of the terminal device loaded with the short message sending and receiving application is stored in the cloud server, the cloud server can determine a corresponding application program (such as the short message sending and receiving application) in the terminal device according to the device identification code. Optionally, the functional parameters of the application information may be stored in a database in the cloud server, and may be determined specifically according to an implementation scenario, which is not limited herein.
And S103, acquiring a user operation instruction on an application operation interface of the target application program.
In some feasible embodiments, when the terminal device collects a user operation instruction on an application operation interface of a target application program, a data processing request instruction is sent to the cloud server. The optional application operation interface may be a touch key interface of the terminal device, or a touch key interface connected to the external sensing interface, and may be determined specifically according to an implementation scenario, and is not limited herein. Optionally, the user operation instruction may also include an AT instruction, and the user operation instruction is used to send a data processing request instruction to the terminal device.
And S104, sending a data processing request instruction.
In some feasible embodiments, after the terminal device collects a user operation instruction on an application operation interface of a target application program, a data processing request instruction is sent to the cloud server. When the cloud server is configured with the functions of the application programs in the terminal device, the terminal device sends the data processing request instruction to the cloud server, and the cloud server is responsible for processing and realizing the target application program function realized by the data processing request instruction request, so that the terminal device can save data storage resources for encrypted communication. In an optional embodiment of the present application, before the terminal device sends the data processing request instruction to the cloud server, the terminal device encrypts the data processing request instruction based on an encryption communication protocol (such as a data packet transport layer security protocol) to send the encrypted data processing request instruction to the cloud server, so as to ensure the security of communication.
And S105, determining a target application program of the target terminal according to the data processing request instruction, and determining target function parameters corresponding to the target application program from the stored function parameters of each application program.
In some possible embodiments, when the cloud server receives a data processing request instruction sent by the terminal device, the cloud server determines a target application program of a target terminal according to the data processing request instruction. The data processing request command includes a command encrypted based on an encryption communication protocol. Optionally, the encrypted command based on the encrypted communication protocol may be an AT command encrypted based on a packet Transport Layer Security (DTLS) protocol. The data packet transmission layer security protocol provides a security solution in a common transmission scene, and can prevent the transmitted information from being intercepted, tampered and the like. The AT command is a command applied to communication connection between the terminal device and the application program, each AT command line only contains one AT command, and the length of 1056 characters can be received AT most besides two characters of "AT". In an optional embodiment of the present application, after the cloud server receives a data processing request instruction encrypted based on an encrypted communication protocol, a decryption algorithm based on the encrypted communication protocol decrypts the data processing request instruction, and obtains an equipment identification code carried in the data processing request instruction. Optionally, the device identity may be an International Mobile Equipment Identity (IMEI). The cloud server stores the device identification codes of the terminal devices corresponding to the application programs, so that the cloud server can determine the target terminal and the target application program of the target terminal according to the device identification codes. And after the target application program in the target terminal is determined, the cloud server determines the target function parameter corresponding to the target application program from the stored function parameters of the application programs of the terminal equipment. Optionally, the target application program may be a short message sending and receiving application, and the cloud server determines a target function parameter (e.g., a function parameter of application program information such as a text transmission protocol, a text data format, a text data storage format, and a network protocol address of a sending text) corresponding to the short message sending and receiving application from stored function parameters of each application program of each terminal device.
And S106, calling the function of the target application program based on the target function parameter to realize the function of the target application program requested to be processed by the data processing request instruction.
In some possible embodiments, the cloud server calls the function of the target application program based on the target function parameter to implement the function of the target application program requested to be processed by the data processing request instruction. In an optional embodiment of the present application, if the target application function requested to be processed by the data processing request instruction is a short message receiving function, the cloud server determines function parameters of application information such as a text transmission protocol, a text data format, a text data storage format, and a network protocol address of a sending text, calls a short message receiving function of a short message sending and receiving application based on the function parameters of the application information such as the text transmission protocol, the text data format, the text data storage format, and the network protocol address of the sending text, and processes a data processing request instruction corresponding to the short message receiving function based on the short message receiving function of the short message sending and receiving application.
S107, response data obtained by realizing the target application program function is sent.
In some possible embodiments, the cloud server sends response data obtained by implementing the function of the target application program to the target terminal. In an optional embodiment of the application, the cloud server may decrypt the data processing request instruction through a decryption algorithm based on an encrypted communication protocol, and after acquiring the device identification code carried in the data processing request instruction, may identify the target terminal according to the device identification code. And when the cloud server calls the function of the target application program based on the target function parameter and realizes the function of the target application program requested to be processed by the data processing request instruction, sending response data obtained by realizing the function of the target application program to the target terminal determined by the equipment identification code. Optionally, long connection communication is established between the cloud server and the terminal (that is, multiple data packets may be continuously sent over one connection), before the cloud server sends response data obtained by implementing a target function to the target terminal, the cloud server may detect communication signal strength of the long connection communication, determine a communication signal strength threshold of the long connection communication, and send the response data obtained by implementing the target application function to the target terminal if the detected communication signal strength is greater than or equal to the communication signal strength threshold. And if the communication signal strength detected by the cloud server is smaller than the communication signal strength threshold, storing the response data and keeping the detection of the communication signal strength of the long-connection communication, and sending the response data obtained by realizing the function of the target application program to the target terminal until the communication signal strength of the long-connection communication is larger than or equal to the communication signal strength threshold. Optionally, if the target application function is a short message receiving function, sending response data (for example, response data of successful or failed reception) obtained by implementing the short message receiving function to the target terminal.
In the application, the cloud server configures the functions of the application programs of the terminal devices according to the application program information by acquiring the application program information of each terminal device in at least one terminal device in the internet of things module, and stores the function parameters of each application program. When a data processing request instruction is received, determining a target application program of a target terminal according to the data processing request instruction, and determining target function parameters corresponding to the target application program from the stored function parameters of each application program of each terminal device. And calling the function of the target application program based on the target function parameter to realize the target application program function requested to be processed by the data processing request instruction, and sending response data obtained by realizing the target application program function to the target terminal. Therefore, each application program in the Internet of things module is placed in the cloud server for processing and use, and the problem that the application programs are difficult to transplant among different servers and different Internet of things modules is solved. And each application program in the internet of things module is configured in the cloud server for processing and use, so that the limitation of local hardware resources of the terminal equipment when the application program function is processed is also eliminated, the implementation cost of the application program of the internet of things module is reduced, the reliability of the application program is improved, and the applicability is high.
Referring to fig. 3, fig. 3 is another flow chart illustrating a method for implementing functions of an application program according to the present application. The method is suitable for the cloud server side, and comprises the following steps:
s201, the cloud server obtains application program information of each terminal device in at least one terminal device in the Internet of things module.
For a specific implementation of step S201, reference may be made to the description of step S101 in the embodiment corresponding to fig. 3, which will not be described herein again.
And S202, the cloud server configures the functions of the application programs of the terminal devices according to the application program information of the terminal devices, and stores the function parameters of the application programs of the terminal devices.
The specific implementation of step S202 may refer to the description of step S102 in the embodiment corresponding to fig. 3, which will not be described herein again.
And S203, when the cloud server receives the data processing request instruction, determining a target application program of the target terminal according to the data processing request instruction, and determining a target function parameter corresponding to the target application program from the stored function parameters of each application program of each terminal device.
The specific implementation of step S203 may refer to the description of step S105 in the embodiment corresponding to fig. 3, and will not be described herein again.
And S204, the cloud server calls the function of the target application program based on the target function parameter to realize the function of the target application program requested to be processed by the data processing request instruction.
The specific implementation of step S204 may refer to the description of step S106 in the embodiment corresponding to fig. 3, which will not be described herein again.
S205, the cloud server sends response data obtained by realizing the function of the target application program to the target terminal.
The specific implementation of step S205 may refer to the description of step S107 in the embodiment corresponding to fig. 3, and will not be described herein again.
Referring to fig. 4, fig. 4 is another flow chart illustrating a method for implementing functions of an application program according to the present application. The method is suitable for the terminal equipment side, and comprises the following steps:
s301, the terminal device sends application program information of the terminal device to the cloud server so that the cloud server can configure functions of all application programs in the terminal device in the cloud server.
In some possible embodiments, the terminal device sends the application information in the terminal device to the cloud server, so that the cloud server configures the functions of the applications in the terminal device in the cloud server. Optionally, if each application program includes a short message sending and receiving application, the application program information may include application program information such as a text transmission protocol, a text data format, a text data storage format, and a network protocol address for sending a text, which are related to the short message sending and receiving application. In an optional embodiment of the present application, the terminal device sends the application information including the text transmission protocol, the text data format, the text data storage format, the network protocol address of the sent text, and the like related to the short message sending and receiving application to a cloud server, so that the cloud server configures functions of sending and receiving short messages of the short message sending and receiving credit.
S302, when a user operation instruction on an application operation interface of the target application program is acquired, the terminal device sends a data processing request instruction to the cloud server.
The specific implementation of step S302 may refer to the description of step S103 in the embodiment corresponding to fig. 3, which will not be described herein again.
And S303, the terminal equipment receives response data which is fed back by the cloud server based on the data processing request instruction and is obtained by realizing the function of the target application program from the cloud server.
In some possible embodiments, the terminal device receives, from the cloud server, response data obtained by the cloud server based on feedback of the data processing request instruction to implement the function of the target application program. Optionally, if the target application program function is a short message receiving function in the short message transceiving application, the response data may be response data corresponding to successful reception or failed reception.
In the application, the terminal device sends application program information of the terminal device to a cloud server so that the cloud server configures functions of application programs in the terminal device in the cloud server, and when a user operation instruction on an application operation interface of a target application program is acquired, the terminal device sends a data processing request instruction to the cloud server, wherein the data processing request instruction is used for requesting processing of the target application program function corresponding to the target application program. And when the cloud server calls the function of the target application program based on the target function parameter to realize the function of the target application program requested to be processed by the data processing request instruction, the terminal equipment receives response data fed back by the cloud server based on the data processing request instruction and obtained by realizing the function of the target application program from the cloud server. Therefore, each application program in the Internet of things module is placed in the cloud server for processing and use, and the problem that the application programs are difficult to transplant among different servers and different Internet of things modules is solved. And each application program in the internet of things module is configured in the cloud server for processing and use, so that the limitation of local hardware resources of the terminal equipment when the application program function is processed is also eliminated, the implementation cost of the application program of the internet of things module is reduced, the reliability of the application program is improved, and the applicability is high.
Further, please refer to fig. 5, wherein fig. 5 is a schematic structural diagram of a function implementation apparatus of an application program according to the present application. The function implementing means of the application program may be a computer program (including program code) running on a computer device, for example, the function implementing means of the application program is an application software; the function implementing means of the application may be adapted to perform the corresponding steps of the method provided by the present application. As shown in fig. 5, the function realization device 1 of the application program can be applied to a computer device, wherein the function realization device 1 of the application program can include: the device comprises an acquisition module 11, a configuration module 12, a determination module 13, a calling module 14 and a first sending module 15.
The acquisition module 11 is used for the cloud server to acquire application program information of each terminal device in at least one terminal device in the internet of things module;
a configuration module 12, configured to configure, by the cloud server, functions of each application program of each terminal device according to the application program information of each terminal device, and store function parameters of each application program of each terminal device;
a determining module 13, configured to, when receiving a data processing request instruction, determine, by the cloud server, a target application program of a target terminal according to the data processing request instruction, and determine, from stored functional parameters of each application program of each terminal device, a target functional parameter corresponding to the target application program;
a calling module 14, configured to call, by the cloud server, a function of the target application program based on the target function parameter to implement a function of the target application program requested to be processed by the data processing request instruction;
a first sending module 15, configured to send, to the target terminal, response data obtained by implementing the function of the target application program by the cloud server.
In some possible embodiments, the data processing request command includes a command encrypted based on an encryption communication protocol; the determining module 13 is further configured to:
the cloud server decrypts the data processing request instruction based on the encryption communication protocol to acquire an equipment identification code carried in the data processing request instruction;
and the cloud server determines a target terminal and a target application program of the target terminal according to the equipment identification code.
In some possible embodiments, the cloud server establishes long-connection communication with the target terminal, and the first sending module 15 further includes:
a first determining unit 151, configured to detect a communication signal strength of the long connection communication by the cloud server, and determine a communication signal strength threshold of the long connection communication;
a first sending unit 152, configured to send response data obtained by implementing the target application function to the target terminal if the detected communication signal strength is greater than or equal to the communication signal strength threshold.
In some possible embodiments, the first sending module 15 further includes:
a first storage unit 153 configured to store the response data and maintain detection of the communication signal strength of the long connection communication if the detected communication signal strength is smaller than the communication signal strength threshold;
the first sending unit 152 is further configured to:
and sending response data obtained by realizing the function of the target application program to the target terminal until the communication signal intensity of the long-connection communication is greater than or equal to the communication signal intensity threshold.
The specific functions of the obtaining module 11, the configuring module 12, the determining module 13, the calling module 14, and the first sending module 15 may be implemented in steps S101 to S107 in the embodiment corresponding to fig. 2, which is not described herein again.
Referring to fig. 6, fig. 6 is a schematic structural diagram of another function implementation apparatus for an application according to an embodiment of the present disclosure. As shown in fig. 6, the function realization device 2 of the application program includes: a second sending module 21, a third sending module 22 and a receiving module 23.
A second sending module 21, configured to send, by a terminal device, application information of the terminal device to a cloud server, so that the cloud server configures, in the cloud server, functions of applications in the terminal device;
a third sending module 22, configured to send, by the terminal device, a data processing request instruction to the cloud server when a user operation instruction on an application operation interface of a target application program is acquired, where the data processing request instruction is used to request to process a target application program function corresponding to the target application program;
a receiving module 23, configured to receive, by the terminal device from the cloud server, response data obtained by the cloud server based on the data processing request instruction and fed back to implement the function of the target application program.
In some possible embodiments, referring to fig. 6, the apparatus 2 further includes:
the encryption module 24 is configured to encrypt the data processing request instruction based on an encryption communication protocol by the terminal device, so as to send the encrypted data processing request instruction to the cloud server.
For specific functional implementation manners of the second sending module 21, the third sending module 22 and the receiving module 23, reference may be made to steps S301 to S303 in the embodiment corresponding to fig. 4, which is not described herein again.
Further, please refer to fig. 7, fig. 7 is a schematic structural diagram of the computer device provided in the present application. As shown in fig. 7, the computer device 1000 may be adapted to a user terminal of a message manager, and the computer device 1000 may include: at least one processor 1001, such as a CPU, at least one network interface 1004, a transceiver 1003, a memory 1005, at least one communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), among others. The memory 1005 may be a Random Access Memory (RAM) memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 1005 may optionally also be at least one storage device located remotely from the aforementioned processor 1001. As shown in fig. 7, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a device control application program.
In the computer device 1000 shown in fig. 7, the network interface 1004 is mainly used for network communication of the user terminal, and the processor 1001 and the transceiver 1003 may be used for calling a device control application stored in the memory 1005 to perform the following operations:
the transceiver 1003 is configured to acquire application information of each terminal device in at least one terminal device in the internet of things module;
the processor 1001 is configured to configure functions of the applications of the terminal devices according to the application information of the terminal devices, and store function parameters of the applications of the terminal devices;
the processor 1001 is further configured to, when the transceiver 1003 receives a data processing request instruction, determine, by the cloud server, a target application of a target terminal according to the data processing request instruction, and determine, from stored functional parameters of each application of each terminal device, a target functional parameter corresponding to the target application;
the processor 1001 is further configured to call a function of the target application based on the target function parameter to implement a target application function requested to be processed by the data processing request instruction;
the transceiver 1003 is further configured to transmit response data obtained by implementing the function of the target application to the target terminal.
In some possible embodiments, the data processing request command includes a command encrypted based on an encryption communication protocol; the processor 1001 is further configured to:
decrypting the data processing request instruction based on the encrypted communication protocol to obtain an equipment identification code carried in the data processing request instruction;
and determining a target terminal and a target application program of the target terminal according to the equipment identification code.
In some possible embodiments, a long connection communication is established between the cloud server and the target terminal; the processor 1001 is further configured to:
detecting the communication signal intensity of the long connection communication, and determining the communication signal intensity threshold of the long connection communication;
if the detected communication signal strength is greater than or equal to the communication signal strength threshold, the transceiver 1003 transmits response data for implementing the target application function to the target terminal.
In some possible embodiments, the processor 1001 is further configured to:
if the detected communication signal strength is less than the communication signal strength threshold, the response data is stored and the detection of the communication signal strength of the long connection communication is maintained, until the communication signal strength of the long connection communication is greater than or equal to the communication signal strength threshold, the transceiver 1003 transmits the response data for realizing the function of the target application to the target terminal.
It should be understood that the computer device 1000 described in this application may perform the description of the data processing method based on the application program in the embodiment corresponding to fig. 3, and may also perform the description of the data processing apparatus 1 based on the application program in the embodiment corresponding to fig. 4, which is not described herein again. In addition, the beneficial effects of the same method are not described in detail.
Further, here, it is to be noted that: the present application further provides a computer-readable storage medium, and the computer-readable storage medium stores the aforementioned computer program executed by the data processing apparatus 1 of the application program, and the computer program includes program instructions, and when the processor executes the program instructions, the description of the data processing method of the application program in the embodiment corresponding to fig. 3 can be performed, so that details will not be described here again.
Further, please refer to fig. 8, which is a schematic structural diagram of another computer device according to an embodiment of the present application. As shown in fig. 8, the computer device 2000 may be adapted to a user terminal of a message consumer, and the computer device 2000 may include: at least one processor 2001, e.g., a CPU, at least one network interface 2004, a transceiver 2003, a memory 2005, at least one communication bus 2002. The communication bus 2002 is used to implement connection communication between these components. The network interface 2004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), among others. The memory 2005 may be a Random Access Memory (RAM) memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 2005 may optionally also be at least one memory device located remotely from the aforementioned processor 2001. As shown in fig. 8, the memory 2005, which is one type of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a device control application program.
In the computer device 2000 shown in fig. 8, the network interface 2004 is mainly used for the user terminal to perform network communication; and the processor 2001 and transceiver 2003 may be used to invoke the device control application stored in memory 2005 to perform the following operations:
the transceiver 2003 is configured to send application information of the terminal device to a cloud server, so that the cloud server configures functions of applications in the terminal device in the cloud server;
the transceiver 2003 is further configured to send a data processing request instruction to the cloud server when the processor 2001 acquires a user operation instruction on an application operation interface of a target application program, where the data processing request instruction is used to request processing of a target application program function corresponding to the target application program;
the transceiver 2003 is further configured to receive, from the cloud server, response data obtained by the cloud server based on the data processing request instruction and fed back to implement the target application function.
In some possible embodiments, before the data processing request instruction sent to the cloud server, the processor 2001 is further configured to:
and encrypting the data processing request instruction based on an encryption communication protocol so as to send the encrypted data processing request instruction to the cloud server.
Further, here, it is to be noted that: the present application further provides a computer-readable storage medium, and the computer-readable storage medium stores the computer program executed by the aforementioned function implementation apparatus 2 of the application program, and the computer program includes program instructions, and when the processor executes the program instructions, the description of the function implementation method of the application program in the embodiment corresponding to fig. 4 can be performed, so that details will not be described here again.
In addition, the beneficial effects of the same method are not described in detail. For technical details not disclosed in embodiments of the computer-readable storage medium referred to in the present application, reference is made to the description of embodiments of the method of the present application. As an example, program instructions may be deployed to be executed on one computing device or on multiple computing devices at one site or distributed across multiple sites and interconnected by a communication network, which may comprise a block chain system.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The computer-readable storage medium may be the message queue-based data transmission apparatus provided in any of the foregoing embodiments or an internal storage unit of the foregoing device, such as a hard disk or a memory of an electronic device. The computer readable storage medium may also be an external storage device of the electronic device, such as a plug-in hard disk, a Smart Memory Card (SMC), a Secure Digital (SD) card, a flash card (flash card), and the like, which are provided on the electronic device. The computer readable storage medium may further include a magnetic disk, an optical disk, a read-only memory (ROM), a random access memory (ram), or the like. Further, the computer readable storage medium may also include both an internal storage unit and an external storage device of the electronic device. The computer-readable storage medium is used for storing the computer program and other programs and data required by the electronic device. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
The terms "comprising" and "having" and any variations thereof in the claims, specification and drawings of the present invention are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus. Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments. The term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present application and is not to be construed as limiting the scope of the present application, so that the present application is not limited thereto, and all equivalent variations and modifications can be made to the present application.

Claims (10)

1. A method for realizing functions of an application program, the method comprising:
the method comprises the steps that a cloud server obtains application program information of each terminal device in at least one terminal device in an Internet of things module;
the cloud server configures the functions of the application programs of the terminal devices according to the application program information of the terminal devices, and stores the function parameters of the application programs of the terminal devices;
when a data processing request instruction is received, the cloud server determines a target application program of a target terminal according to the data processing request instruction, and determines a target function parameter corresponding to the target application program from stored function parameters of each application program of each terminal device;
and the cloud server calls the function of the target application program based on the target function parameter to realize the target application program function requested to be processed by the data processing request instruction, and sends response data obtained by realizing the target application program function to the target terminal.
2. The method of claim 1, wherein the data processing request command comprises a command encrypted based on an encrypted communication protocol; the determining of the target terminal and the target application program of the target terminal according to the data processing request instruction comprises:
the cloud server decrypts the data processing request instruction based on the encryption communication protocol to acquire an equipment identification code carried in the data processing request instruction;
and the cloud server determines a target terminal and a target application program of the target terminal according to the equipment identification code.
3. The method of claim 1, wherein a long connection communication is established between the cloud server and the target terminal; the cloud server sending response data obtained by realizing the target function to the target terminal comprises the following steps:
the cloud server detects the communication signal intensity of the long connection communication and determines a communication signal intensity threshold of the long connection communication;
and if the detected communication signal intensity is greater than or equal to the communication signal intensity threshold, sending response data obtained by realizing the function of the target application program to the target terminal.
4. The method of claim 3, further comprising:
and if the detected communication signal intensity is smaller than the communication signal intensity threshold, storing the response data and keeping the detection of the communication signal intensity of the long-connection communication, and sending the response data obtained by realizing the function of the target application program to the target terminal until the communication signal intensity of the long-connection communication is larger than or equal to the communication signal intensity threshold.
5. A method for realizing functions of an application program, the method comprising:
the method comprises the steps that the terminal equipment sends application program information of the terminal equipment to a cloud server so that the cloud server can configure functions of all application programs in the terminal equipment in the cloud server;
when a user operation instruction on an application operation interface of a target application program is acquired, the terminal equipment sends a data processing request instruction to the cloud server, and the data processing request instruction is used for requesting to process a target application program function corresponding to the target application program;
and the terminal equipment receives response data which is fed back by the cloud server based on the data processing request instruction and is obtained by realizing the function of the target application program from the cloud server.
6. The method according to claim 5, wherein before the data processing request instruction sent by the terminal device to the cloud server, the method further comprises:
and the terminal equipment encrypts the data processing request instruction based on an encryption communication protocol so as to send the encrypted data processing request instruction to the cloud server.
7. An apparatus for implementing functions of an application, the apparatus comprising:
the first acquisition module is used for the cloud server to acquire application program information of each terminal device in at least one terminal device in the Internet of things module;
the configuration module is used for the cloud server to configure the functions of the application programs of the terminal devices according to the application program information of the terminal devices and store the function parameters of the application programs of the terminal devices;
the cloud server is used for determining a target application program of a target terminal according to the data processing request instruction when the data processing request instruction is received, and determining a target function parameter corresponding to the target application program from stored function parameters of each application program of each terminal device;
the calling module is used for calling the function of the target application program by the cloud server based on the target function parameter so as to realize the function of the target application program requested to be processed by the data processing request instruction;
and the first sending module is used for sending response data obtained by realizing the function of the target application program to the target terminal by the cloud server.
8. An apparatus for implementing functions of an application, the apparatus comprising:
the second sending module is used for sending the application program information of the terminal equipment to a cloud server by the terminal equipment so that the cloud server can configure the functions of all application programs in the terminal equipment in the cloud server;
the third sending module is used for sending a data processing request instruction to the cloud server by the terminal device when a user operation instruction on an application operation interface of a target application program is collected, wherein the data processing request instruction is used for requesting to process a target application program function corresponding to the target application program;
and the receiving module is used for receiving response data which is fed back by the cloud server based on the data processing request instruction and is obtained by realizing the function of the target application program from the cloud server by the terminal equipment.
9. A computer device, comprising: a transceiver, a processor, a memory, and a network interface;
the processor is coupled to the transceiver, the memory, and a network interface for providing data communication functionality, the memory is for storing program code, and the transceiver and the processor are for invoking the program code to perform the method of any of claims 1-6.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions which, when executed by a processor, perform the method of any of claims 1-6.
CN202110596516.7A 2021-05-28 2021-05-28 Application function implementation method and device and storage medium Pending CN113254103A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110596516.7A CN113254103A (en) 2021-05-28 2021-05-28 Application function implementation method and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110596516.7A CN113254103A (en) 2021-05-28 2021-05-28 Application function implementation method and device and storage medium

Publications (1)

Publication Number Publication Date
CN113254103A true CN113254103A (en) 2021-08-13

Family

ID=77185415

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110596516.7A Pending CN113254103A (en) 2021-05-28 2021-05-28 Application function implementation method and device and storage medium

Country Status (1)

Country Link
CN (1) CN113254103A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114718413A (en) * 2022-03-17 2022-07-08 罗传贵 Intelligent operation method, device and equipment of automatic induction window and readable storage medium
CN114880043A (en) * 2022-04-28 2022-08-09 北京市商汤科技开发有限公司 Application processing method and device, terminal device and readable storage medium
CN114916943A (en) * 2022-05-13 2022-08-19 诺竹科技(上海)有限公司 Modularized portable brain-computer interface device
CN115174643A (en) * 2022-05-27 2022-10-11 青岛海尔科技有限公司 Control method and device of terminal equipment, storage medium and electronic device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102685122A (en) * 2012-05-06 2012-09-19 北京深思洛克软件技术股份有限公司 Software protection method based on cloud server
CN102694794A (en) * 2012-05-06 2012-09-26 北京深思洛克软件技术股份有限公司 Scene information protection method used for Android application program
CN103067450A (en) * 2012-12-13 2013-04-24 百度在线网络技术(北京)有限公司 Control method and system of application program used in cloud environment
CN108347402A (en) * 2017-01-23 2018-07-31 中国移动通信有限公司研究院 A kind of application access method, apparatus, processing terminal and cloud server
US20190028552A1 (en) * 2017-07-20 2019-01-24 Cisco Technology, Inc. Managing a distributed network of function execution environments
CN110958281A (en) * 2018-09-26 2020-04-03 华为技术有限公司 Data transmission method and communication device based on Internet of things

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102685122A (en) * 2012-05-06 2012-09-19 北京深思洛克软件技术股份有限公司 Software protection method based on cloud server
CN102694794A (en) * 2012-05-06 2012-09-26 北京深思洛克软件技术股份有限公司 Scene information protection method used for Android application program
CN103067450A (en) * 2012-12-13 2013-04-24 百度在线网络技术(北京)有限公司 Control method and system of application program used in cloud environment
CN108347402A (en) * 2017-01-23 2018-07-31 中国移动通信有限公司研究院 A kind of application access method, apparatus, processing terminal and cloud server
US20190028552A1 (en) * 2017-07-20 2019-01-24 Cisco Technology, Inc. Managing a distributed network of function execution environments
CN110958281A (en) * 2018-09-26 2020-04-03 华为技术有限公司 Data transmission method and communication device based on Internet of things

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114718413A (en) * 2022-03-17 2022-07-08 罗传贵 Intelligent operation method, device and equipment of automatic induction window and readable storage medium
CN114880043A (en) * 2022-04-28 2022-08-09 北京市商汤科技开发有限公司 Application processing method and device, terminal device and readable storage medium
CN114916943A (en) * 2022-05-13 2022-08-19 诺竹科技(上海)有限公司 Modularized portable brain-computer interface device
CN115174643A (en) * 2022-05-27 2022-10-11 青岛海尔科技有限公司 Control method and device of terminal equipment, storage medium and electronic device

Similar Documents

Publication Publication Date Title
US10951429B2 (en) Server initiated remote device registration
CN113254103A (en) Application function implementation method and device and storage medium
Warren et al. Push notification mechanisms for pervasive smartphone applications
CN103535004B (en) Method for promoting anonymity audio and video communication and system based on web
CN113765713A (en) Data interaction method based on Internet of things equipment acquisition
US11044243B2 (en) Push notification for application updates
CA2387328A1 (en) Mobile terminal system
JP6944950B2 (en) Coordination service for groups of Internet of Things (IoT) devices
US8650313B2 (en) Endpoint discriminator in network transport protocol startup packets
CN114816785A (en) Service data processing method and device, electronic equipment and storage medium
CA2533543A1 (en) System and method for managing communication for component applications
WO2019083941A1 (en) Methods to enable data continuity service
JP6659462B2 (en) Data transmission / reception method and sensing system
CN110572476B (en) Remote control method, device and equipment
CN114095463A (en) Data processing method, device, equipment and medium based on instant messaging
CN115412329B (en) Information processing method and related device for Internet of things
CN103067360A (en) Method and system for procedure network behavior identification
CN106302432A (en) A kind of communicator based on car networking and control method
KR20130108874A (en) Method and apparatus for providing improved notification services for smart terminal
US20180227720A1 (en) Method and system for providing information data
CN106686525A (en) Network sharing method and device
CN110611668A (en) Freely-configurable Internet of things monitoring method and device, storage medium and equipment
CN114268492B (en) Distribution method, distribution device, robot, equipment, medium and distribution system
CN110569138B (en) Remote service calling method, response method, device, electronic equipment and server
KR101527196B1 (en) Bi-directional service system for push message and Control method for the system

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

Application publication date: 20210813

RJ01 Rejection of invention patent application after publication