CN111314372A - Display equipment awakening method, control terminal, server and display equipment - Google Patents

Display equipment awakening method, control terminal, server and display equipment Download PDF

Info

Publication number
CN111314372A
CN111314372A CN202010144299.3A CN202010144299A CN111314372A CN 111314372 A CN111314372 A CN 111314372A CN 202010144299 A CN202010144299 A CN 202010144299A CN 111314372 A CN111314372 A CN 111314372A
Authority
CN
China
Prior art keywords
display device
server
display
control terminal
equipment
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
CN202010144299.3A
Other languages
Chinese (zh)
Inventor
吴汉勇
修国涵
蒋军禄
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hisense Visual Technology Co Ltd
Original Assignee
Hisense Visual 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 Hisense Visual Technology Co Ltd filed Critical Hisense Visual Technology Co Ltd
Priority to CN202010144299.3A priority Critical patent/CN111314372A/en
Publication of CN111314372A publication Critical patent/CN111314372A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
    • 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/4416Network booting; Remote initial program loading [RIPL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route

Abstract

The present application relates to the field of communications technologies, and in particular, to a method for waking up a display device, a control terminal, a server, and a display device. The problem that communication cannot be achieved and remote awakening cannot be achieved when the control terminal and the display device are not in the same local area network is solved. The display device awakening method comprises the following steps: the server establishes 2 SOCKET connections for data interaction with the control terminal and the display device; analyzing a standby heartbeat data packet from the display equipment to obtain equipment information of the display equipment, and storing and updating the equipment information to an online list of the display equipment; receiving a standby list request from a control terminal and sending an online list of display equipment to the control terminal; analyzing a first awakening instruction from a control terminal to obtain equipment information of the display equipment to be awakened; and based on the device information of the display device to be awakened, the server sends a second awakening instruction to the corresponding display device through the second SOCKET connection to complete awakening.

Description

Display equipment awakening method, control terminal, server and display equipment
Technical Field
The present application relates to the field of communications technologies, and in particular, to a method for waking up a display device, a control terminal, a server, and a display device.
Background
The Wake On Lan (WOL) of the display device refers to waking up a device in a state to be woken up (such as a sleep state or a standby state) through a control terminal in a local area network or a wide area network, so that the woken-up device can be restored to a normal operating state from the state to be woken up.
In the awakening realization of some display devices, the display device to be awakened and the control terminal are accessed into the same local area network; when the display equipment needs to be awakened, the control terminal searches the display equipment and establishes communication connection by sending a broadcast data packet in the local area network; and after the display equipment receives the awakening instruction sent by the control terminal, executing the starting logic to realize remote awakening of the display equipment.
However, in the above scheme, when the control terminal and the display device are not in the same lan, the display device and the control terminal cannot directly establish a communication connection, cannot receive a wake-up instruction from the control terminal, and cannot wake up the display device.
Disclosure of Invention
The application provides a display device awakening method, a control terminal, a server and a display device, wherein a special SOCKET connection, a display device online list and an awakening instruction are established through the server, and the problems that the control terminal and the display device cannot communicate and cannot be remotely awakened when not in the same local area network can be solved to a certain extent.
The embodiment of the application is realized as follows:
a first aspect of an embodiment of the present application provides a server-side method for waking up a display device, where the method includes:
creating a first SOCKET connection and a second SOCKET connection, wherein the first SOCKET connection is used for data interaction between the server and at least one control terminal, and the second SOCKET connection is used for data interaction between the server and at least 1 display device;
analyzing a standby heartbeat data packet from display equipment to obtain equipment information of the display equipment, and storing and updating the equipment information to an online list of the display equipment;
receiving a standby list request from a control terminal, and sending the online list of the display equipment to the control terminal;
analyzing the first awakening instruction from the control terminal to obtain equipment information of the display equipment to be awakened;
and sending a second awakening instruction to the to-be-awakened display device through the second SOCKET connection based on the device information.
A second aspect of an embodiment of the present application provides a server, including:
the connection creating module is configured to create a first SOCKET connection and a second SOCKET connection, the first SOCKET connection is used for data interaction between the server and at least one control terminal, and the second SOCKET connection is used for data interaction between the server and at least 1 display device;
the list updating module is configured to analyze a standby heartbeat data packet from a display device to obtain device information of the display device, and store and update the device information to an online list of the display device;
the server awakening instruction module is configured to receive a standby list request from a control terminal and send the display equipment online list to the control terminal; analyzing the first awakening instruction from the control terminal to obtain equipment information of the display equipment to be awakened; and sending a second awakening instruction to the to-be-awakened display device through the second SOCKET connection based on the device information.
A third aspect of the embodiments of the present application provides a method for a display device side to wake up a display device, where the method includes:
sending the standby heartbeat data packet to the server through a second SOCKET connection;
and receiving a second awakening instruction from the server and executing awakening logic to start.
A fourth aspect of an embodiment of the present application provides a display device, including:
the display device data sending module is configured to send a standby heartbeat data packet of the display device to a server through a second SOCKET connection;
and the display equipment awakening instruction module is configured to receive a second awakening instruction from the server and execute awakening logic startup.
A fifth aspect of the embodiments of the present application provides a terminal control method for waking up a display device, where the method includes:
sending a standby list request to a server through a first SOCKET connection;
receiving an online list of display equipment sent by the server and displaying the online list on a screen of a control terminal;
and selecting the display equipment needing to be awakened based on the online list of the display equipment, and sending a first awakening instruction to the server.
A sixth aspect of the embodiments of the present application provides a control terminal, including:
the control terminal data transmission module is configured to be used for transmitting a standby list request to the server through the first SOCKET connection; selecting display equipment needing to be awakened based on the received online list of the display equipment, and sending a first awakening instruction to the server;
and the data receiving module is configured to receive the online list of the display devices sent by the server and display the online list of the display devices on a screen of the control terminal.
The beneficial effect of this application lies in: by constructing a special SOCKET connection, the communication of the display equipment and the control terminal in different networks can be realized; further, different devices to be awakened can be selected by constructing an online list of display devices; further, the continuous updating of the online list of the display equipment can be realized by intermittently sending the standby heartbeat data packet; further, the remote start-up of the display equipment can be realized by constructing the wake-up instruction.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a schematic diagram illustrating an operation scenario between a display device and a control apparatus according to an embodiment;
fig. 2 is a block diagram exemplarily showing a hardware configuration of a display device 200 according to an embodiment;
fig. 3 is a block diagram exemplarily showing a hardware configuration of the control apparatus 100 according to the embodiment;
fig. 4 is a diagram exemplarily showing a functional configuration of the display device 200 according to the embodiment;
fig. 5a schematically shows a software configuration in the display device 200 according to an embodiment;
fig. 5b schematically shows a configuration of an application in the display device 200 according to an embodiment;
FIG. 6 is a schematic diagram of a system 600 for wake-up of a display device according to some embodiments of the present application;
FIG. 7 is a schematic diagram of an exemplary computing device 700 shown in accordance with some embodiments of the present application;
fig. 8 is a flowchart illustrating a server-side method for waking up a display device according to an embodiment of the present application;
fig. 9 is a schematic diagram of a framework of a server 900 according to an embodiment of the present application;
fig. 10 is a flowchart illustrating a display device side method for waking up a display device according to an embodiment of the present application;
fig. 11 is a schematic diagram of a frame of a display device 1100 according to an embodiment of the present application;
fig. 12 is a flowchart illustrating a terminal control method for waking up a display device according to an embodiment of the present application;
FIG. 13 is a schematic view of an operation interface 1 of a control terminal according to an embodiment of the present application;
FIG. 14 is a schematic view of an operation interface of a control terminal according to an embodiment of the present application;
FIG. 15 is a schematic view of an operation interface 3 of a control terminal according to an embodiment of the present application;
fig. 16 is a schematic diagram illustrating a framework of a control terminal 1600 according to an embodiment of the present application;
fig. 17 shows a logic diagram of a display device wake-up method according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the exemplary embodiments of the present application clearer, the technical solutions in the exemplary embodiments of the present application will be clearly and completely described below with reference to the drawings in the exemplary embodiments of the present application, and it is obvious that the described exemplary embodiments are only a part of the embodiments of the present application, but not all the embodiments.
All other embodiments, which can be derived by a person skilled in the art from the exemplary embodiments shown in the present application without inventive effort, shall fall within the scope of protection of the present application. Moreover, while the disclosure herein has been presented in terms of exemplary one or more examples, it is to be understood that each aspect of the disclosure can be utilized independently and separately from other aspects of the disclosure to provide a complete disclosure.
It should be understood that the terms "first," "second," "third," and the like in the description and in the claims of the present application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used are interchangeable under appropriate circumstances and can be implemented in sequences other than those illustrated or otherwise described herein with respect to the embodiments of the application, for example.
Furthermore, the terms "comprises" and "comprising," as well as any variations thereof, are intended to cover a non-exclusive inclusion, such that a product or device that comprises a list of elements is not necessarily limited to those elements explicitly listed, but may include other elements not expressly listed or inherent to such product or device.
The term "module" as used herein refers to any known or later developed hardware, software, firmware, artificial intelligence, fuzzy logic, or combination of hardware and/or software code that is capable of performing the functionality associated with that element. .
Reference throughout this specification to "embodiments," "some embodiments," "one embodiment," or "an embodiment," or the like, means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment. Thus, appearances of the phrases "in various embodiments," "in some embodiments," "in at least one other embodiment," or "in an embodiment" or the like throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. Thus, the particular features, structures, or characteristics shown or described in connection with one embodiment may be combined, in whole or in part, with the features, structures, or characteristics of one or more other embodiments, without limitation. Such modifications and variations are intended to be included within the scope of the present application.
The term "remote control" as used in this application refers to a component of an electronic device, such as the display device disclosed in this application, that is typically wirelessly controllable over a short range of distances. Typically using infrared and/or Radio Frequency (RF) signals and/or bluetooth to connect with the electronic device, and may also include WiFi, wireless USB, bluetooth, motion sensor, etc. For example: the hand-held touch remote controller replaces most of the physical built-in hard keys in the common remote control device with the user interface in the touch screen.
The term "gesture" as used in this application refers to a user's behavior through a change in hand shape or an action such as hand motion to convey a desired idea, action, purpose, or result.
Fig. 1 is a schematic diagram illustrating an operation scenario between a display device and a control apparatus according to an embodiment. As shown in fig. 1, a user may operate the display device 200 through the mobile terminal 300 and the control apparatus 100.
The control device 100 may control the display device 200 in a wireless or other wired manner by using a remote controller, including infrared protocol communication, bluetooth protocol communication, other short-distance communication manners, and the like. The user may input a user command through a key on a remote controller, voice input, control panel input, etc. to control the display apparatus 200. Such as: the user can input a corresponding control command through a volume up/down key, a channel control key, up/down/left/right moving keys, a voice input key, a menu key, a power on/off key, etc. on the remote controller, to implement the function of controlling the display device 200.
In some embodiments, mobile terminals, tablets, computers, laptops, and other control terminals may also be used to control the display device 200. For example, the display apparatus 200 is controlled using an application program running on a control terminal. The application, through configuration, may provide the user with various controls in an intuitive User Interface (UI) on a screen associated with the smart device.
For example, the mobile terminal 300 may install a software application with the display device 200, implement connection communication through a network communication protocol, and implement the purpose of one-to-one control operation and data communication. Such as: the mobile terminal 300 and the display device 200 can establish a control instruction protocol, synchronize a remote control keyboard to the mobile terminal 300, and control the display device 200 by controlling a user interface on the mobile terminal 300. The audio and video content displayed on the mobile terminal 300 can also be transmitted to the display device 200, so as to realize the synchronous display function.
As also shown in fig. 1, the display apparatus 200 also performs data communication with the server 400 through various communication means. The display device 200 may be allowed to be communicatively connected through a Local Area Network (LAN), a Wireless Local Area Network (WLAN), and other networks. The server 400 may provide various contents and interactions to the display apparatus 200. Illustratively, the display device 200 receives software program updates, or accesses a remotely stored digital media library, by sending and receiving information, as well as Electronic Program Guide (EPG) interactions. The servers 400 may be a group or groups of servers, and may be one or more types of servers. Other web service contents such as video on demand and advertisement services are provided through the server 400.
The display device 200 may be a liquid crystal display, an OLED display, a projection display device. The particular display device type, size, resolution, etc. are not limiting, and those skilled in the art will appreciate that the display device 200 may be modified in performance and configuration as desired.
The display apparatus 200 may additionally provide an intelligent network tv function that provides a computer support function in addition to the broadcast receiving tv function. Examples include a web tv, a smart tv, an Internet Protocol Tv (IPTV), and the like.
A hardware configuration block diagram of a display device 200 according to an exemplary embodiment is exemplarily shown in fig. 2. As shown in fig. 2, the display device 200 includes a controller 210, a tuning demodulator 220, a communication interface 230, a detector 240, an input/output interface 250, a video processor 260-1, an audio processor 60-2, a display 280, an audio output 270, a memory 290, a power supply, and an infrared receiver.
A display 280 for receiving the image signal from the video processor 260-1 and displaying the video content and image and components of the menu manipulation interface. The display 280 includes a display screen assembly for presenting a picture, and a driving assembly for driving the display of an image. The video content may be displayed from broadcast television content, or may be broadcast signals that may be received via a wired or wireless communication protocol. Alternatively, various image contents received from the network communication protocol and sent from the network server side can be displayed.
Meanwhile, the display 280 simultaneously displays a user manipulation UI interface generated in the display apparatus 200 and used to control the display apparatus 200.
And, a driving component for driving the display according to the type of the display 280. Alternatively, in case the display 280 is a projection display, it may also comprise a projection device and a projection screen.
The communication interface 230 is a component for communicating with an external device or an external server according to various communication protocol types. For example: the communication interface 230 may be a Wifi chip 231, a bluetooth communication protocol chip 232, a wired ethernet communication protocol chip 233, or other network communication protocol chips or near field communication protocol chips, and an infrared receiver (not shown) or the like may be used to receive the remote control signal.
The display apparatus 200 may establish control signal and data signal transmission and reception with an external control apparatus or a content providing apparatus through the communication interface 230. And an infrared receiver, an interface device for receiving an infrared control signal for controlling the apparatus 100 (e.g., an infrared remote controller, etc.).
The detector 240 is a signal used by the display device 200 to collect an external environment or interact with the outside. The detector 240 includes a light receiver 242, a sensor for collecting the intensity of ambient light, and parameters such as parameter changes can be adaptively displayed by collecting the ambient light.
The image acquisition device 241, such as a camera and a camera, may be used to acquire an external environment scene, acquire attributes of a user or interact gestures with the user, adaptively change display parameters, and recognize gestures of the user, so as to implement an interaction function with the user.
In some other exemplary embodiments, the detector 240, a temperature sensor, etc. may be provided, for example, by sensing the ambient temperature, and the display device 200 may adaptively adjust the display color temperature of the image. For example, the display apparatus 200 may be adjusted to display a cool tone when the temperature is in a high environment, or the display apparatus 200 may be adjusted to display a warm tone when the temperature is in a low environment.
In other exemplary embodiments, the detector 240, and a sound collector, such as a microphone, may be used to receive a user's voice, a voice signal including a control instruction from the user to control the display device 200, or collect an ambient sound for identifying an ambient scene type, and the display device 200 may adapt to the ambient noise.
The input/output interface 250 controls data transmission between the display device 200 of the controller 210 and other external devices. Such as receiving video and audio signals or command instructions from an external device.
Input/output interface 250 may include, but is not limited to, the following: any one or more of high definition multimedia interface HDMI interface 251, analog or data high definition component input interface 253, composite video input interface 252, USB input interface 254, RGB ports (not shown in the figures), etc.
In some other exemplary embodiments, the input/output interface 250 may also form a composite input/output interface with the above-mentioned plurality of interfaces.
The tuning demodulator 220 receives the broadcast television signals in a wired or wireless receiving manner, may perform modulation and demodulation processing such as amplification, frequency mixing, resonance, and the like, and demodulates the television audio and video signals carried in the television channel frequency selected by the user and the EPG data signals from a plurality of wireless or wired broadcast television signals.
The tuner demodulator 220 is responsive to the user-selected television signal frequency and the television signal carried by the frequency, as selected by the user and controlled by the controller 210.
The tuner-demodulator 220 may receive signals in various ways according to the broadcasting system of the television signal, such as: terrestrial broadcast, cable broadcast, satellite broadcast, or internet broadcast signals, etc.; and according to different modulation types, the modulation mode can be digital modulation or analog modulation. Depending on the type of television signal received, both analog and digital signals are possible.
In other exemplary embodiments, the tuner/demodulator 220 may be in an external device, such as an external set-top box. In this way, the set-top box outputs television audio/video signals after modulation and demodulation, and the television audio/video signals are input into the display device 200 through the input/output interface 250.
The video processor 260-1 is configured to receive an external video signal, and perform video processing such as decompression, decoding, scaling, noise reduction, frame rate conversion, resolution conversion, image synthesis, and the like according to a standard codec protocol of the input signal, so as to obtain a signal that can be displayed or played on the direct display device 200.
Illustratively, the video processor 260-1 includes a demultiplexing module, a video decoding module, an image synthesizing module, a frame rate conversion module, a display formatting module, and the like.
The demultiplexing module is used for demultiplexing the input audio and video data stream, and if the input MPEG-2 is input, the demultiplexing module demultiplexes the input audio and video data stream into a video signal and an audio signal.
And the video decoding module is used for processing the video signal after demultiplexing, including decoding, scaling and the like.
And the image synthesis module is used for carrying out superposition mixing processing on the GUI signal input by the user or generated by the user and the video image after the zooming processing by the graphic generator so as to generate an image signal for display.
The frame rate conversion module is configured to convert an input video frame rate, such as a 60Hz frame rate into a 120Hz frame rate or a 240Hz frame rate, and the normal format is implemented in, for example, an interpolation frame mode.
The display format module is used for converting the received video output signal after the frame rate conversion, and changing the signal to conform to the signal of the display format, such as outputting an RGB data signal.
The audio processor 260-2 is configured to receive an external audio signal, decompress and decode the received audio signal according to a standard codec protocol of the input signal, and perform noise reduction, digital-to-analog conversion, amplification processing, and the like to obtain an audio signal that can be played in the speaker.
In other exemplary embodiments, video processor 260-1 may comprise one or more chips. The audio processor 260-2 may also comprise one or more chips.
And, in other exemplary embodiments, the video processor 260-1 and the audio processor 260-2 may be separate chips or may be integrated together with the controller 210 in one or more chips.
An audio output 272, which receives the sound signal output from the audio processor 260-2 under the control of the controller 210, such as: the speaker 272, and the external sound output terminal 274 that can be output to the generation device of the external device, in addition to the speaker 272 carried by the display device 200 itself, such as: an external sound interface or an earphone interface and the like.
The power supply provides power supply support for the display device 200 from the power input from the external power source under the control of the controller 210. The power supply may include a built-in power supply circuit installed inside the display device 200, or may be a power supply interface installed outside the display device 200 to provide an external power supply in the display device 200.
The user input interface is used to receive an input signal of a user and then transmit the received user input signal to the controller 210. The user input signal may be a remote controller signal received through an infrared receiver, and various user control signals may be received through the network communication module.
For example, the user inputs a user command through the remote controller 100 or the mobile terminal 300, the user input interface responds to the user input through the controller 210 according to the user input, and the display device 200 responds to the user input.
In some embodiments, a user may enter a user command on a Graphical User Interface (GUI) displayed on the display 280, and the user input interface receives the user input command through the Graphical User Interface (GUI). Alternatively, the user may input the user command by inputting a specific sound or gesture, and the user input interface receives the user input command by recognizing the sound or gesture through the sensor.
The controller 210 controls the operation of the display apparatus 200 and responds to the user's operation through various software control programs stored in the memory 290.
As shown in fig. 2, the controller 210 includes a RAM213 and a ROM214, as well as a graphic processor 216, a CPU processor 212, a communication interface 218, such as a first interface 218-1 to an nth interface 218-n, and a communication bus. The RAM213 and the ROM214, the graphic processor 216, the CPU processor 212, and the communication interface 218 are connected via a bus.
A ROM213 for storing instructions for various system boots. If the display apparatus 200 starts power-on upon receipt of the power-on signal, the CPU processor 212 executes a system boot instruction in the ROM, copies the operating system stored in the memory 290 to the RAM213, and starts running the boot operating system. After the start of the operating system is completed, the CPU processor 212 copies the various application programs in the memory 290 to the RAM213, and then starts running and starting the various application programs.
A graphics processor 216 for generating various graphics objects, such as: icons, operation menus, user input instruction display graphics, and the like. The display device comprises an arithmetic unit which carries out operation by receiving various interactive instructions input by a user and displays various objects according to display attributes. And a renderer for generating various objects based on the operator and displaying the rendered result on the display 280.
A CPU processor 212 for executing operating system and application program instructions stored in memory 290. And executing various application programs, data and contents according to various interactive instructions received from the outside so as to finally display and play various audio and video contents.
In some exemplary embodiments, the CPU processor 212 may include a plurality of processors. The plurality of processors may include one main processor and a plurality of or one sub-processor. A main processor for performing some operations of the display apparatus 200 in a pre-power-up mode and/or operations of displaying a screen in a normal mode. A plurality of or one sub-processor for one operation in a standby mode or the like.
The controller 210 may control the overall operation of the display apparatus 100. For example: in response to receiving a user command for selecting a UI object to be displayed on the display 280, the controller 210 may perform an operation related to the object selected by the user command.
Wherein the object may be any one of selectable objects, such as a hyperlink or an icon. Operations related to the selected object, such as: displaying an operation connected to a hyperlink page, document, image, or the like, or performing an operation of a program corresponding to the icon. The user command for selecting the UI object may be a command input through various input means (e.g., a mouse, a keyboard, a touch pad, etc.) connected to the display apparatus 200 or a voice command corresponding to a voice spoken by the user.
The memory 290 includes a memory for storing various software modules for driving the display device 200. Such as: various software modules stored in memory 290, including: the system comprises a basic module, a detection module, a communication module, a display control module, a browser module, various service modules and the like.
Wherein the basic module is a bottom layer software module for signal communication among the various hardware in the postpartum care display device 200 and for sending processing and control signals to the upper layer module. The detection module is used for collecting various information from various sensors or user input interfaces, and the management module is used for performing digital-to-analog conversion and analysis management.
For example: the voice recognition module comprises a voice analysis module and a voice instruction database module. The display control module is a module for controlling the display 280 to display image content, and may be used to play information such as multimedia image content and UI interface. And the communication module is used for carrying out control and data communication with external equipment. And the browser module is used for executing a module for data communication between browsing servers. And the service module is used for providing various services and modules including various application programs.
Meanwhile, the memory 290 is also used to store visual effect maps and the like for receiving external data and user data, images of respective items in various user interfaces, and a focus object.
A block diagram of the configuration of the control apparatus 100 according to an exemplary embodiment is exemplarily shown in fig. 3. As shown in fig. 3, the control apparatus 100 includes a controller 110, a communication interface 130, a user input/output interface 140, a memory 190, and a power supply 180.
The control device 100 is configured to control the display device 200 and may receive an input operation instruction of a user and convert the operation instruction into an instruction recognizable and responsive by the display device 200, serving as an interaction intermediary between the user and the display device 200. Such as: the user responds to the channel up and down operation by operating the channel up and down keys on the control device 100.
In some embodiments, the control device 100 may be a control terminal. Such as: the control apparatus 100 may install various applications that control the display apparatus 200 according to user demands.
In some embodiments, as shown in fig. 1, a mobile terminal 300 or other intelligent electronic device may function similar to the control device 100 after installing an application that manipulates the display device 200. Such as: the user may implement the functions of controlling the physical keys of the device 100 by installing applications, various function keys or virtual buttons of a graphical user interface available on the mobile terminal 300 or other intelligent electronic device.
The controller 110 includes a processor 112 and RAM113 and ROM114, a communication interface 218, and a communication bus. The controller 110 is used to control the operation of the control device 100, as well as the internal components for communication and coordination and external and internal data processing functions.
The communication interface 130 enables communication of control signals and data signals with the display apparatus 200 under the control of the controller 110. Such as: the received user input signal is transmitted to the display apparatus 200. The communication interface 130 may include at least one of a WiFi chip, a bluetooth module, an NFC module, and other near field communication modules.
A user input/output interface 140, wherein the input interface includes at least one of a microphone 141, a touch pad 142, a sensor 143, keys 144, and other input interfaces. Such as: the user can realize a user instruction input function through actions such as voice, touch, gesture, pressing, and the like, and the input interface converts the received analog signal into a digital signal and converts the digital signal into a corresponding instruction signal, and sends the instruction signal to the display device 200.
The output interface includes an interface that transmits the received user instruction to the display apparatus 200. In some embodiments, the interface may be an infrared interface or a radio frequency interface. Such as: when the infrared signal interface is used, the user input instruction needs to be converted into an infrared control signal according to an infrared control protocol, and the infrared control signal is sent to the display device 200 through the infrared sending module. The following steps are repeated: when the rf signal interface is used, a user input command needs to be converted into a digital signal, and then the digital signal is modulated according to the rf control signal modulation protocol and then transmitted to the display device 200 through the rf transmitting terminal.
In some embodiments, the control device 100 includes at least one of a communication interface 130 and an output interface. The control device 100 is provided with a communication interface 130, such as: the WiFi, bluetooth, NFC, etc. modules may transmit the user input command to the display device 200 through the WiFi protocol, or the bluetooth protocol, or the NFC protocol code.
A memory 190 for storing various operation programs, data and applications for driving and controlling the control apparatus 200 under the control of the controller 110. The memory 190 may store various control signal commands input by a user.
And a power supply 180 for providing operational power support to the various elements of the control device 100 under the control of the controller 110. A battery and associated control circuitry.
Fig. 4 is a diagram schematically illustrating a functional configuration of the display device 200 according to an exemplary embodiment. As shown in fig. 4, the memory 290 is used to store an operating system, an application program, contents, user data, and the like, and performs system operations for driving the display device 200 and various operations in response to a user under the control of the controller 210. The memory 290 may include volatile and/or nonvolatile memory.
The memory 290 is specifically configured to store an operating program for driving the controller 210 in the display device 200, and to store various application programs installed in the display device 200, various application programs downloaded by a user from an external device, various graphical user interfaces related to the applications, various objects related to the graphical user interfaces, user data information, and internal data of various supported applications. The memory 290 is used to store system software such as an OS kernel, middleware, and applications, and to store input video data and audio data, and other user data.
The memory 290 is specifically used for storing drivers and related data such as the audio/video processors 260-1 and 260-2, the display 280, the communication interface 230, the tuning demodulator 220, the input/output interface of the detector 240, and the like.
In some embodiments, memory 290 may store software and/or programs, software programs for representing an Operating System (OS) including, for example: a kernel, middleware, an Application Programming Interface (API), and/or an application program. For example, the kernel may control or manage system resources, or functions implemented by other programs (e.g., the middleware, APIs, or applications), and the kernel may provide interfaces to allow the middleware and APIs, or applications, to access the controller to implement controlling or managing system resources.
The example memory 290 includes a broadcast receiving module 2901, a channel control module 2902, a volume control module 2903, an image control module 2904, a display control module 2905, an audio control module 2906, an external instruction recognition module 2907, a communication control module 2908, a light receiving module 2909, a power control module 2910, an operating system 2911, and other applications 2912, a browser module, and so forth. The controller 210 performs functions such as: a broadcast television signal reception demodulation function, a television channel selection control function, a volume selection control function, an image control function, a display control function, an audio control function, an external instruction recognition function, a communication control function, an optical signal reception function, an electric power control function, a software control platform supporting various functions, a browser function, and the like.
A block diagram of a configuration of a software system in a display device 200 according to an exemplary embodiment is exemplarily shown in fig. 5 a.
As shown in fig. 5a, an operating system 2911, including executing operating software for handling various basic system services and for performing hardware related tasks, acts as an intermediary for data processing performed between application programs and hardware components. In some embodiments, portions of the operating system kernel may contain a series of software to manage the display device hardware resources and provide services to other programs or software code.
In other embodiments, portions of the operating system kernel may include one or more device drivers, which may be a set of software code in the operating system that assists in operating or controlling the devices or hardware associated with the display device. The drivers may contain code that operates the video, audio, and/or other multimedia components. Examples include a display screen, a camera, Flash, WiFi, and audio drivers.
The accessibility module 2911-1 is configured to modify or access the application program to achieve accessibility and operability of the application program for displaying content.
A communication module 2911-2 for connection to other peripherals via associated communication interfaces and a communication network.
The user interface module 2911-3 is configured to provide an object for displaying a user interface, so that each application program can access the object, and user operability can be achieved.
Control applications 2911-4 for controllable process management, including runtime applications and the like.
The event transmission system 2914, which may be implemented within the operating system 2911 or within the application program 2912, in some embodiments, on the one hand, within the operating system 2911 and on the other hand, within the application program 2912, is configured to listen for various user input events, and to refer to handlers that perform one or more predefined operations in response to the identification of various types of events or sub-events, depending on the various events.
The event monitoring module 2914-1 is configured to monitor an event or a sub-event input by the user input interface.
The event identification module 2914-1 is configured to input definitions of various types of events for various user input interfaces, identify various events or sub-events, and transmit the same to a process for executing one or more corresponding sets of processes.
The event or sub-event refers to an input detected by one or more sensors in the display device 200 and an input of an external control device (e.g., the control device 100). Such as: the method comprises the following steps of inputting various sub-events through voice, inputting gestures through gesture recognition, inputting sub-events through remote control key commands of the control equipment and the like. Illustratively, the one or more sub-events in the remote control include a variety of forms including, but not limited to, one or a combination of key presses up/down/left/right/, ok keys, key presses, and the like. And non-physical key operations such as move, hold, release, etc.
The interface layout manager 2913, directly or indirectly receiving the input events or sub-events from the event transmission system 2914, monitors the input events or sub-events, and updates the layout of the user interface, including but not limited to the position of each control or sub-control in the interface, and the size, position, and level of the container, and other various execution operations related to the layout of the interface.
As shown in fig. 5b, the application layer 2912 contains various applications that may also be executed at the display device 200. The application may include, but is not limited to, one or more applications such as: live television applications, video-on-demand applications, media center applications, application centers, gaming applications, and the like.
The live television application program can provide live television through different signal sources. For example, a live television application may provide television signals using input from cable television, radio broadcasts, satellite services, or other types of live television services. And, the live television application may display video of the live television signal on the display device 200.
A video-on-demand application may provide video from different storage sources. Unlike live television applications, video on demand provides a video display from some storage source. For example, the video on demand may come from a server side of the cloud storage, from a local hard disk storage containing stored video programs.
The media center application program can provide various applications for playing multimedia contents. For example, a media center, which may be other than live television or video on demand, may provide services that a user may access to various images or audio through a media center application.
The application program center can provide and store various application programs. The application may be a game, an application, or some other application associated with a computer system or other device that may be run on the smart television. The application center may obtain these applications from different sources, store them in local storage, and then be operable on the display device 200.
FIG. 6 is a schematic diagram of a system 600 for wake-up of a display device according to some embodiments of the present application.
The display device wake-up system 600 is a platform that can be implemented to remotely wake up a display device through a control terminal in a network. A system for display device wake-up, 600, may include a server 610, at least one storage device 620, at least one network 630, at least one control terminal 640, one or more display devices 650-1, 650-2. The server 610 may include a processing engine 612.
In some embodiments, the server 610 may be a single server or a group of servers. The server farm can be centralized or distributed (e.g., server 610 can be a distributed system). In some embodiments, the server 610 may be local or remote. For example, server 610 may access data stored in storage device 620 over network 630. The server 610 may be directly connected to the storage device 620 to access the stored data. In some embodiments, server 610 may be implemented on a cloud platform. The cloud platform may include a private cloud, a public cloud, a hybrid cloud, a community cloud, a distributed cloud, multiple clouds, the like, or any combination of the above. In some embodiments, server 610 may be implemented on a computing device as illustrated in FIG. 7 herein, including one or more components of computing device 700.
In some embodiments, the server 610 may include a processing engine 612. Processing engine 612 may process information and/or data related to a service request to perform one or more of the functions described herein. For example, processing engine 612 may be based on obtaining information sent by display device 650 and sending it to storage device 620 over network 630 for updating data stored therein. In some embodiments, processing engine 612 may include one or more processors. The processing engine 612 may include one or more hardware processors, such as a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), an application specific instruction set processor (ASIP), an image processor (GPU), a physical arithmetic processor (PPU), a Digital Signal Processor (DSP), a field-programmable gate array (FPGA), a Programmable Logic Device (PLD), a controller, a microcontroller unit, a Reduced Instruction Set Computer (RISC), a microprocessor, or the like, or any combination of the above examples.
Storage device 620 may store data and/or instructions. In some embodiments, storage device 620 may store data obtained from display device 650. In some embodiments, storage device 620 may store data and/or instructions for execution or use by server 610, which server 610 may execute or use to implement the embodiment methods described herein. In some embodiments, storage device 620 may include mass storage, removable storage, volatile read-write memory, read-only memory (ROM), the like, or any combination of the above. In some embodiments, storage device 620 may be implemented on a cloud platform. For example, the cloud platform may include a private cloud, a public cloud, a hybrid cloud, a community cloud, a distributed cloud, multiple clouds, the like, or any combination of the above.
In some embodiments, storage device 620 may be connected to network 630 to enable communication with one or more components in system 600 where the display device wakes. One or more components of system 600 that the display device wakes up may access data or instructions stored in storage device 620 via network 630. In some embodiments, the storage device 620 may be directly connected to or in communication with one or more components of the system 600 that the display device wakes. In some embodiments, storage device 620 may be part of server 610.
Network 630 may facilitate the exchange of information and/or data. In some embodiments, one or more components in the system 600 that the display device wakes may send information and/or data to other components in the system 600 that the display device wakes over the network 630. For example, the server 610 may obtain/obtain requests from the display device 650 via the network 630. In some embodiments, the network 630 may be any one of a wired network or a wireless network, or a combination thereof. In some embodiments, network 630 may include one or more network access points. For example, the network 630 may include wired or wireless network access points, such as base stations and/or Internet switching points 630-1, 630-2, and so forth. Through the access point, one or more components of the system 600 that the display device wakes up may be connected to the network 630 to exchange data and/or information.
The display device 650 may include a smart tv, an internet tv, and the like. In some embodiments, the display device 650 may send a standby heartbeat packet to the server 610. In some embodiments, the display device 650 may send a data packet or data interaction request to one or more devices in the system 600 that the display device wakes up. For example, the display device 650 may send the standby state to the server 610 for processing or to the storage device 620 for storage.
FIG. 7 is a schematic diagram of an exemplary computing device 700 shown in accordance with some embodiments of the present application. The server 610, the storage 620 may be implemented on the computing device 700. For example, processing engine 612 may be implemented on computing device 700 and configured to implement the functionality disclosed herein.
Computing device 700 may include any components to implement the systems described herein. For example, processing engine 612 may be implemented on computing device 700 by its hardware, software programs, firmware, or a combination thereof. For convenience only one computer is depicted in the figures, but the computing functions described herein in connection with the system 600 for display device wake-up may be implemented in a distributed manner by a set of similar platforms to distribute the processing load of the system.
The computing device 700 may include a communication port 750 for connecting to a network for enabling data communication. Computing device 700 may include a processor 720 that may execute program instructions in the form of one or more processors. An exemplary computer platform may include an internal bus 710, various forms of program storage and data storage including, for example, a hard disk 770, and Read Only Memory (ROM)730 or Random Access Memory (RAM)740 for storing various data files that are processed and/or transmitted by a computer. An exemplary computing device may include program instructions stored in read-only memory 730, random access memory 740, and/or other types of non-transitory storage media that are executed by processor 720. The methods and/or processes of the present application may be embodied in the form of program instructions. The computing device 700 also includes input/output components 760 for supporting input/output between the computer and other components. The computing device 700 may also receive programs and data in the present disclosure via network communication.
For ease of understanding, only one processor is exemplarily depicted in fig. 7. However, it should be noted that the computing device 700 in the present application may include multiple processors, and thus operations and/or methods described in the present application that are implemented by one processor may also be implemented by multiple processors, collectively or independently. For example, if in the present application a processor of computing device 700 performs steps 1 and 2, it should be understood that steps 1 and 2 may also be performed by two different processors of computing device 700, either collectively or independently.
Fig. 8 shows a flowchart of a server-side method for waking up a display device according to an embodiment of the present application.
In step 801, a first SOCKET connection and a second SOCKET connection are created, where the first SOCKET connection is used for data interaction between the server and at least one control terminal, and the second SOCKET connection is used for data interaction between the server and at least 1 display device.
In some embodiments, the control terminal may be a mobile terminal, such as a smartphone. And a plurality of control terminals are simultaneously accessed to the server to check and control the state of the display equipment.
The display device may be specifically a smart television or the like. For example, a plurality of smart televisions are connected to a server through a network, when the smart televisions are in a power-on standby state, the smart televisions are connected to the server through a control terminal, the state of the smart televisions is checked, and then the smart televisions are remotely awakened through an awakening instruction.
The two program components exchange data in the network via a bidirectional communication link, which is called SOCKET. The SOCKET is essentially a programming interface API, and for the encapsulation of TCP/IP, the TCP/IP also needs to provide an interface which can be used by programmers for network development, namely a SOCKET programming interface; HTTP provides a specific form of encapsulating or displaying data; socks provide the ability for network communications.
In some embodiments, the first SOCKET connection is in particular an HTTP type SOCKET connection and the second SOCKET connection is in particular a UDP type SOCKET connection.
After the server is started, respectively creating an HTTP-type SOCKET and a UDP-type SOCKET, wherein the HTTP-type SOCKET is used for interacting with the control terminal and receiving various requests sent to the server by the control terminal; the UDP type SOCKET is used to interact with the display device, record the online and offline of the display device in the network, and send a wake-up instruction or a wake-up data packet to the display device, as shown in fig. 17.
HTTP is a hypertext transfer protocol, a protocol that utilizes TCP to transfer information between two computer devices, or typically a Web server and a client computer device. The client initiates an HTTP request to the Web server using the Web browser, and the Web server sends the requested information to the client. It should be noted that HTTP is a short connection, and the server needs to send back a response when the client sends a request; after the request is over, the connection is actively released, and thus is a short connection. It is common practice not to require any data, but to keep sending requests to maintain connections to the server at intervals. This ensures that the client is "on-line" at the server. The HTTP connection uses a "request-response" method, which not only establishes a connection when requested, but also returns data after the client requests the server.
The short name of UDP (User Datagram Protocol) is a connectionless transport layer Protocol in OSI (Open system interconnection) reference model, which provides a transaction-oriented simple unreliable information transfer service, and IETF RFC 768 is a formal specification of UDP. The protocol number of UDP in IP packets is 17. Compared with TCP, UDP is safer and faster, and has no handshaking, confirmation, window, retransmission, congestion control and other mechanisms of TCP; UDP is a stateless transport protocol so it is very fast in transferring data. When the network communication speed is required to be as fast as possible, the UDP can be used.
In step 802, the standby heartbeat packet from the display device is analyzed to obtain device information of the display device, and the device information is stored and updated to the online list of the display device.
In some embodiments, for a display device that has entered the standby state, a standby heartbeat packet is sent to the server every time a fixed time interval elapses to indicate that the current state of the display device is a state capable of receiving a wake-up command packet. For example, if the display device is manually turned on and awakened by a user locally, the display device sends an awakened state to the server when the standby heartbeat packet is sent, so as to change the state identifier of the display device at the server; and the control terminal accesses the server and obtains the current state of the display equipment when requesting the online list of the display equipment.
In some embodiments, the server receives the data exchange request through the UDPSOCKET interface, which indicates that the request is a data packet sent by the display device to the server, and further by parsing the data packet, it may be obtained that the display device sending the data has entered a standby state and is in a state of waiting for waking up. The server analyzes the received UDP standby heartbeat data packet, acquires information such as an IP address of the Internet of the display equipment, a port number used for communicating with the server, an ID of the display equipment and the like, uniformly records the information of the display equipment to the server side, and stores the information in an established online list of the display equipment.
The display device online list includes: the status of all display devices connected to the server within the user's right. The states include power ON standby (OFF), Waking up (Waking), and awake state (ON). When the display equipment updates the state of the display equipment by sending the standby heartbeat data packet to the server, the server updates the state of the display equipment in the display list in time at the background, so that the control terminal can obtain real-time and accurate state information of the display equipment for operation and remote awakening when accessing the server to ask for the online list.
In some embodiments, the device information includes information such as an IP address of the display device on the internet, a port number for communicating with the server, and an ID of the display device, and the server records the information of the display device to the server side in a unified manner, and stores an established online list of the display device. When the control terminal remotely selects the display equipment to wake up, the server retrieves the corresponding equipment in the online list of the display equipment according to the display equipment selected in the wake-up instruction sent by the control terminal and the equipment information of the display equipment, so as to ensure that the awakened equipment and the equipment to be wakened selected by the user on the operation interface are the same display equipment.
In step 803, a standby list request is received from a control terminal, and the display device online list is sent to the control terminal.
The control terminal sends a data interaction request to the server through the HTTP-type SOCKET connection, and the server analyzes the URL in the data packet to obtain a standby list request sent by the control terminal. And the server feeds back all the display equipment in the current user authority to the control terminal in a webpage form through the HTTP type SOCKET connection, and the online list is the latest updated list of the server. The online list of the display devices records the current states of all the display devices establishing connection in the current user authority of the server, wherein the states comprise power-ON standby (OFF), Waking-up (Waking), Waking-up state (ON) and the like.
The display equipment online list is displayed on a screen of the control terminal after being received, or is mapped to other display devices which are in network connection with the control terminal, and a user can select and click icons and characters through a user interaction interface of the control terminal, so that the display equipment which needs to be remotely awakened is determined, and a first awakening instruction is sent to the server.
In step 804, the first wake-up instruction from the control terminal is analyzed to obtain device information of the display device to be woken up.
And the control terminal receives the online list of the display equipment, displays the online list on a screen of the control terminal or other display devices establishing network connection with the control terminal and is used for operating a user interaction interface. For example, the icon and the text are selected and clicked, so that a first wake-up instruction is sent to the server.
The display equipment to be awakened is the display equipment which is remotely awakened through the plan selected by the user through the control terminal.
The first awakening instruction comprises equipment information of the display equipment selected by the user at the control terminal. The server is connected through an HTTP-type SOCKET, receives a first awakening instruction sent by the control terminal, and then analyzes the first awakening instruction to obtain the device information of the device to be awakened, which is sent by the user. The device information includes an IP address of the display device on the internet, a port number for communicating with the server, and ID information of the display device.
In step 805, based on the device information, a second wake-up command is sent to the to-be-woken display device through the second SOCKET connection.
The server obtains the device information of the display device to be awakened, such as the ID, the IP address, the port number and the like of the display device, through the steps, and searches in the online list of the display device of the server according to the information to obtain list data consistent with the display device to be awakened.
And according to the display equipment to be awakened, which is retrieved by the server in the online list of the display equipment, sending a second awakening instruction to the IP address and the port where the display equipment is located through a second SOCKET connection, namely a UDP type SOCKET connection, wherein the second awakening instruction is used for starting or awakening the display equipment to be awakened.
It should be noted that the display device to be woken up usually needs to be in a power-on standby state, but the method described in the present application may also be adapted to a technical scheme in which the display device is woken up in a power-off state.
In some embodiments, the server updates the online list of the display device according to the standby heartbeat data packet sent by the display device to change the recording state of the display device.
In some implementations, when the server fails to receive the standby heartbeat packet sent by the display device for a long time, it indicates that the display device has been powered on by other means, for example, by a local manual power-on by the user. And after the preset time threshold value is exceeded, the server deletes the display equipment in the online list of the display equipment. Therefore, the started display equipment can not be displayed on the online list of the display equipment acquired by the control terminal when the control terminal accesses the server.
In some embodiments, the server does not receive the standby heartbeat packet sent by the display device for a long time, indicating that the display device may be in a power-off state. And after the preset time threshold value is exceeded, the server sets the display in the online list of the display equipment and deletes the display, so that the display equipment which is powered off is not displayed in the acquired online list of the display equipment when the control terminal accesses the server.
Fig. 9 shows a schematic diagram of a framework of a server 900 according to an embodiment of the present application.
The server 900 includes a connection creation module 901, a list update module 902, and a server wake instruction module 903.
The connection creating module is configured to create a first SOCKET connection and a second SOCKET connection, wherein the first SOCKET connection is used for the server to perform data interaction with at least one control terminal, and the second SOCKET connection is used for the server to perform data interaction with at least 1 display device; .
The list updating module is configured to analyze a standby heartbeat data packet from a display device to obtain device information of the display device, and store and update the device information to an online list of the display device; .
The server awakening instruction module is configured to receive a standby list request from a control terminal and send the display device online list to the control terminal; analyzing the first awakening instruction from the control terminal to obtain equipment information of the display equipment to be awakened; and sending a second awakening instruction to the to-be-awakened display device through the second SOCKET connection based on the device information.
The specific operations related to the connection creating module 901, the list updating module 902 and the server wake-up instruction module 903 are already described in the steps of the method corresponding to fig. 8, and are not described herein again.
Fig. 10 shows a flowchart of a method for waking up a display device according to an embodiment of the present application.
In step 1001, a standby heartbeat packet is sent to the server via the second SOCKET connection.
In some embodiments, each time interval elapses, the display device entering the standby state sends a standby heartbeat packet to the server through the second SOCKET connection, that is, the UDP type SOCKET connection, where the standby heartbeat packet is used to indicate that the current state of the display device is a state capable of receiving the wake-up command.
In some embodiments, the standby heartbeat packet is used to indicate that the current state of the display device is a receivable wake-up command packet state. For example, the display device is turned on manually by a user locally, and the display device sends its awakened state to the server through a standby heartbeat packet, so as to change the state identifier of the display device on the server. When the control terminal accesses the server to request the online list of the display device, the accurate current state of the display device is obtained, as shown in fig. 17.
In some embodiments, the display device sends a data exchange request to the server through the UDPSOCKET interface, and the server obtains that the display device sending data has entered a standby state and is in a state of waiting for waking up by parsing the data exchange request.
The server analyzes the UDP standby heartbeat data packet displayed and sent, acquires information such as an Internet IP address of the display equipment, a port number used for communicating with the server, an ID of the display equipment and the like, uniformly records the information to the server, and establishes an online list of the display equipment for storage.
In some embodiments, the display device updates the status of the devices in the online list of the display device by sending a standby heartbeat packet to the server to update its status identifier at the server. When the control terminal accesses the server to ask for the online list, the real-time and accurate state information of the display equipment can be obtained, and operation and remote awakening are carried out.
In some embodiments, the device information of the display device may be obtained by parsing the standby heartbeat packet. The control terminal remotely selects the display equipment to be awakened and operates; the server retrieves the corresponding equipment in the online list of the display equipment through the equipment information of the display equipment to be awakened selected from the awakening instruction sent by the control terminal, so as to ensure that the awakened equipment and the equipment selected by the user on the operation interface of the control terminal are the same display equipment.
In step 1002, a second wake-up command is received from the server, and a wake-up logic is executed to power on.
The server analyzes the first awakening instruction sent by the control terminal to obtain the equipment information of the display equipment to be awakened. For example, the ID, the IP address, or the port number of the display device, etc., are retrieved in the online list of the display device according to the device information, so as to obtain list data of the display device to be woken up. And according to the retrieved display equipment in the online list of the display equipment, the server sends a second awakening instruction through a second SOCKET connection, namely a UDP type SOCKET connection, according to the IP address and the port number of the display equipment, wherein the second awakening instruction is used for starting or awakening the display equipment to be awakened.
And the display equipment to be awakened receives a second awakening instruction from the server through a second SOCKET connection, namely a UDP type SOCKET connection, and executes the awakening logic to start.
It should be noted that the display device to be woken up usually needs to be in a power-on standby state, but the method of the present application may also be adapted to a technical scheme in which the display device is woken up in a power-off state.
In some embodiments, the display device has completed the power-on operation through the second wake-up instruction, and the display device will not send the standby heartbeat data packet to the server after the power-on, so as to reduce network data traffic and reduce machine aging and attenuation; after the preset time threshold is exceeded, the server deletes the started device from the online display device list, and when the control terminal accesses the server, the acquired online display device list does not display the started device, as shown in fig. 17.
Fig. 11 is a schematic diagram illustrating a frame of a display device 1100 according to an embodiment of the present application.
The display device 1100 includes a display device data transmission module 1101 and a display device wake-up instruction module 1102.
The display device data sending module is configured to send a standby heartbeat data packet of the display device to a server through the second SOCKET connection; the display device wake-up instruction module is configured to receive a second wake-up instruction from the server and execute a wake-up logic power-on.
The specific operations related to the display device data sending module and the display device wake-up instruction module have been described in the steps of the method corresponding to fig. 10, and are not described herein again.
Fig. 12 shows a flowchart illustrating a terminal control method for waking up a display device according to an embodiment of the present application.
In step 1201, a standby list request is sent to the server over the first SOCKET connection.
The method comprises the steps that a control terminal initiates a connection request to a server through a first SOCKET connection, namely an HTTP type SOCKET connection, the server establishes a TCP connection with the control terminal after receiving the connection request, and places a newly generated SOCKET in a detection queue of the server, wherein the SOCKET is used for completing data transmission between the control terminal and the server in the subsequent steps.
A remote display device in a network is awakened to be powered on by operating the control terminal. The control terminal sends URL data to the server through HTTP type SOCKET connection; the URL data is parsed by the server to obtain a standby list request sent by the control terminal, as shown in fig. 17.
The standby list request includes at least an ID, status information, etc. of the display apparatus. The ID of the display device is used for the server and the control terminal to distinguish different display devices. The state information includes: power ON standby (OFF), awake (Waking), and awake state (ON).
The power-on standby mode indicates that the display equipment is in a state of power-on waiting for awakening, and the display equipment can be started at any time when receiving an awakening instruction; the waking state is an operation stage performed after the display device receives the waking instruction, generally, after the display device is successfully started up or fails to start up, the feedback result information is sent to the server and further forwarded to the control terminal, and a user can obtain a waking operation result of the display device; the wake-up state indicates that the display device is successfully woken up after receiving the wake-up instruction and is in a power-on state.
In step 1202, the online list of display devices sent by the server is received and displayed on a screen of the control terminal.
The control terminal receives feedback information from the server through a first SOCKET connection, i.e. an HTTP type SOCKET connection, the feedback information being directed to a standby list request sent by the control terminal to the server.
The method comprises the steps that a control terminal receives a display device online list which is from a server and can be accessed by a user in user authority at the current time, and the display device online list is fed back to the control terminal in a webpage format; the control terminal then displays it on a control terminal screen, or maps to other display devices that establish network connections with the control terminal.
Fig. 13, 14 and 15 show schematic diagrams of operation interfaces of the control terminal according to the embodiment of the application.
And the user selects and clicks the icon and the character through a user interaction interface of the control terminal, so that the display equipment needing to be remotely awakened is determined and selected, and a first awakening instruction is sent to the server.
With continued reference to fig. 13, the display device lists the 3 display devices that have established a connection with the server at the current time in an online list, where:
the ID column indicates ID information of the display device, and the ID information is a data string type.
The STATUS column indicates STATUS information of the display device, and the STATUS information in the figure is all in a power-on standby (OFF) state, indicating that 3 display devices are all in power-on standby, and can receive a wake-up command and perform wake-up operation at any time. In some embodiments, the state information may also be awake (Waking) and/or awake state (ON).
The OP column represents an operation button of the user interaction interface. In this embodiment, the operation button is a wakeup button (wakeup); in some embodiments, the operation buttons are not limited to the same button names and button icons as those shown in the present embodiment.
In step 1203, a display device to be woken up is selected based on the display device online list, and a first wake-up instruction is sent to the server.
A user operates the online list of the display device through an operation of the user interaction interface performed by the control terminal on the control terminal or a screen thereof, or on another display device that establishes a network connection with the control terminal, for example, selects and clicks an icon and a character, so as to send a first wake-up instruction to the server, as shown in fig. 13 and 14.
Fig. 14 shows a screen display of the control terminal after the wake-up button of fig. 13 is clicked in the embodiment of the present application.
The display device shown in the second row has its status information column changed from the previous OFF state to the Waking state, indicating that the display device being wakened is performing the remote wake-up operation.
Fig. 15 shows a screen display of the control terminal after the wake-up button of fig. 13 is clicked in the embodiment of the present application.
The state information of the display device shown in the second row changes from Waking to ON in fig. 14, which indicates that the display device that has been wakened up is already in the power-ON state and wakening up is successful.
The first awakening instruction comprises device information of the display device to be awakened, which is selected by the control terminal. The control terminal is connected through an HTTP-type SOCKET and sends a first awakening instruction to the server; and after receiving the first awakening instruction, the server analyzes the first awakening instruction to obtain the equipment information of the display equipment to be awakened. The device information includes an internet IP address of the display device, a port number for communicating with the server, and ID information of the display device, etc.
In some embodiments, the control terminal screen is configured to present an online list of display devices; then, a user selects a wakeup button representing equipment needing to be awakened through clicking or other modes of operation on an interactive interface; and then the control terminal sends the first wake-up instruction to the server. The wake button may be implemented, in some implementations, by a java script program.
Fig. 16 shows a frame diagram of a control terminal 1600 according to an embodiment of the present application.
The control terminal 1600 includes a control terminal data transmitting module 1601 and a data receiving module 1602.
The control terminal data sending module is configured to send a standby list request to the server through a first SOCKET connection; and selecting the display equipment needing to be awakened based on the received online list of the display equipment, and sending a first awakening instruction to the server. The data receiving module is configured to receive the online list of the display devices sent by the server and display the online list of the display devices on a screen of the control terminal.
It should be noted that specific operations related to the control terminal data sending module and the data receiving module have been described in the method steps corresponding to fig. 12, fig. 13, fig. 14, and fig. 15, and are not described again here.
The beneficial effect of this application lies in: by constructing a special SOCKET connection, the communication of the display equipment and the control terminal in different networks can be realized; further, different devices to be awakened can be selected by constructing an online list of display devices; further, the continuous updating of the online list of the display equipment can be realized by intermittently sending the standby heartbeat data packet; further, the remote start-up of the display equipment can be realized by constructing the wake-up instruction.
Moreover, those skilled in the art will appreciate that aspects of the present application may be illustrated and described in terms of several patentable species or situations, including any new and useful combination of processes, machines, manufacture, or materials, or any new and useful improvement thereon. Accordingly, various aspects of the present application may be embodied entirely in hardware, entirely in software (including firmware, resident software, micro-code, etc.) or in a combination of hardware and software. The above hardware or software may be referred to as "data blocks," modules, "" engines, "" units, "" components, "or" systems. Furthermore, aspects of the present application may be represented as a computer product, including computer readable program code, embodied in one or more computer readable media.
The computer storage medium may comprise a propagated data signal with the computer program code embodied therewith, for example, on baseband or as part of a carrier wave. The propagated signal may take any of a variety of forms, including electromagnetic, optical, etc., or any suitable combination. A computer storage medium may be any computer-readable medium that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code located on a computer storage medium may be propagated over any suitable medium, including radio, cable, fiber optic cable, RF, or the like, or any combination of the preceding.
Computer program code required for the operation of various portions of the present application may be written in any one or more programming languages, including an object oriented programming language such as Java, Scala, Smalltalk, Eiffel, JADE, Emerald, C + +, C #, VB.NET, Python, and the like, a conventional programming language such as C, Visual Basic, Fortran 2003, Perl, COBOL 2002, PHP, ABAP, a dynamic programming language such as Python, Ruby, and Groovy, or other programming languages, and the like. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any network, such as a Local Area Network (LAN) or a wide area network (W/AN), or connected to AN external computer (e.g., through the Internet), or in a cloud computing environment, or used as a service, such as a software as a service (SaaS).
Additionally, the order in which elements and sequences of the processes described herein are processed, the use of alphanumeric characters, or the use of other designations, is not intended to limit the order of the processes and methods described herein, unless explicitly claimed. While various presently contemplated embodiments of the invention have been discussed in the foregoing disclosure by way of example, it is to be understood that such detail is solely for that purpose and that the appended claims are not limited to the disclosed embodiments, but, on the contrary, are intended to cover all modifications and equivalent arrangements that are within the spirit and scope of the embodiments herein. For example, although the system components described above may be implemented by hardware devices, they may also be implemented by software-only solutions, such as installing the described system on an existing server or mobile device.
Similarly, it should be noted that in the preceding description of embodiments of the application, various features are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure aiding in the understanding of one or more of the embodiments. This method of disclosure, however, is not intended to require more features than are expressly recited in the claims. Indeed, the embodiments may be characterized as having less than all of the features of a single embodiment disclosed above.
The entire contents of each patent, patent application publication, and other material cited in this application, such as articles, books, specifications, publications, documents, and the like, are hereby incorporated by reference into this application. Except where the application is filed in a manner inconsistent or contrary to the present disclosure, and except where the claim is filed in its broadest scope (whether present or later appended to the application) as well. It is noted that the descriptions, definitions and/or use of terms in this application shall control if they are inconsistent or contrary to the statements and/or uses of the present application in the material attached to this application.

