CN113778530A - Equipment awakening method and device, remote system and system server - Google Patents

Equipment awakening method and device, remote system and system server Download PDF

Info

Publication number
CN113778530A
CN113778530A CN202010521749.6A CN202010521749A CN113778530A CN 113778530 A CN113778530 A CN 113778530A CN 202010521749 A CN202010521749 A CN 202010521749A CN 113778530 A CN113778530 A CN 113778530A
Authority
CN
China
Prior art keywords
sleep mode
target device
wake
target
message
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
CN202010521749.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.)
Hangzhou Haikang Storage Technology Co ltd
Original Assignee
Hangzhou Haikang Storage Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Haikang Storage Technology Co ltd filed Critical Hangzhou Haikang Storage Technology Co ltd
Priority to CN202010521749.6A priority Critical patent/CN113778530A/en
Publication of CN113778530A publication Critical patent/CN113778530A/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/4401Bootstrapping
    • G06F9/4418Suspend and resume; Hibernate and awake
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Power Sources (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the invention provides a device awakening method, a device, a remote system and a system server. Wherein the method comprises the following steps: receiving sleep mode information sent by the target device, wherein the sleep mode information is sent when the target device is in a running state and is used for representing a sleep mode adopted by the target device; and when a wake-up request sent for the target equipment is received, waking up the target equipment by adopting a wake-up mode corresponding to the sleep mode represented by the sleep mode information. The sleep mode information uploaded by the target equipment can be collected, so that when the target equipment needs to be awakened, the sleep mode adopted by the target equipment is adaptively awakened by adopting a corresponding awakening mode, and the target equipment can be awakened without sensing the sleep mode adopted by the target equipment by a user.

Description

Equipment awakening method and device, remote system and system server
Technical Field
The present invention relates to the field of network service technologies, and in particular, to a device wake-up method, apparatus, remote system, and system server.
Background
The client device may perform data interaction with a specific target device in the remote system through the accessed network, so that the target device can provide a specific network service, such as file transmission, for the client device. And the target device may enter the sleep state from the running state when a certain condition is satisfied, for example, the target device may enter the sleep state under the condition that an operation instruction is not received within a certain time, so as to save energy consumption. The target device in the sleep state cannot perform data interaction with the user end device normally.
In the related art, the target device may be awakened in a corresponding manner according to the sleep mode adopted by the target device. For example, assuming that the sleep mode adopted by the target device is the S0 sleep mode provided by the Windows operating system, the user may control the client device to send a wake-up request to a WNS (Windows Push Notification Services, a Push Notification service provided by microsoft for Windows operating system) server for the target device, and the WNS server sends a wake-up message to the target device after receiving the request to wake up the target device.
However, in different application scenarios, the sleep mode adopted by the target device may be different, and the user may not be able to correctly perceive the sleep mode adopted by the target device, so that the target device cannot be woken up.
Disclosure of Invention
An object of the embodiments of the present invention is to provide a device wake-up method, apparatus, remote system and system server, so as to wake up a target device without a user sensing a sleep mode adopted by the target device. The specific technical scheme is as follows:
in a first aspect of an embodiment of the present invention, a device wake-up method is provided, which is applied to a system server in a remote system, where the remote system further includes a target device, and the method includes:
receiving sleep mode information sent by the target device, wherein the sleep mode information is sent when the target device is in a running state and is used for representing a sleep mode adopted by the target device;
and when a wake-up request sent for the target equipment is received, waking up the target equipment by adopting a wake-up mode corresponding to the sleep mode represented by the sleep mode information.
In a possible embodiment, before waking up the target device by using the wake-up mode corresponding to the sleep mode indicated by the sleep mode information, the method further includes:
determining a transmission mode for sending a wake-up message to the target device according to the sleep mode represented by the sleep mode information;
the waking up the target device by adopting the waking mode corresponding to the sleep mode represented by the sleep mode information includes:
sending a wake-up message to the target device according to the transmission mode to wake up the target device
In a possible embodiment, the determining, according to the sleep mode indicated by the sleep mode information, a transmission mode for sending a wake-up message to the target device includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the sending a wake-up message to the target device according to the transmission mode to wake up the target device includes:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment. In a possible embodiment, the determining, according to the sleep mode indicated by the sleep mode information, a transmission mode for sending a wake-up message to the target device includes:
if the sleep mode information indicates that the sleep mode adopted by the target device is the S3 sleep mode, determining an auxiliary device maintaining a transmission channel with the target device in the sleep state;
the sending a wake-up message to the target device according to the transmission mode to wake up the target device includes:
and sending a wake-up instruction to the auxiliary device so that the auxiliary device sends a wake-up message to the target device through the transmission channel to wake up the target device.
In a second aspect of the embodiments of the present invention, there is provided an apparatus wake-up apparatus, applied to a system server in a remote system, where the remote system further includes a target device, the apparatus includes:
an initialization module, configured to receive sleep mode information sent by the target device, where the sleep mode information is sent when the target device is in an operating state and is used to indicate a sleep mode adopted by the target device;
and the remote awakening module is used for awakening the target equipment by adopting an awakening mode corresponding to the sleep mode indicated by the sleep mode information when an awakening request sent by the target equipment is received.
In a possible embodiment, the initialization module is further configured to determine, before waking up the target device in the wake-up manner corresponding to the sleep mode indicated by the sleep mode information, a transmission manner for sending a wake-up message to the target device according to the sleep mode indicated by the sleep mode information;
the remote awakening module awakens the target device by adopting an awakening mode corresponding to the sleep mode represented by the sleep mode information, and the awakening mode comprises the following steps:
and sending a wake-up message to the target equipment according to the transmission mode so as to wake up the target equipment.
In a possible embodiment, the determining, by the initialization module, a transmission mode for sending a wake-up message to the target device according to the sleep mode indicated by the sleep mode information includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the remote wake-up module sends a wake-up message to the target device according to the transmission mode to wake up the target device, including:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
In a possible embodiment, the determining, by the initialization module, a transmission mode for sending a wake-up message to the target device according to the sleep mode indicated by the sleep mode information includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the remote wake-up module sends a wake-up message to the target device according to the transmission mode to wake up the target device, including:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
In a third aspect of the embodiments of the present invention, a remote system is provided, where the remote system includes a system server and a target device;
the target device is configured to acquire sleep mode information of the target device, where the sleep mode information is used to indicate a sleep mode adopted by the target device; and sending the sleep mode information to the system server;
the system server is used for receiving the sleep mode information sent by the target equipment; and when receiving a wake-up request sent by the target device, waking up the target device by adopting a wake-up mode corresponding to the sleep mode indicated by the sleep mode information.
In a possible embodiment, the system server is further configured to determine, before waking up the target device in the wake-up manner corresponding to the sleep mode indicated by the sleep mode information, a transmission manner for sending a wake-up message to the target device according to the sleep mode indicated by the sleep mode information;
the system server adopts the awakening mode corresponding to the sleep mode represented by the sleep mode information to awaken the target equipment, and the awakening mode comprises the following steps:
and sending a wake-up message to the target equipment according to the transmission mode so as to wake up the target equipment.
In a possible embodiment, the target device is further configured to apply for a push channel from the push notification server if the adopted sleep mode is the S0 sleep mode; acquiring a Uniform Resource Identifier (URI) fed back by the push notification server, wherein the URI is used for identifying a push channel applied by the target equipment; sending the URI to the system server;
the system server determines a transmission mode for sending the wake-up message to the target device according to the sleep mode represented by the sleep mode information, and the transmission mode includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment;
the system server sends a wake-up message to the target device according to the transmission mode to wake up the target device, including:
and sending the URI to the push notification server to control the push notification server to send a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
In a possible embodiment, the remote system further comprises an auxiliary device, and a transmission channel is established between the auxiliary device and the target device;
the target device is further configured to maintain the transmission channel when the target device is in a sleep state if the adopted sleep mode is the S3 sleep mode;
the system server determines a transmission mode for sending the wake-up message to the target device according to the sleep mode represented by the sleep mode information, and the transmission mode includes:
if the sleep mode information indicates that the sleep mode adopted by the target device is the S3 sleep mode, determining an auxiliary device maintaining a transmission channel with the target device in the sleep state;
the system server sends a wake-up message to the target device according to the transmission mode to wake up the target device, including:
sending a wake-up instruction to the auxiliary device;
and the auxiliary equipment is used for sending a wake-up message to the target equipment through the transmission channel after receiving the wake-up instruction, and waking up the target equipment.
In a fourth aspect of the embodiments of the present invention, there is provided a system server, including:
a memory for storing a computer program;
a processor for implementing the method steps of any of the above first aspects when executing the program stored in the memory.
In a fifth aspect of embodiments of the present invention, there is provided a computer-readable storage medium having stored therein a computer program which, when executed by a processor, performs the method steps of any one of the above-mentioned first aspects.
The device awakening method, the device and the system server provided by the embodiment of the invention can collect the sleep mode information uploaded by the target device, so that when the target device needs to be awakened, the sleep mode adopted by the target device is awakened in a corresponding awakening mode in a self-adaptive manner, and the target device can be awakened without sensing the sleep mode adopted by the target device by a user. Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic diagram of a network structure according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of an apparatus wake-up method applied to a system server according to an embodiment of the present invention;
fig. 3 is a timing diagram illustrating a wake-up procedure of a target device in S0 sleep mode according to an embodiment of the present invention;
fig. 4 is a timing diagram illustrating a wake-up procedure of a target device in S3 sleep mode according to an embodiment of the present invention;
FIG. 5a is a schematic structural diagram of a remote system according to an embodiment of the present invention;
FIG. 5b is a schematic diagram of another embodiment of a remote system;
fig. 6 is a schematic structural diagram of an apparatus wake-up apparatus applied to a system server according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a system server according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to more clearly describe the device wake-up method provided by the embodiment of the present invention, a possible application scenario of the device wake-up method provided by the embodiment of the present invention will be described below. It is understood that this application scenario is only one possible example, and in other possible embodiments, the device wake-up method provided in the embodiment of the present invention may also be applied to other application scenarios.
Referring to fig. 1, fig. 1 is a schematic diagram of a network structure according to an embodiment of the present invention, which includes a target device 10, a client device 20, an auxiliary device 30, a system server 40, and a push notification server 50.
The target device 10 is used to provide specific network services, such as file transfer, smart computing, etc., and the target device may be different devices according to application scenarios, for example, the target device may be a storage device, a computer, etc. The network service provided by the target device may be different according to different application scenarios, which is not limited in this embodiment. In this embodiment, the target device 10 and the user end device 20 are connected through a local area network, in other possible embodiments, the target device 10 and the user end device 20 may also be connected through a wide area network, and the target device 10 and the user end device 20 may also not be connected through a local area network.
The user end device 20 may send a data request to the target device 10 under the operation of the user to perform data interaction with the target device 10, so that the user can enjoy the network service provided by the target device 10. However, for practical purposes, such as for energy saving and consumption reduction purposes, the target device 10 may be configured with a sleep mode such that the target device 10 enters a sleep state if no message is received from the client device 20 within a period of time.
The target device 10 entering the sleep state cannot respond to the message sent by the client device 20, and therefore if the target device 10 is in the sleep state while the client device 20 sends the data request, the response of the data request sent by the client device 20 is timed out. At this time, the client device 20 may determine that the target device 10 is in the sleep state, and in other possible embodiments, the client device 20 may further determine whether the target device 10 is in the sleep state in other manners, for example, may send a request to the system server 40, so that the system server 40 determines whether the heartbeat message sent by the target device 10 can be received, and feeds back the determination result to the client device 20. If the determination result indicates that the system server 40 cannot receive the heartbeat message sent by the target device 10, the client device 20 may determine that the target device 10 is in the sleep state, and if the determination result indicates that the system server 40 can receive the heartbeat message sent by the target device 10, the client device 20 may determine that the target device 10 is in the running state
After the client device 20 determines that the target device 10 is in the sleep state, a wake-up request may be sent to the system server 40 to wake up the target device 10 through the system server 40. Depending on the sleep mode of the target device 10, different wake-up manners may be required to wake up the target device 10 adaptively, for example, the target device 10 may need to be woken up by the auxiliary device 30, the target device 10 may need to be woken up by the push notification server 50, or the target device 10 may be woken up directly by the system server 40. The system server 40 and the push notification server 50 may be separate devices or may be integrated devices.
If the user cannot perceive the sleep mode adopted by the target device 10, the user cannot determine what wake-up method can be adopted to wake up the target device 10, so that it is difficult for the user to control the system server 40 to wake up the target device 10 in the correct wake-up method through the client device 20.
In one possible embodiment, the sleep mode adopted by the target device 10 may be limited, for example, the target device 10 is restricted to adopting only the S0 sleep mode and not adopting other sleep modes. However, different sleep modes each have advantages and disadvantages, one sleep mode is difficult to adapt to different application scenarios, and this embodiment may result in higher power consumption of the target device 10 due to the inability to adopt an appropriate sleep mode.
Based on this, an embodiment of the present invention provides a device wake-up method, which may be referred to fig. 2, where fig. 2 is a schematic flow diagram of the device wake-up method applied to a system server, provided by the embodiment of the present invention, and the method may include:
s201, receiving sleep mode information sent by target equipment.
S202, when receiving the awakening request sent by the target equipment, adopting the awakening method corresponding to the sleep mode represented by the sleep mode information to awaken the target equipment.
The embodiment can collect the sleep mode information uploaded by the target equipment, so that when the target equipment needs to be awakened, the sleep mode adopted by the target equipment is adaptively awakened by adopting a corresponding awakening mode, and the target equipment can be awakened without sensing the sleep mode adopted by the target equipment by a user.
On the other hand, the target device can be awakened without sensing the sleep mode adopted by the target device by the user, so that the sleep mode adopted by the target device is not limited, and the target device can adaptively adopt the proper sleep mode according to the actual application scene, so that the energy consumption is reduced.
In S201, the sleep mode information is sent when the target device is in the running state, and is used to indicate the sleep mode adopted by the target device. For example, in one possible embodiment, the target device may scan the sleep mode adopted by the target device after being started to obtain sleep mode information indicating the sleep mode adopted by the target device, and send the sleep mode information to the system server. In other possible application scenarios, the target device may also scan a sleep mode adopted by itself to obtain sleep mode information after receiving an information acquisition request sent by the system server, and send the sleep mode information to the system server.
It is understood that the system server can perform data interaction with the target device when the target device is in the operating state, and thus can transmit the sleep mode information to the system server when the target device is in the operating state.
In some possible application scenarios, the system server may also receive sleep mode information from other devices except the target device, and therefore, after receiving the sleep mode information sent by the target device, the system server may identify the sleep mode information by using the device identifier of the target device, so as to distinguish the sleep mode information of the target device and the sleep mode information of the other devices. The device identification of the target device may be sent to the system server by the target device when sending the sleep mode information.
In S202, the wake-up request may be sent by the ue to the target device, and for the service logic of the ue to send the wake-up request to the target device, reference may be made to the foregoing description about the ue, which is not described herein again. The wake-up request may carry a device identifier of a device to which the wake-up request is directed, the system server analyzes the device identifier carried in the wake-up request after receiving the wake-up request, and if the device identifier is a device identifier of a target device, it may be determined that the wake-up request is a wake-up request directed to the target device.
The wake-up modes corresponding to different sleep modes are different, corresponding wake-up logics can be configured in the system server in advance for different sleep modes, the system server can determine the sleep mode adopted by the target device according to the sleep mode information, and the target device is woken up according to the wake-up mode represented by the wake-up logics corresponding to the sleep mode.
In some possible application scenarios, a connection that can still perform data interaction when the target device is in a sleep state may be maintained between the system server and the target device, and the system server may send a wakeup message in a preset format through the connection to wake up the target device.
In some other possible application scenarios, a connection that still enables data interaction when the target device is in a sleep state may not be maintained between the system server and the target device, and therefore the system server cannot directly send the wake-up message to the target device. In these embodiments, the system server may determine, according to the sleep mode indicated by the sleep mode information, a transmission mode for sending the wake-up message to the target device, and send the wake-up message to the target device according to the determined transmission mode to wake up the target device.
The representation form of the transmission manner may be different according to different application scenarios, for example, the transmission manner may be represented in the form of an identifier of a transmission path, where the identifier is used to represent a transmission path that can still be used to send the wake-up packet to the target device when the target device is in the sleep state, and the transmission path may be a transmission path between another device other than the system server and the target device, or an indirect transmission path between the system server and the target device, where the indirect transmission path refers to at least one other device spaced between the system server and the target device in the transmission path.
The following description will be made in the S0 and S3 sleep modes, respectively:
assuming that the sleep mode information indicates that the sleep mode adopted by the target device is the S0 sleep mode, since the S0 sleep mode needs to wake up the target device through the push notification server, the system server needs to obtain a URI (Uniform Resource Identifier) for identifying a push channel applied by the target device to the push notification server. When the target device is in a sleep state, the push notification server and the target device still maintain the push channel, so that the push notification server can send a wake-up message to the target device through the push channel to wake up the target device when the target device is in the sleep state.
In one possible embodiment, the system server may obtain the URI sent by the target device, and when waking up the target device, may send the URI to the push notification server, so that the push notification server pushes a wake-up message to the target device through the push channel identified by the URI to wake up the target device.
It can be understood that, since the push channel is a channel used by the push notification server to send the wake-up message to the target device, and the URL is used to identify the channel, the URL may indicate that the wake-up message is sent to the target device by: and sending a wake-up message to the target device through the channel identified by the URL by the push notification server.
For a clearer explanation of the target device wake-up procedure in the S0 sleep mode, the following description will be made in conjunction with the target device, the client device, the push notification server, and the system server. For convenience of description, an exemplary description will be given below by taking a push notification server as a WNS server provided by microsoft for a Windows operating system, where the push notification server and the system server are two devices independent from each other in this example, and for a case where the push notification server and the system server are one device integrated together, since the principle is the same, the difference is that information interaction between the push notification server and the system server is changed from information interaction between devices to information interaction inside the device, and thus, details are not described here again. Referring to fig. 3, fig. 3 is a timing diagram illustrating a wake-up procedure of a target device in S0 sleep mode according to an embodiment of the present invention, where the timing diagram includes:
s301, the target device starts software for scanning the sleep mode of the target device.
S302, the target device acquires the sleep mode information of the target device through the software.
For the sleep mode information, reference may be made to the foregoing description about S201, which is not described herein again.
S303, the target device sends the sleep mode information to the system server.
S304, the system server stores the sleep mode information.
S305, the target device applies for a push channel from the WNS server.
For the push channel, reference may be made to the foregoing related description, which is not described herein again.
S306, the WNS server feeds back the URI to the target device.
The URI is used to identify the push channel that the target device applies for.
S307, the target device sends the URI to the system server.
S308, after receiving the URI, the system server feeds back a response message for indicating successful receiving of the URI to the target equipment.
It is understood that S305-S308 are not dependent on the result of any step in S301-S304, and therefore S305-S308 may be executed before any step in S301-S304, or may be executed in parallel or alternatively with S301-S304, which is not limited in this embodiment.
S309, the user end equipment remotely logs in the target equipment.
The client device can send a login request to the target device to log in the target device, in some possible application scenarios, the target device can perform identity authentication on the client device during login, if the client device passes the identity authentication, the client device is allowed to log in, and if the client device does not pass the identity authentication, the client device is rejected from logging in.
And S310, the target device feeds back the device identification information to the user end device.
In other possible embodiments, the user end device may also obtain the identification information of the target device through other manners, such as user input, reading from a preset storage medium, and the like, which is not limited in this embodiment.
S311, the target device enters a sleep state.
For the sleep state, reference may be made to the related description above, and details are not repeated here.
S312, the user end device sends a data request to the target device.
It will be appreciated that the target device is in a sleep state and therefore cannot respond to the data request, which may time out after a certain time.
S313, the user end device sends a wake-up request to the system server for the target device.
The device identifier of the target device may be carried in the wake-up request, so that the system server can recognize that the wake-up request is a wake-up request for the target device.
S314, the system server sends the URI to the WNS server.
For how the system server determines the device for which the wake-up request is intended, reference may be made to the foregoing related description, which is not described herein again.
And S315, the WNS server pushes the awakening message to the target equipment through the push channel identified by the URI.
The target device still maintains the push channel while in the sleep state, so the WNS server can normally send a wake-up message to the target device through the push channel.
And S316, the target device wakes up after receiving the wake-up message.
S317, the target device feeds back a response message indicating that the wakeup has been successful to the WNS server after the wakeup.
S318, the WNS server feeds back a response message to the user end device indicating that the wake-up has been successful.
The response message may be indirectly fed back to the ue through the system server, or may be directly fed back to the ue through a communication connection between the system server and the ue, which is not limited in this embodiment.
Assuming that the sleep mode information indicates that the sleep mode adopted by the target device is the S3 sleep mode, since the S3 sleep mode requires the target device to be woken up by the auxiliary device bound to the target device, the auxiliary device maintains a transmission channel with the target device in the sleep state, and the transmission channel is maintained when the target device is in the sleep state. Therefore, the system server can determine the auxiliary device according to the sleep mode represented by the sleep mode information to establish communication connection with the auxiliary device, and when the target device is awakened, the system server sends an awakening instruction to the auxiliary device, so that the auxiliary device sends an awakening message to the target device through a transmission channel between the auxiliary device and the target device to awaken the target device.
It will be appreciated that, since the secondary device sends the wake-up message to the target device, determining the secondary device may be considered as determining the intermediate device through which to send the wake-up message to the target device, i.e. determining the transmission manner in which the secondary device may be considered to determine to send the wake-up message to the target device.
For more clearly describing the process of waking up the target device in the S0 sleep mode, the following description will exemplarily refer to the target device, a client device, an auxiliary device, and a system server, where the auxiliary device may be a routing device in a local area network where the target device is located, and the routing device interfaces with a wide area network. Referring to fig. 4, fig. 4 is a timing diagram illustrating a wake-up procedure of a target device in S3 sleep mode according to an embodiment of the present invention, where the timing diagram includes:
s401, the target device starts software for scanning a sleep mode of the target device.
S402, the target device acquires the sleep mode information of the target device through the software.
For the sleep mode information, reference may be made to the foregoing description about S201, which is not described herein again.
S403, the target device sends the sleep mode information to the system server.
S404, the system server stores the sleep mode information.
S405, the auxiliary equipment is started.
And S406, the auxiliary device is bound with the target device after being started.
The binding between the auxiliary device and the target device may be performed under the manual operation of the relevant staff, or may be performed according to a preset rule, which is not limited in this embodiment. For example, taking the auxiliary device as the routing device as an example, a Media Access Control (MAC) address of the target device may be stored in the auxiliary device, so that the auxiliary device establishes a transmission channel with the target device according to the locally stored MAC address to bind the auxiliary device with the target device.
S407, the auxiliary device establishes communication connection with the system server after binding the target device.
The auxiliary device may acquire an IP (Internet Protocol) address of the system server from the target device, and actively establish a communication connection with the system server according to the acquired IP address, and the auxiliary device may establish a direct communication connection with the system server or an indirect communication connection with the system server.
. Or passively establish a communication connection with the system server, which is not limited in this embodiment.
S408, after the communication connection is established, the system server feeds back a response message indicating that the communication connection is successfully established to the auxiliary device.
It is understood that S405-S408 are not dependent on the result of any step in S401-S404, and therefore S405-S408 may be executed before any step in S401-S404, or may be executed in parallel with or alternatively executed by S401-S404, which is not limited in this embodiment.
And S409, remotely logging in the target equipment by the user terminal equipment.
The step is the same as S309, and reference may be made to the related description of S309, which is not described herein again.
And S410, the target equipment feeds back equipment identification information to the customer premise equipment.
The step is the same as S310, and reference may be made to the foregoing description of S310, which is not described herein again.
S411, the target device enters a sleep state.
For the sleep state, reference may be made to the related description above, and details are not repeated here.
S412, the client device sends a data request to the target device.
The step is the same as S312, and reference may be made to the related description of S312, which is not described herein again.
S413, the ue sends a wake-up request to the system server for the target device.
The step is the same as S313, and reference may be made to the foregoing description of S313, which is not repeated herein.
S414, the system server sends a wake-up command to the auxiliary device bound to the target device.
For how the system server determines the device for which the wake-up request is intended, reference may be made to the foregoing related description, which is not described herein again.
S415, the auxiliary device sends a wake-up message to the target device through the transmission channel to wake up the target device.
When the target device is in the sleep state, the target device still maintains the transmission channel with the auxiliary device, so that the auxiliary device can normally send a wakeup packet in a preset format, such as a MagicPacket wakeup packet (an awake packet provided by AMD for waking up a device in the S3 sleep mode), to the target device through the transmission channel.
S416, the target device wakes up after receiving the wake-up message.
S417, after waking up, the target device feeds back a response message indicating that the system server has successfully wakened up.
S418, the system server feeds back a response message indicating that the target device has been successfully awakened to the user end device.
Referring to fig. 5a, fig. 5a illustrates a remote system according to an embodiment of the present invention, where the remote system includes a system server 40 and a target device 10;
the target device 10 is configured to acquire sleep mode information of the target device 10, where the sleep mode information is used to indicate a sleep mode adopted by the target device 10; and transmits the sleep mode information to the system server 40;
the system server 40 is configured to receive the sleep mode information sent by the target device 10; and when receiving a wake-up request sent for the target device 10, waking up the target device 10 by using a wake-up mode corresponding to the sleep mode indicated by the sleep mode information.
In a possible embodiment, the system server 40 is further configured to determine, before waking up the target device 10 in the wake-up manner corresponding to the sleep mode indicated by the sleep mode information, a transmission manner for sending a wake-up message to the target device 10 according to the sleep mode indicated by the sleep mode information;
the system server 40 wakes up the target device 10 by using the wake-up mode corresponding to the sleep mode indicated by the sleep mode information, including:
and sending a wake-up message to the target device according to the transmission mode to wake up the target device 10.
In a possible embodiment, the target device 10 is further configured to apply for a push channel from the push notification server if the adopted sleep mode is the S0 sleep mode; acquiring a Uniform Resource Identifier (URI) fed back by the push notification server, wherein the URI is used for identifying a push channel applied by the target equipment; sending the URI to the system server 40;
the determining, by the system server 40, a transmission mode for sending the wake-up message to the target device 10 according to the sleep mode indicated by the sleep mode information includes:
if the sleep mode information indicates that the sleep mode adopted by the target device is the S0 sleep mode, acquiring a uniform resource identifier URI sent by the target device 10;
the sending, by the system server 40, a wake-up message to the target device according to the transmission mode to wake up the target device 10 includes:
and sending the URI to the push notification server to control the push notification server to send a wake-up message to the target device 10 through the transmission channel identified by the URI, so as to wake up the target device 10.
In a possible embodiment, as shown in fig. 5b, the remote system further comprises an auxiliary device 30, wherein a transmission channel is established between the auxiliary device 30 and the target device 10;
the target device 10 is further configured to maintain the transmission channel when the target device 10 is in a sleep state if the adopted sleep mode is the S3 sleep mode;
the determining, by the system server 40, a transmission mode for sending the wake-up message to the target device 10 according to the sleep mode indicated by the sleep mode information includes:
determining the auxiliary device 30 that maintains a transmission channel with the target device in the sleep state if the sleep mode information indicates that the sleep mode adopted by the target device 10 is the S3 sleep mode;
the sending, by the system server 40, a wake-up message to the target device 10 according to the transmission manner to wake up the target device 10 includes:
sending a wake-up instruction to the auxiliary device 30;
the auxiliary device 30 is configured to send a wake-up message to the target device 10 through the transmission channel after receiving the wake-up instruction, so as to wake up the target device 10.
Referring to fig. 6, fig. 6 is a schematic structural diagram of a device wake-up apparatus according to an embodiment of the present invention, where the apparatus is applied to a system server in a remote system, where the remote system further includes a target device, and the apparatus includes:
an initialization module 601, configured to receive sleep mode information sent by the target device, where the sleep mode information is sent when the target device is in an operating state and is used to indicate a sleep mode adopted by the target device;
a remote wake-up module 602, configured to wake up the target device by using a wake-up manner corresponding to the sleep mode indicated by the sleep mode information when receiving a wake-up request sent for the target device.
In a possible embodiment, the initialization module 601 is further configured to determine, before waking up the target device in the wake-up manner corresponding to the sleep mode indicated by the sleep mode information, a transmission manner for sending a wake-up message to the target device according to the sleep mode indicated by the sleep mode information;
the remote wake-up module 602 wakes up the target device by using a wake-up mode corresponding to the sleep mode indicated by the sleep mode information, including:
and sending a wake-up message to the target equipment according to the transmission mode so as to wake up the target equipment.
In a possible embodiment, the determining, by the initialization module 601, a transmission manner for sending the wake-up message to the target device according to the sleep mode indicated by the sleep mode information includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the remote wake-up module 602 sends a wake-up message to the target device according to the transmission manner to wake up the target device, including:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
In a possible embodiment, the determining, by the initialization module 601, a transmission manner for sending the wake-up message to the target device according to the sleep mode indicated by the sleep mode information includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the remote wake-up module 602 sends a wake-up message to the target device according to the transmission manner to wake up the target device, including:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
An embodiment of the present invention further provides a system server, as shown in fig. 7, including:
a memory 701 for storing a computer program;
the processor 702 is configured to implement the following steps when executing the program stored in the memory 701:
receiving sleep mode information sent by the target device, wherein the sleep mode information is sent when the target device is in a running state and is used for representing a sleep mode adopted by the target device;
and when a wake-up request sent for the target equipment is received, waking up the target equipment by adopting a wake-up mode corresponding to the sleep mode represented by the sleep mode information.
In a possible embodiment, before waking up the target device by using the wake-up mode corresponding to the sleep mode indicated by the sleep mode information, the method further includes:
determining a transmission mode for sending a wake-up message to the target device according to the sleep mode represented by the sleep mode information;
the waking up the target device by adopting the waking mode corresponding to the sleep mode represented by the sleep mode information includes:
sending a wake-up message to the target device according to the transmission mode to wake up the target device
In a possible embodiment, the determining, according to the sleep mode indicated by the sleep mode information, a transmission mode for sending a wake-up message to the target device includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the sending a wake-up message to the target device according to the transmission mode to wake up the target device includes:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment. In a possible embodiment, the determining, according to the sleep mode indicated by the sleep mode information, a transmission mode for sending a wake-up message to the target device includes:
if the sleep mode information indicates that the sleep mode adopted by the target device is the S3 sleep mode, determining an auxiliary device maintaining a transmission channel with the target device in the sleep state;
the sending a wake-up message to the target device according to the transmission mode to wake up the target device includes:
and sending a wake-up instruction to the auxiliary device so that the auxiliary device sends a wake-up message to the target device through the transmission channel to wake up the target device.
The Memory mentioned in the above system server may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
In another embodiment, a computer-readable storage medium is provided, which has instructions stored therein, and when the instructions are executed on a computer, the computer is caused to execute the device wake-up method in any one of the above embodiments.
In yet another embodiment, a computer program product containing instructions is provided, which when run on a computer, causes the computer to perform any of the above-mentioned device wake-up methods.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the apparatus, the system server, the target device, the computer-readable storage medium, and the computer program product embodiment, since they are substantially similar to the method embodiment, the description is simple, and the relevant points can be referred to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A device wake-up method applied to a system server in a remote system, the remote system further comprising a target device, the method comprising:
receiving sleep mode information sent by the target device, wherein the sleep mode information is sent when the target device is in a running state and is used for representing a sleep mode adopted by the target device;
and when a wake-up request sent for the target equipment is received, waking up the target equipment by adopting a wake-up mode corresponding to the sleep mode represented by the sleep mode information.
2. The method according to claim 1, wherein before waking up the target device in the wake-up manner corresponding to the sleep mode indicated by the sleep mode information, the method further comprises:
determining a transmission mode for sending a wake-up message to the target device according to the sleep mode represented by the sleep mode information;
the waking up the target device by adopting the waking mode corresponding to the sleep mode represented by the sleep mode information includes:
and sending a wake-up message to the target equipment according to the transmission mode so as to wake up the target equipment.
3. The method according to claim 2, wherein the determining a transmission mode for sending the wake-up message to the target device according to the sleep mode indicated by the sleep mode information comprises:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment, wherein the URI is used for identifying a push channel applied by the target equipment to a push notification server;
the sending a wake-up message to the target device according to the transmission mode to wake up the target device includes:
and sending the URI to the push notification server so that the push notification server sends a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
4. The method according to claim 2, wherein the determining a transmission mode for sending the wake-up message to the target device according to the sleep mode indicated by the sleep mode information comprises:
if the sleep mode information indicates that the sleep mode adopted by the target device is the S3 sleep mode, determining an auxiliary device maintaining a transmission channel with the target device in the sleep state;
the sending a wake-up message to the target device according to the transmission mode to wake up the target device includes:
and sending a wake-up instruction to the auxiliary device so that the auxiliary device sends a wake-up message to the target device through the transmission channel to wake up the target device.
5. An apparatus wake-up device, applied to a system server in a remote system, the remote system further including a target device, the apparatus comprising:
an initialization module, configured to receive sleep mode information sent by the target device, where the sleep mode information is sent when the target device is in an operating state and is used to indicate a sleep mode adopted by the target device;
and the remote awakening module is used for awakening the target equipment by adopting an awakening mode corresponding to the sleep mode indicated by the sleep mode information when an awakening request sent by the target equipment is received.
6. A remote system is characterized in that the remote system comprises a system server and a target device;
the target device is configured to acquire sleep mode information of the target device, where the sleep mode information is used to indicate a sleep mode adopted by the target device; and sending the sleep mode information to the system server;
the system server is used for receiving the sleep mode information sent by the target equipment; and when receiving a wake-up request sent by the target device, waking up the target device by adopting a wake-up mode corresponding to the sleep mode indicated by the sleep mode information.
7. The remote system according to claim 6, wherein the system server is further configured to determine, before waking up the target device in the wake-up manner corresponding to the sleep mode indicated by the sleep mode information, a transmission manner for sending a wake-up message to the target device according to the sleep mode indicated by the sleep mode information;
the system server adopts the awakening mode corresponding to the sleep mode represented by the sleep mode information to awaken the target equipment, and the awakening mode comprises the following steps:
and sending a wake-up message to the target equipment according to the transmission mode so as to wake up the target equipment.
8. The remote system of claim 7, wherein the target device is further configured to apply for a push channel from a push notification server if the adopted sleep mode is the S0 sleep mode; acquiring a Uniform Resource Identifier (URI) fed back by the push notification server, wherein the URI is used for identifying a push channel applied by the target equipment; sending the URI to the system server;
the system server determines a transmission mode for sending the wake-up message to the target device according to the sleep mode represented by the sleep mode information, and the transmission mode includes:
if the sleep mode information indicates that the sleep mode adopted by the target equipment is the S0 sleep mode, acquiring a Uniform Resource Identifier (URI) sent by the target equipment;
the system server sends a wake-up message to the target device according to the transmission mode to wake up the target device, including:
and sending the URI to the push notification server to control the push notification server to send a wake-up message to the target equipment through the transmission channel identified by the URI to wake up the target equipment.
9. The system of claim 7, wherein the remote system further comprises an auxiliary device, and a transmission channel is established between the auxiliary device and the target device;
the target device is further configured to maintain the transmission channel when the target device is in a sleep state if the adopted sleep mode is the S3 sleep mode;
the system server determines a transmission mode for sending the wake-up message to the target device according to the sleep mode represented by the sleep mode information, and the transmission mode includes:
if the sleep mode information indicates that the sleep mode adopted by the target device is the S3 sleep mode, determining an auxiliary device maintaining a transmission channel with the target device in the sleep state;
the system server sends a wake-up message to the target device according to the transmission mode to wake up the target device, including:
sending a wake-up instruction to the auxiliary device;
and the auxiliary equipment is used for sending a wake-up message to the target equipment through the transmission channel after receiving the wake-up instruction, and waking up the target equipment.
10. A system server, the system server comprising:
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1-4 when executing the program stored in the memory.
CN202010521749.6A 2020-06-10 2020-06-10 Equipment awakening method and device, remote system and system server Pending CN113778530A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010521749.6A CN113778530A (en) 2020-06-10 2020-06-10 Equipment awakening method and device, remote system and system server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010521749.6A CN113778530A (en) 2020-06-10 2020-06-10 Equipment awakening method and device, remote system and system server

Publications (1)

Publication Number Publication Date
CN113778530A true CN113778530A (en) 2021-12-10

Family

ID=78834593

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010521749.6A Pending CN113778530A (en) 2020-06-10 2020-06-10 Equipment awakening method and device, remote system and system server

Country Status (1)

Country Link
CN (1) CN113778530A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000165419A (en) * 1998-11-30 2000-06-16 Nec Corp Network proxy reply server, network system, and method for reducing power consumption of this network system
US20070050645A1 (en) * 2005-08-23 2007-03-01 Siegmund Dieter W Method and apparatus for waking up a sleeping system
CN101515194A (en) * 2008-02-21 2009-08-26 鸿富锦精密工业(深圳)有限公司 Computer operating state converting method
CN102624566A (en) * 2012-03-20 2012-08-01 华为技术有限公司 Method, device and system for waking up calling terminal
CN104219264A (en) * 2013-05-31 2014-12-17 华为终端有限公司 Method and server for remote access
GB201519068D0 (en) * 2015-10-28 2015-12-09 Displaylink Uk Ltd Remote wake-up of mobile devices
CN106060911A (en) * 2016-07-19 2016-10-26 上海华为技术有限公司 Radio unit (RU) hibernation and wakeup methods and node B
CN106341468A (en) * 2016-08-29 2017-01-18 镇江惠通电子有限公司 Remote wakeup method, device and system of intelligent equipment
US20180063789A1 (en) * 2016-08-29 2018-03-01 Throughtek Technology (Shenzhen) Co., Ltd. Remote wakeup method, connection server, and networking apparatus having sleep mode
CN108449779A (en) * 2018-05-14 2018-08-24 珠海市魅族科技有限公司 Communication means and communication device, access point apparatus and site apparatus

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000165419A (en) * 1998-11-30 2000-06-16 Nec Corp Network proxy reply server, network system, and method for reducing power consumption of this network system
US20070050645A1 (en) * 2005-08-23 2007-03-01 Siegmund Dieter W Method and apparatus for waking up a sleeping system
CN101515194A (en) * 2008-02-21 2009-08-26 鸿富锦精密工业(深圳)有限公司 Computer operating state converting method
CN102624566A (en) * 2012-03-20 2012-08-01 华为技术有限公司 Method, device and system for waking up calling terminal
CN104219264A (en) * 2013-05-31 2014-12-17 华为终端有限公司 Method and server for remote access
GB201519068D0 (en) * 2015-10-28 2015-12-09 Displaylink Uk Ltd Remote wake-up of mobile devices
CN106060911A (en) * 2016-07-19 2016-10-26 上海华为技术有限公司 Radio unit (RU) hibernation and wakeup methods and node B
CN106341468A (en) * 2016-08-29 2017-01-18 镇江惠通电子有限公司 Remote wakeup method, device and system of intelligent equipment
US20180063789A1 (en) * 2016-08-29 2018-03-01 Throughtek Technology (Shenzhen) Co., Ltd. Remote wakeup method, connection server, and networking apparatus having sleep mode
CN108449779A (en) * 2018-05-14 2018-08-24 珠海市魅族科技有限公司 Communication means and communication device, access point apparatus and site apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王延慧;江志农;: "基于S3C2440和Windows CE5.0的嵌入式设备休眠唤醒技术研究", 微型机与应用, no. 16, 25 August 2010 (2010-08-25) *

Similar Documents

Publication Publication Date Title
US9998522B2 (en) Fast join of peer to peer group with power saving mode
CN107124278B (en) Service processing method and device and data sharing system
EP3334127B1 (en) Message pushing method and apparatus thereof
US9946532B2 (en) Apparatus, system and method for updating a peripheral connected to image processing device
US9900919B1 (en) Adaptive beacon rate system
CN101505284A (en) Intelligent information dynamic pushing method and system
CN113765714B (en) Equipment network distribution method and device, storage medium and electronic equipment
CN109872408B (en) Method and apparatus for transmitting information
CN110113381A (en) The method and device of theme is subscribed in a kind of block chain
CN104468592A (en) Login method and system
CN111263338A (en) Network distribution method of Bluetooth Mesh network and related network distribution equipment and system
CN103197902B (en) Information handling system, signal conditioning package and information processing method
TW201941576A (en) Application program wake-up method and device, terminal and medium
CN109615443B (en) User processing method, device, server and storage medium based on block chain
CN109600254A (en) The generation method and related system of full link log
CN111352749B (en) Data synchronization method, device, equipment and storage medium
CN113778530A (en) Equipment awakening method and device, remote system and system server
CN105630466A (en) Business control method and apparatus
CN111327933A (en) Equipment awakening method and device and electronic equipment
CN103067495A (en) Method and device pushing information
CN111464395B (en) Method and device for creating blockchain and readable storage medium
CN111314147B (en) Intelligent device configuration method, cloud platform and storage medium
CN113133027B (en) Communication method, server, terminal and communication system
CN114265642A (en) Information processing method, information processing device, electronic equipment and computer readable storage medium
CN112994974A (en) Cluster node detection method, device, cluster, equipment and medium

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