Claims (11)

1. A server-side method for waking up a display device, the method comprising:
creating a first SOCKET connection and a second SOCKET connection, wherein the first SOCKET connection is used for data interaction between the server and at least one control terminal, and the second SOCKET connection is used for data interaction between the server and at least 1 display device;
analyzing a standby heartbeat data packet from display equipment to obtain equipment information of the display equipment, and storing and updating the equipment information to an online list of the display equipment;
receiving a standby list request from a control terminal, and sending the online list of the display equipment to the control terminal;
analyzing the first awakening instruction from the control terminal to obtain equipment information of the display equipment to be awakened;
and sending a second awakening instruction to the to-be-awakened display device through the second SOCKET connection based on the device information.
2. The server-side method of display device wake-up as claimed in claim 1, wherein the device information comprises: display device IP address, port number, and display device ID.
3. The server-side method for waking up display equipment according to claim 1, wherein the first wake-up instruction is obtained by a server by parsing URL data sent from a control terminal.
4. Server-side method of display device wake-up as claimed in claim 1,
the first SOCKET connection is an HTTP type SOCKET connection;
the second SOCKET connection is a UDP type SOCKET connection.
5. The server-side method for waking up display device according to claim 1, further comprising, after updating the device information storage to the display device online list, the steps of:
and if the preset time threshold value is exceeded, the standby heartbeat data packet from the display equipment is not received, and the display equipment is deleted from the online list of the display equipment.
6. A server, comprising:
the connection creating module is configured to create a first SOCKET connection and a second SOCKET connection, the first SOCKET connection is used for data interaction between the server and at least one control terminal, and the second SOCKET connection is used for data interaction between the server and at least 1 display device;
the list updating module is configured to analyze a standby heartbeat data packet from a display device to obtain device information of the display device, and store and update the device information to an online list of the display device;
the server awakening instruction module is configured to receive a standby list request from a control terminal and send the display equipment online list to the control terminal; analyzing the first awakening instruction from the control terminal to obtain equipment information of the display equipment to be awakened; and sending a second awakening instruction to the to-be-awakened display device through the second SOCKET connection based on the device information.
7. A display device side method for waking up a display device, the method comprising:
sending the standby heartbeat data packet to the server through a second SOCKET connection;
and receiving a second awakening instruction from the server and executing awakening logic to start.
8. The method of claim 7, wherein the standby heartbeat packet is used to indicate that the display device is in a state capable of receiving the second wake-up command.
9. A display device, comprising:
the display device data sending module is configured to send a standby heartbeat data packet of the display device to a server through a second SOCKET connection;
and the display equipment awakening instruction module is configured to receive a second awakening instruction from the server and execute awakening logic startup.
10. A terminal control method for awakening display equipment is characterized by comprising the following steps:
sending a standby list request to a server through a first SOCKET connection;
receiving an online list of display equipment sent by the server and displaying the online list on a screen of a control terminal;
and selecting the display equipment needing to be awakened based on the online list of the display equipment, and sending a first awakening instruction to the server.
11. A control terminal, comprising:
the control terminal data transmission module is configured to be used for transmitting a standby list request to the server through the first SOCKET connection; selecting display equipment needing to be awakened based on the received online list of the display equipment, and sending a first awakening instruction to the server;
and the data receiving module is configured to receive the online list of the display devices sent by the server and display the online list of the display devices on a screen of the control terminal.
CN202010144299.3A 2020-03-04 2020-03-04 Display equipment awakening method, control terminal, server and display equipment Pending CN111314372A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010144299.3A CN111314372A (en) 2020-03-04 2020-03-04 Display equipment awakening method, control terminal, server and display equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010144299.3A CN111314372A (en) 2020-03-04 2020-03-04 Display equipment awakening method, control terminal, server and display equipment

Publications (1)

Publication Number Publication Date
CN111314372A true CN111314372A (en) 2020-06-19

Family

ID=71160444

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010144299.3A Pending CN111314372A (en) 2020-03-04 2020-03-04 Display equipment awakening method, control terminal, server and display equipment

Country Status (1)

Country Link
CN (1) CN111314372A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112055070A (en) * 2020-08-31 2020-12-08 广州翰南工程技术有限公司 Wireless distributed geological disaster monitoring data acquisition system based on Internet of things
CN112350792A (en) * 2020-09-27 2021-02-09 福建新大陆通信科技股份有限公司 Emergency broadcast data forwarding multiplexing method
CN112616176A (en) * 2020-12-22 2021-04-06 广州视源电子科技股份有限公司 Wake-up method and device and control method and device of equipment
CN112653608A (en) * 2020-12-14 2021-04-13 聚好看科技股份有限公司 Display device, mobile terminal and cross-network data transmission method
CN114257872A (en) * 2021-12-16 2022-03-29 海信视像科技股份有限公司 Display device, awakening method and device
CN114531452A (en) * 2022-01-27 2022-05-24 中汽创智科技有限公司 Data acquisition method, device, equipment and storage medium
CN115150644A (en) * 2021-03-30 2022-10-04 聚好看科技股份有限公司 Application awakening method of display device, mobile terminal and server

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100257384A1 (en) * 2009-04-02 2010-10-07 Compal Electronics, Inc. Device and Method for Remote Wake-Up
CN103716214A (en) * 2014-01-06 2014-04-09 陈一民 Smart home remote control system and method
CN104660474A (en) * 2015-02-13 2015-05-27 上海交通大学 Network communication method based on intelligent home control system
CN104683470A (en) * 2015-03-11 2015-06-03 北京京东尚科信息技术有限公司 Intelligent household equipment control method and system
CN106302616A (en) * 2015-06-11 2017-01-04 阿里巴巴集团控股有限公司 Network wake-up method, remote server and the network switching equipment
CN107295025A (en) * 2016-03-30 2017-10-24 比亚迪股份有限公司 Wake-up system, method, car-mounted terminal, vehicle and the server of car-mounted terminal
CN110007615A (en) * 2019-04-15 2019-07-12 美的集团股份有限公司 A kind of intelligent home furnishing control method, medium, home equipment and mobile terminal

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100257384A1 (en) * 2009-04-02 2010-10-07 Compal Electronics, Inc. Device and Method for Remote Wake-Up
CN103716214A (en) * 2014-01-06 2014-04-09 陈一民 Smart home remote control system and method
CN104660474A (en) * 2015-02-13 2015-05-27 上海交通大学 Network communication method based on intelligent home control system
CN104683470A (en) * 2015-03-11 2015-06-03 北京京东尚科信息技术有限公司 Intelligent household equipment control method and system
CN106302616A (en) * 2015-06-11 2017-01-04 阿里巴巴集团控股有限公司 Network wake-up method, remote server and the network switching equipment
CN107295025A (en) * 2016-03-30 2017-10-24 比亚迪股份有限公司 Wake-up system, method, car-mounted terminal, vehicle and the server of car-mounted terminal
CN110007615A (en) * 2019-04-15 2019-07-12 美的集团股份有限公司 A kind of intelligent home furnishing control method, medium, home equipment and mobile terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张元斌: "《物联网通信技术》", 30 September 2018 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112055070B (en) * 2020-08-31 2023-08-18 广州翰南工程技术有限公司 Wireless distributed geological disaster monitoring data acquisition system based on Internet of things
CN112055070A (en) * 2020-08-31 2020-12-08 广州翰南工程技术有限公司 Wireless distributed geological disaster monitoring data acquisition system based on Internet of things
CN112350792A (en) * 2020-09-27 2021-02-09 福建新大陆通信科技股份有限公司 Emergency broadcast data forwarding multiplexing method
CN112350792B (en) * 2020-09-27 2023-05-30 福建新大陆通信科技股份有限公司 Emergency broadcast data forwarding multiplexing method
CN112653608B (en) * 2020-12-14 2023-01-20 聚好看科技股份有限公司 Display device, mobile terminal and cross-network data transmission method
CN112653608A (en) * 2020-12-14 2021-04-13 聚好看科技股份有限公司 Display device, mobile terminal and cross-network data transmission method
CN112616176B (en) * 2020-12-22 2023-03-31 广州视源电子科技股份有限公司 Wake-up method and device and control method and device of equipment
CN112616176A (en) * 2020-12-22 2021-04-06 广州视源电子科技股份有限公司 Wake-up method and device and control method and device of equipment
WO2022206392A1 (en) * 2021-03-30 2022-10-06 聚好看科技股份有限公司 Application wakeup method, display device, mobile terminal and server
CN115150644A (en) * 2021-03-30 2022-10-04 聚好看科技股份有限公司 Application awakening method of display device, mobile terminal and server
CN115150644B (en) * 2021-03-30 2023-10-24 聚好看科技股份有限公司 Application awakening method of display device, mobile terminal and server
CN114257872A (en) * 2021-12-16 2022-03-29 海信视像科技股份有限公司 Display device, awakening method and device
CN114531452A (en) * 2022-01-27 2022-05-24 中汽创智科技有限公司 Data acquisition method, device, equipment and storage medium
CN114531452B (en) * 2022-01-27 2024-03-08 中汽创智科技有限公司 Data acquisition method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2021109422A1 (en) Standby control method and display device
CN111314372A (en) Display equipment awakening method, control terminal, server and display equipment
WO2020244266A1 (en) Remote control method for smart television, mobile terminal, and smart television
CN112492371B (en) Display device
CN111277884A (en) Video playing method and device
CN112543359B (en) Display device and method for automatically configuring video parameters
CN112153440B (en) Display equipment and display system
CN111866553A (en) Media information calibration method and server
CN114079829A (en) Display device and generation method of video collection file watermark
WO2021120586A1 (en) Account synchronization method, mobile device and smart television
CN111954059A (en) Screen saver display method and display device
CN112306604B (en) Progress display method and display device for file transmission
CN112165642B (en) Display device
CN112269668A (en) Application resource sharing and display equipment
CN112040340A (en) Resource file acquisition method and display device
CN116017006A (en) Display device and method for establishing communication connection with power amplifier device
CN112017415A (en) Recommendation method of virtual remote controller, display device and mobile terminal
CN114501158B (en) Display device, external sound equipment and audio output method of external sound equipment
CN112040299B (en) Display device, server and live broadcast display method
CN112929717B (en) Focus management method and display device
CN113971049A (en) Background service management method and display device
CN112256449A (en) Interface calling method of webpage application program, display equipment and server
CN111787115A (en) Server, display device and file transmission method
CN111787117A (en) Data transmission method and display device
CN114040341B (en) Bluetooth broadcast packet reporting processing method and display device

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: 20200619

RJ01 Rejection of invention patent application after publication